cirnogodot/Scenes/HUD/UiSelector.tscn

28 lines
954 B
Text
Raw Permalink Normal View History

2025-08-07 15:09:02 +02:00
[gd_scene load_steps=5 format=3 uid="uid://dsaj5dx82brsg"]
2025-06-13 17:46:44 +02:00
[ext_resource type="Texture2D" uid="uid://dde36pgb8fbwc" path="res://Sprites/selector_big.png" id="1_undfg"]
[ext_resource type="Script" uid="uid://w85hem1ec8cq" path="res://Scripts/Tools/AnimatedTextureRect.gd" id="2_cjotf"]
2025-08-07 15:09:02 +02:00
[ext_resource type="SpriteFrames" uid="uid://dhn6pld33ek0v" path="res://Resources/Sprites/Selector.tres" id="3_cjotf"]
2025-06-13 17:46:44 +02:00
[sub_resource type="AtlasTexture" id="AtlasTexture_bnh43"]
atlas = ExtResource("1_undfg")
region = Rect2(16, 0, 16, 16)
[node name="UiSelector" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
offset_left = -8.0
offset_top = -8.0
offset_right = 8.0
offset_bottom = 8.0
2025-08-07 15:09:02 +02:00
texture = SubResource("AtlasTexture_bnh43")
2025-06-13 17:46:44 +02:00
stretch_mode = 2
script = ExtResource("2_cjotf")
2025-08-07 15:09:02 +02:00
Frames = ExtResource("3_cjotf")