diff options
author | bd <bdunahu@operationnull.com> | 2025-05-22 13:50:49 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-22 13:50:49 -0400 |
commit | 8c5c4863aeacb4afcf70f339df6d601e2df1a7a6 (patch) | |
tree | 6c2af54a18271534864a7a1daed7814ebac5abd1 /project.godot | |
parent | 80e145ba2b85e08f895e76ba6a03bb67bc9ce9ea (diff) |
Reorganized files into scenes and scripts
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project.godot b/project.godot index f9ff84c..5e1f0ed 100644 --- a/project.godot +++ b/project.godot @@ -15,6 +15,10 @@ run/main_scene="uid://chwnewu8l45kj" config/features=PackedStringArray("4.4", "GL Compatibility") config/icon="res://icon.svg" +[autoload] + +GameData="*res://scripts/game_data.gd" + [display] window/size/viewport_width=320 @@ -22,6 +26,10 @@ window/size/viewport_height=240 window/size/mode=2 window/stretch/mode="viewport" +[gui] + +theme/custom_font="uid://dei0sscmeglkq" + [input] move_right={ |