Roughly reorganized UI into canvas layers in the game scene for Jennie.
This commit is contained in:
parent
f8fdeff2d6
commit
7939e77dff
11 changed files with 187 additions and 31 deletions
28
scenes/hud.tscn
Normal file
28
scenes/hud.tscn
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[gd_scene format=3 uid="uid://cbvi51vvpt7mu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://fpaw3u5yjtbk" path="res://scenes/hud.gd" id="1_64ctp"]
|
||||
|
||||
[node name="HUD" type="MarginContainer" unique_id=769131693]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
theme_override_constants/margin_left = 20
|
||||
theme_override_constants/margin_top = 20
|
||||
script = ExtResource("1_64ctp")
|
||||
|
||||
[node name="StatsColumn" type="VBoxContainer" parent="." unique_id=1476756270]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PeopleLabel" type="Label" parent="StatsColumn" unique_id=1174457387]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "PEOPLE: 0"
|
||||
|
||||
[node name="SavedLabel" type="Label" parent="StatsColumn" unique_id=969002022]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "SAVED: 0"
|
||||
|
||||
[node name="FloorLabel" type="Label" parent="StatsColumn" unique_id=67147411]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "FLOOR: 0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue