From d558a9add0e183219a7a9ff482807bdcd677e21a Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 11 Aug 2025 22:42:00 -0700 Subject: Initialize repo from local files --- scripts/Globals.gd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/Globals.gd (limited to 'scripts/Globals.gd') diff --git a/scripts/Globals.gd b/scripts/Globals.gd new file mode 100644 index 0000000..18f3d19 --- /dev/null +++ b/scripts/Globals.gd @@ -0,0 +1,7 @@ +extends Node + +# Y R B G W Cy Pk O P dG +const colors = [ Color(1, 1, 0), Color(1, 0, 0), Color(0.3, 0.3, 1), Color(0, 0.8, 0), Color(1, 1, 1), Color(0, 1, 1), Color(1, .35, 1), Color(1, 0.4, 0), Color(0.38, 0, 0.38), Color(0, 0.4, 0) ] + +func _ready(): + set_process(false) -- cgit v1.2.3