Camera and UI
This commit is contained in:
parent
7842e15c6c
commit
edadd138b0
8 changed files with 65 additions and 5 deletions
15
metroidvania/Scenes/UI/UI.tscn
Normal file
15
metroidvania/Scenes/UI/UI.tscn
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/UI/HealthMeterEmpty.png" type="Texture" id=1]
|
||||
|
||||
[node name="UI" type="CanvasLayer"]
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
margin_left = 32.0
|
||||
margin_top = 24.0
|
||||
margin_right = 72.0
|
||||
margin_bottom = 64.0
|
||||
texture = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue