Missiles limit & UI
This commit is contained in:
parent
853eb28d33
commit
632d927938
5 changed files with 55 additions and 2 deletions
27
metroidvania/Scenes/UI/MissilesUI.tscn
Normal file
27
metroidvania/Scenes/UI/MissilesUI.tscn
Normal file
|
@ -0,0 +1,27 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue