Camera and UI

This commit is contained in:
Felipe M 2021-02-04 19:53:22 +01:00
parent 7842e15c6c
commit edadd138b0
Signed by: fmartingr
GPG key ID: 716BC147715E716F
8 changed files with 65 additions and 5 deletions

View 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
}