created fog of war
This commit is contained in:
9
scenes/game.gd
Normal file
9
scenes/game.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
class_name Game extends Node3D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user