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
14
scenes/game.tscn
Normal file
14
scenes/game.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene format=3 uid="uid://b4llhxe3hjbgv"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bnv1xxgceqbrc" path="res://scenes/world.tscn" id="1_uwrxv"]
|
||||
[ext_resource type="PackedScene" uid="uid://cbvi51vvpt7mu" path="res://scenes/hud.tscn" id="2_yqjtg"]
|
||||
|
||||
[node name="Game" type="Node3D" unique_id=1456297160]
|
||||
|
||||
[node name="World" parent="." unique_id=831374579 instance=ExtResource("1_uwrxv")]
|
||||
|
||||
[node name="CanvasHud" type="CanvasLayer" parent="." unique_id=369977201]
|
||||
|
||||
[node name="HUD" parent="CanvasHud" unique_id=769131693 instance=ExtResource("2_yqjtg")]
|
||||
|
||||
[node name="CanvasPanel" type="CanvasLayer" parent="." unique_id=667193210]
|
||||
Loading…
Add table
Add a link
Reference in a new issue