mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 23:43:47 +00:00
Fixed hud items display
This commit is contained in:
parent
2bd8435127
commit
646ca20544
2 changed files with 4 additions and 5 deletions
|
|
@ -26,11 +26,11 @@ SpawnMarkers = Dictionary[int, NodePath]({
|
|||
})
|
||||
PlayerParentNode = NodePath("..")
|
||||
|
||||
[node name="HUD" parent="GameController" instance=ExtResource("2_itd0i")]
|
||||
|
||||
[node name="InventoryManager" type="Node" parent="GameController"]
|
||||
script = ExtResource("3_itd0i")
|
||||
|
||||
[node name="HUD" parent="GameController" instance=ExtResource("2_itd0i")]
|
||||
|
||||
[node name="AlarmManager" type="Node" parent="GameController"]
|
||||
script = ExtResource("6_w4wji")
|
||||
AlarmSound = ExtResource("7_5vm3d")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue