summaryrefslogtreecommitdiff
path: root/scenes/main.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-15 18:21:52 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-15 18:21:52 -0600
commit3080ca5b71cf387b5d8c6cb969470edee39ee367 (patch)
tree85eacb574b9f1d947f3b76a1e2c93dcad7d02305 /scenes/main.gd
parent4fbea4b8e57ae067f341207c0ef869c7b2b54524 (diff)
Remove brogus
Diffstat (limited to 'scenes/main.gd')
-rw-r--r--scenes/main.gd11
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