Sync working project files - hub layout, boss roster, doc updates

This commit is contained in:
2026-03-05 15:50:37 -05:00
parent 6ce4531b76
commit f1b4820307
47 changed files with 1476 additions and 402 deletions
+4 -1
View File
@@ -1,9 +1,10 @@
[gd_scene load_steps=5 format=3]
[gd_scene load_steps=6 format=3]
[ext_resource type="Script" path="res://scripts/hub/hub.gd" id="1"]
[ext_resource type="PackedScene" path="res://scenes/player/player.tscn" id="2"]
[ext_resource type="PackedScene" path="res://scenes/ui/hud.tscn" id="3"]
[ext_resource type="PackedScene" path="res://scenes/ui/armory_ui.tscn" id="4"]
[ext_resource type="PackedScene" path="res://scenes/ui/atm_ui.tscn" id="5"]
[node name="Hub" type="Node2D"]
script = ExtResource("1")
@@ -18,3 +19,5 @@ zoom = Vector2(2, 2)
[node name="HUD" parent="." instance=ExtResource("3")]
[node name="ArmoryUI" parent="." instance=ExtResource("4")]
[node name="AtmUI" parent="." instance=ExtResource("5")]