34 lines
874 B
Text
34 lines
874 B
Text
[gd_scene load_steps=4 format=3]
|
|
|
|
[ext_resource type="Texture2D" path="res://UI/textures/marker.png" id="1_2jmfe"]
|
|
[ext_resource type="Script" path="res://UI/labels.gd" id="1_4t0l0"]
|
|
|
|
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_4fvmj"]
|
|
|
|
[node name="labels" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( "1_4t0l0" )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="text" type="Label" parent="."]
|
|
material = SubResource( "CanvasItemMaterial_4fvmj" )
|
|
offset_left = -13.0
|
|
offset_top = -34.0
|
|
offset_right = 14.0
|
|
offset_bottom = -8.0
|
|
text = "1/4"
|
|
horizontal_alignment = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
offset_left = -5.0
|
|
offset_top = -13.0
|
|
offset_right = 1115.0
|
|
offset_bottom = 1107.0
|
|
rect_scale = Vector2(0.01, 0.01)
|
|
texture = ExtResource( "1_2jmfe" )
|