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/objects/MinimapMarker.gd" id="1_j37jj"]
|
|
[ext_resource type="Texture2D" uid="uid://bavanv7ua7qlx" path="res://sprites/minimaphostile.png" id="2_pfl45"]
|
|
[ext_resource type="Texture2D" uid="uid://bqn08woclyoj0" path="res://sprites/minimapbase.png" id="3_sgrhe"]
|
|
[ext_resource type="Texture2D" uid="uid://b1kf1jbsnw2m3" path="res://sprites/minimapbounty.png" id="4_4lyow"]
|
|
[ext_resource type="Texture2D" uid="uid://de34fc1qbeajo" path="res://sprites/minimapquest.png" id="5_tj884"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_7tbqy"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_pfl45")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_sgrhe")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_4lyow")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_tj884")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 0.0
|
|
}]
|
|
|
|
[node name="MinimapMarker" type="Node2D"]
|
|
script = ExtResource("1_j37jj")
|
|
|
|
[node name="MarkerSprite" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(82, 0)
|
|
sprite_frames = SubResource("SpriteFrames_7tbqy")
|
|
speed_scale = 0.0
|