32 lines
780 B
Plaintext
32 lines
780 B
Plaintext
[gd_scene load_steps=5 format=3]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/gui.png" id="1"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_uxsv3"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(1, 13, 31, 31)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ch1n2"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(35, 12, 33, 33)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_e605w"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_uxsv3")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ch1n2")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="Reticle" type="AnimatedSprite2D"]
|
|
z_index = 4096
|
|
sprite_frames = SubResource("SpriteFrames_e605w")
|
|
autoplay = "default"
|
|
frame_progress = 0.5609359741210938
|