summaryrefslogtreecommitdiff
path: root/scenes/main.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-15 18:20:38 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-15 18:20:38 -0600
commit4fbea4b8e57ae067f341207c0ef869c7b2b54524 (patch)
treeef23a13b7e16a6912e5fbebacf7a584c21180ed4 /scenes/main.gd
parent61cbdc2083ee6637a9f862d376ba049e6e633afb (diff)
Ok I'm satisfied, time to clean up
Diffstat (limited to 'scenes/main.gd')
-rw-r--r--scenes/main.gd11
1 files changed, 11 insertions, 0 deletions
diff --git a/scenes/main.gd b/scenes/main.gd
new file mode 100644
index 0000000..32db421
--- /dev/null
+++ b/scenes/main.gd
@@ -0,0 +1,11 @@
+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