From 2a5aa7dc898b57d58e941d24b03a1d83ff9ddd81 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Fri, 22 Jul 2022 14:31:20 -0400 Subject: chiken --- Main.gd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Main.gd (limited to 'Main.gd') 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() -- cgit v1.2.3