mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Controllable enemies
This commit is contained in:
parent
cf4b11d157
commit
0aad79a0f8
18 changed files with 893 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=10 format=3 uid="uid://bcc5mlwwnkvri"]
|
||||
[gd_resource type="SpriteFrames" load_steps=11 format=3 uid="uid://bcc5mlwwnkvri"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://xgxxdq37pykh" path="res://Sprites/Actors/Fairy.png" id="1_dnfgi"]
|
||||
|
||||
|
|
@ -30,7 +30,11 @@ region = Rect2(16, 16, 16, 16)
|
|||
atlas = ExtResource("1_dnfgi")
|
||||
region = Rect2(0, 48, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_c2w8n"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_6os6y"]
|
||||
atlas = ExtResource("1_dnfgi")
|
||||
region = Rect2(0, 48, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_m2qbo"]
|
||||
atlas = ExtResource("1_dnfgi")
|
||||
region = Rect2(16, 48, 16, 16)
|
||||
|
||||
|
|
@ -74,7 +78,10 @@ animations = [{
|
|||
"texture": SubResource("AtlasTexture_cciyq")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_c2w8n")
|
||||
"texture": SubResource("AtlasTexture_6os6y")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_m2qbo")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"up",
|
||||
|
|
|
|||
110
Resources/Sprites/Thermathron.tres
Normal file
110
Resources/Sprites/Thermathron.tres
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=14 format=3 uid="uid://tei88ni5rpc"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://hukxr2e63gky" path="res://Sprites/Actors/Robot3.png" id="1_rrwlm"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rrwlm"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bpw12"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(16, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jbf8a"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(32, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ifusk"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(0, 192, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_a8tyn"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(16, 192, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_suo30"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(32, 192, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hr00v"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(0, 64, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_edorv"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(16, 64, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_2f6bp"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(32, 64, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yfk7l"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(0, 128, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xk2rf"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(16, 128, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8f6o6"]
|
||||
atlas = ExtResource("1_rrwlm")
|
||||
region = Rect2(32, 128, 16, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rrwlm")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_bpw12")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_jbf8a")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"down",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ifusk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_a8tyn")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_suo30")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"left",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hr00v")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_edorv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_2f6bp")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"right",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_yfk7l")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xk2rf")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_8f6o6")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"up",
|
||||
"speed": 5.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue