diff options
author | Logan <logan@cflip.net> | 2022-09-23 20:42:32 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-09-23 20:42:32 -0600 |
commit | c0d37da4fd91352f9fa9c7ff1219fea96283be17 (patch) | |
tree | e9af0f687b0b3cc663d39673ce4faea8663a99d3 /project.godot | |
parent | d0915c865ae0f56e05e92cee798dffa6b494a682 (diff) |
Created folders and renamed files and nodes to standard naming scheme.
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 50147a8..596829e 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=4 [application] config/name="BasketBALLAZ" -run/main_scene="res://level.tscn" +run/main_scene="res://scenes/level.tscn" config/icon="res://icon.png" [gui] |