platformer-game-test/src/HUD/HUD.tscn
2020-09-14 11:28:03 -04:00

30 lines
775 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/HUD/HUD.gd" type="Script" id=1]
[ext_resource path="res://assets/Theme/Theme.tres" type="Theme" id=3]
[ext_resource path="res://assets/HUD/coins_hud.png" type="Texture" id=4]
[node name="HUD" type="CanvasLayer"]
script = ExtResource( 1 )
[node name="CoinsContainer" type="HBoxContainer" parent="."]
margin_left = 18.0
margin_top = 13.0
margin_right = 87.0
margin_bottom = 22.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="CoinsContainer"]
margin_right = 9.0
margin_bottom = 9.0
texture = ExtResource( 4 )
[node name="Label" type="Label" parent="CoinsContainer"]
margin_left = 13.0
margin_right = 19.0
margin_bottom = 9.0
theme = ExtResource( 3 )
text = "0"