Added delivery quest (very crappy realisation)
This commit is contained in:
parent
33bcd65c53
commit
c6bf51f1b0
9 changed files with 71 additions and 13 deletions
|
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://c7iafvpoopwc0"]
|
||||
[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 = [{
|
||||
|
|
@ -16,6 +17,9 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_4lyow")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_tj884")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue