mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 12:13:47 +00:00
Added map
This commit is contained in:
parent
46c433e5f7
commit
4aa7a8322c
8 changed files with 182 additions and 31 deletions
|
|
@ -103,7 +103,7 @@ _gameOverPanel = NodePath("GameOver")
|
|||
_fairyTerminatedPanel = NodePath("FairyTerminated")
|
||||
_hudInfoPanel = NodePath("HudInfo")
|
||||
NotificationsContainer = NodePath("NotificationsContainer")
|
||||
WeaponContainer = NodePath("WeaponContainer")
|
||||
WeaponContainer = NodePath("VBoxContainer/WeaponContainer")
|
||||
PauseMenuContainer = NodePath("PauseMenuContainer")
|
||||
PauseMenuScene = ExtResource("3_hxmxt")
|
||||
DebugMenuTemplate = ExtResource("4_gd1k6")
|
||||
|
|
@ -263,11 +263,21 @@ size_flags_vertical = 3
|
|||
theme_override_constants/separation = 0
|
||||
alignment = 2
|
||||
|
||||
[node name="WeaponContainer" type="PanelContainer" parent="."]
|
||||
offset_left = 3.0
|
||||
offset_top = 132.0
|
||||
offset_right = 30.0
|
||||
offset_bottom = 151.0
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
offset_left = 4.0
|
||||
offset_top = 118.0
|
||||
offset_right = 38.0
|
||||
offset_bottom = 155.0
|
||||
theme_override_constants/separation = 0
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Weapon"
|
||||
label_settings = ExtResource("2_x7kl7")
|
||||
|
||||
[node name="WeaponContainer" type="PanelContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource("9_sx5r0")
|
||||
theme_override_styles/panel = ExtResource("17_bljno")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue