Initial commit (1/2)
This commit is contained in:
commit
3411c5796d
66 changed files with 2261 additions and 0 deletions
31
scenes/MinimapMarker.tscn
Normal file
31
scenes/MinimapMarker.tscn
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://c7iafvpoopwc0"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/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"]
|
||||
|
||||
[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")
|
||||
}],
|
||||
"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
|
||||
Loading…
Add table
Add a link
Reference in a new issue