platformer-game-test/src/HUD/HUD.tscn
2020-09-27 17:29:46 -04:00

32 lines
880 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://src/HUD/HUD.gd" type="Script" id=1]
[ext_resource path="res://src/Menu/PauseMenu.tscn" type="PackedScene" id=2]
[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 )
PauseMenu = ExtResource( 2 )
[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"