52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://cqw67wksjax1v"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bh055nxa5olat" path="res://Enemies/Energy/Sentience(TBD)/enemytest1.png" id="1_tkxhf"]
|
|
[ext_resource type="Texture2D" uid="uid://dpff22goihp22" path="res://Enemies/Energy/Sentience(TBD)/enemytest2.png" id="2_eysqf"]
|
|
[ext_resource type="Texture2D" uid="uid://dbx6fmaw7ac7s" path="res://Enemies/Energy/Sentience(TBD)/enemytest3.png" id="3_wjipk"]
|
|
[ext_resource type="Texture2D" uid="uid://b738ycck7et1o" path="res://Enemies/Energy/Sentience(TBD)/enemytest4.png" id="4_h7ang"]
|
|
[ext_resource type="Texture2D" uid="uid://cddlcfw5bbfb3" path="res://Enemies/Energy/Sentience(TBD)/enemytest5.png" id="5_arsc5"]
|
|
[ext_resource type="Texture2D" uid="uid://df2ef4tib0veu" path="res://Enemies/Energy/Sentience(TBD)/enemytest6.png" id="6_ry0yb"]
|
|
[ext_resource type="Texture2D" uid="uid://jgfpdg38irkm" path="res://Enemies/Energy/Sentience(TBD)/enemytest7.png" id="7_11wuo"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_hj0l3"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("1_tkxhf")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_eysqf")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_wjipk")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_h7ang")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_arsc5")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_ry0yb")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_11wuo")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Idle",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ql555"]
|
|
size = Vector2(32, 32)
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
sprite_frames = SubResource("SpriteFrames_hj0l3")
|
|
animation = &"Idle"
|
|
frame_progress = 0.274488
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_ql555")
|