summaryrefslogtreecommitdiffstats
path: root/Main.gd
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-07-22 14:31:20 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-07-22 14:31:20 -0400
commit2a5aa7dc898b57d58e941d24b03a1d83ff9ddd81 (patch)
tree1b60b1f7fea4f43c7d759d3adc6c9dae28e52087 /Main.gd
parent914aa9e08061db55db4d445e8e43f71603dca634 (diff)
downloadchicken-chaser-gd-2a5aa7dc898b57d58e941d24b03a1d83ff9ddd81.tar.gz
chicken-chaser-gd-2a5aa7dc898b57d58e941d24b03a1d83ff9ddd81.zip
chiken
Diffstat (limited to 'Main.gd')
-rw-r--r--Main.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/Main.gd b/Main.gd
new file mode 100644
index 0000000..68447ee
--- /dev/null
+++ b/Main.gd
@@ -0,0 +1,4 @@
+extends Node
+
+func _ready():
+ randomize()