Skip to content

Commit

Permalink
clean up scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed May 13, 2023
1 parent fadf386 commit f7e632a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 30 deletions.
3 changes: 1 addition & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ config_version=5
[application]

config/name="##VAR_GAME_NAME"
run/main_scene="res://src/Start.tscn"
run/main_scene="res://src/game.tscn"
config/features=PackedStringArray("4.0")
boot_splash/bg_color=Color(0.101961, 0.101961, 0.101961, 1)
config/icon="res://icon.svg"

[autoload]

GameManager="*res://src/GameManager.tscn"
Env="*res://addons/debug/Env.gd"
SceneManager="*res://addons/scene-manager/SceneManager.tscn"
Debug="*res://addons/debug/Debug.tscn"
Expand Down
1 change: 0 additions & 1 deletion src/GameManager.gd

This file was deleted.

6 changes: 0 additions & 6 deletions src/GameManager.tscn

This file was deleted.

1 change: 0 additions & 1 deletion src/Start.gd

This file was deleted.

20 changes: 0 additions & 20 deletions src/Start.tscn

This file was deleted.

3 changes: 3 additions & 0 deletions src/game.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://di8g8e6s34cik"]

[node name="Game" type="Node2D"]

0 comments on commit f7e632a

Please sign in to comment.