Added camera

This commit is contained in:
MaddoScientisto 2025-02-02 09:10:42 +01:00
commit 861bcef4dd
10 changed files with 363 additions and 29 deletions

View file

@ -26,10 +26,8 @@ animations = [{
"speed": 5.0
}]
[node name="HUD" type="CanvasLayer" node_paths=PackedStringArray("_healthLabel", "_itemsContainer")]
[node name="HUD" type="CanvasLayer"]
script = ExtResource("1_m0hb0")
_healthLabel = NodePath("VBoxContainer/HealthLabel")
_itemsContainer = NodePath("VBoxContainer/ItemsContainer")
[node name="GameOver" type="Label" parent="."]
visible = false
@ -76,6 +74,3 @@ text = "100/100"
[node name="ItemsContainer" type="VBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/ItemsContainer"]
layout_mode = 2