mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 04:43:47 +00:00
Mapping fixes and new tanks
This commit is contained in:
parent
808f3cec9c
commit
3df9e2dd85
46 changed files with 1701 additions and 1281 deletions
59
Resources/Enemies/Crystal_Purple_Animations.tres
Normal file
59
Resources/Enemies/Crystal_Purple_Animations.tres
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=6 format=3 uid="uid://df5mrk1pvnjvi"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d2uwmixqx8yr7" path="res://ExternalMaterial/CrystalEnemies/Crystal_Enemy.png.png" id="1_bwygt"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_70ir1"]
|
||||
atlas = ExtResource("1_bwygt")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nltpy"]
|
||||
atlas = ExtResource("1_bwygt")
|
||||
region = Rect2(0, 32, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_a502u"]
|
||||
atlas = ExtResource("1_bwygt")
|
||||
region = Rect2(0, 64, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rabkd"]
|
||||
atlas = ExtResource("1_bwygt")
|
||||
region = Rect2(0, 96, 32, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [],
|
||||
"loop": true,
|
||||
"name": &"dead",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_70ir1")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"down",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nltpy")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"left",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_a502u")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"right",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rabkd")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"up",
|
||||
"speed": 5.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue