diff options
Diffstat (limited to 'scenes/main.gd')
-rw-r--r-- | scenes/main.gd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scenes/main.gd b/scenes/main.gd deleted file mode 100644 index 32db421..0000000 --- a/scenes/main.gd +++ /dev/null @@ -1,11 +0,0 @@ -extends Node2D - - -# Called when the node enters the scene tree for the first time. -func _ready() -> void: - print(DisplayServer.screen_get_size()) - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta: float) -> void: - pass |