New features and plenty of code still in testing. This includes a level select, basic inventory, and a basic HUD.

This commit is contained in:
VoidTwo
2021-11-15 22:29:42 -06:00
parent bbb245f7b7
commit 2c98c112bd
47 changed files with 753 additions and 68 deletions

View File

@@ -5,9 +5,10 @@
[node name="Main" type="Node"]
script = ExtResource( 1 )
splash_screen_path = "res://Splash Screen.tscn"
main_menu_path = "res://Main Menu.tscn"
world_path = "res://World.tscn"
splash_screen_path = "res://GUI/Splash Screen.tscn"
main_menu_path = "res://GUI/Main Menu.tscn"
level_select_menu_path = "res://GUI/Level Select Menu.tscn"
world_path = "res://Levels/Hub World.tscn"
[node name="Background" type="Sprite" parent="."]
texture = ExtResource( 3 )