1
0
Fork 0
1bit-godot-course/metroidvania/Scenes/UI/MissilesUI.tscn

28 lines
738 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/UI/PlayerMissileIcon.png" type="Texture" id=1]
[ext_resource path="res://Scenes/UI/PixelFont.tres" type="DynamicFont" id=2]
[ext_resource path="res://Scenes/UI/MissilesUI.gd" type="Script" id=3]
[node name="MissilesUI" type="HBoxContainer"]
margin_right = 33.0
margin_bottom = 12.0
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Icon" type="TextureRect" parent="."]
margin_right = 8.0
margin_bottom = 12.0
texture = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_left = 12.0
margin_right = 17.0
margin_bottom = 7.0
size_flags_horizontal = 2
size_flags_vertical = 2
custom_fonts/font = ExtResource( 2 )
text = "3"