35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://c7iafvpoopwc0"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Ship/minimap_marker.gd" id="1_oa2nn"]
|
|
[ext_resource type="Texture2D" uid="uid://bchjqn3y7ne64" path="res://sprites/Minimap/ship_marker.png" id="2_s6imu"]
|
|
[ext_resource type="Texture2D" uid="uid://ct42eokncdaho" path="res://sprites/Minimap/base_marker.png" id="3_xt68o"]
|
|
[ext_resource type="Texture2D" uid="uid://dn2cooyrbr1sh" path="res://sprites/Minimap/spinot_marker.png" id="4_araym"]
|
|
[ext_resource type="Texture2D" uid="uid://b8my0ci3s8e5a" path="res://sprites/Minimap/quest_marker.png" id="5_0jfap"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_7tbqy"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_s6imu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_xt68o")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_araym")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_0jfap")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 0.0
|
|
}]
|
|
|
|
[node name="MinimapMarker" type="Node2D"]
|
|
script = ExtResource("1_oa2nn")
|
|
|
|
[node name="MarkerSprite" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(104, 0)
|
|
sprite_frames = SubResource("SpriteFrames_7tbqy")
|
|
speed_scale = 0.0
|