ape-ame/tar.tscn

179 lines
4.8 KiB
Text
Raw Normal View History

2024-04-25 15:27:00 -04:00
[gd_scene load_steps=21 format=3 uid="uid://4sdwatj6up8i"]
2024-04-24 14:57:29 -04:00
2024-04-24 15:20:36 -04:00
[ext_resource type="Script" path="res://tar.gd" id="1_7s3by"]
2024-04-24 14:57:29 -04:00
[ext_resource type="Texture2D" uid="uid://d4cjh2d7wxdyp" path="res://tar_body.png" id="1_pwibo"]
2024-04-24 15:20:36 -04:00
[ext_resource type="Script" path="res://riangle_spawner.gd" id="2_h2r2l"]
[sub_resource type="AtlasTexture" id="AtlasTexture_8xl5i"]
atlas = ExtResource("1_pwibo")
region = Rect2(128, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_xmge8"]
atlas = ExtResource("1_pwibo")
region = Rect2(256, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_vc7mr"]
atlas = ExtResource("1_pwibo")
region = Rect2(1536, 0, 128, 128)
2024-04-24 14:57:29 -04:00
[sub_resource type="AtlasTexture" id="AtlasTexture_3gxc7"]
atlas = ExtResource("1_pwibo")
region = Rect2(0, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_5bonr"]
atlas = ExtResource("1_pwibo")
region = Rect2(128, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_7eyi7"]
atlas = ExtResource("1_pwibo")
region = Rect2(256, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_dpolb"]
atlas = ExtResource("1_pwibo")
region = Rect2(384, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_onjcm"]
atlas = ExtResource("1_pwibo")
region = Rect2(512, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_ouj4i"]
atlas = ExtResource("1_pwibo")
region = Rect2(640, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_hhfnx"]
atlas = ExtResource("1_pwibo")
region = Rect2(768, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_jx1ui"]
atlas = ExtResource("1_pwibo")
region = Rect2(896, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_7m8ij"]
atlas = ExtResource("1_pwibo")
region = Rect2(1024, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_l7soy"]
atlas = ExtResource("1_pwibo")
region = Rect2(1152, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_271up"]
atlas = ExtResource("1_pwibo")
region = Rect2(1280, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_doo2w"]
atlas = ExtResource("1_pwibo")
region = Rect2(1408, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_7lhsa"]
atlas = ExtResource("1_pwibo")
region = Rect2(1536, 0, 128, 128)
[sub_resource type="SpriteFrames" id="SpriteFrames_ufq3r"]
animations = [{
"frames": [{
"duration": 1.0,
2024-04-24 15:20:36 -04:00
"texture": SubResource("AtlasTexture_8xl5i")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xmge8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vc7mr")
}],
"loop": true,
"name": &"idle",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
2024-04-24 14:57:29 -04:00
"texture": SubResource("AtlasTexture_3gxc7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_5bonr")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7eyi7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dpolb")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_onjcm")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ouj4i")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_hhfnx")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jx1ui")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7m8ij")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_l7soy")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_271up")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_doo2w")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7lhsa")
}],
"loop": true,
2024-04-24 15:20:36 -04:00
"name": &"spawn",
2024-04-24 14:57:29 -04:00
"speed": 10.0
}]
[node name="Tar" type="Node2D"]
2024-04-25 15:27:00 -04:00
position = Vector2(386, 292)
2024-04-24 15:20:36 -04:00
script = ExtResource("1_7s3by")
2024-04-24 14:57:29 -04:00
[node name="Sprite" type="AnimatedSprite2D" parent="."]
2024-04-24 15:20:36 -04:00
z_index = 1
2024-04-24 14:57:29 -04:00
texture_filter = 1
sprite_frames = SubResource("SpriteFrames_ufq3r")
2024-04-25 15:27:00 -04:00
animation = &"spawn"
2024-04-24 15:20:36 -04:00
autoplay = "idle"
2024-04-25 15:27:00 -04:00
frame = 2
frame_progress = 0.819547
2024-04-24 14:57:29 -04:00
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="StaticBody2D"]
scale = Vector2(0.5, 0.5)
polygon = PackedVector2Array(2, -89, 98, -20, 61, 95, -57, 94, -93, -19)
[node name="Riangle Zone" type="Node2D" parent="."]
2024-04-24 15:20:36 -04:00
script = ExtResource("2_h2r2l")
2024-04-24 14:57:29 -04:00
[node name="Riangle1" type="Marker2D" parent="Riangle Zone"]
2024-04-24 15:20:36 -04:00
position = Vector2(0, 71)
2024-04-24 14:57:29 -04:00
rotation = 1.5708
[node name="Riangle2" type="Marker2D" parent="Riangle Zone"]
2024-04-24 15:20:36 -04:00
position = Vector2(-60, 26)
rotation = 2.82743
2024-04-24 14:57:29 -04:00
[node name="Riangle3" type="Marker2D" parent="Riangle Zone"]
2024-04-24 15:20:36 -04:00
position = Vector2(61, 26)
rotation = 0.314159
2024-04-24 14:57:29 -04:00
[node name="Riangle4" type="Marker2D" parent="Riangle Zone"]
2024-04-24 15:20:36 -04:00
position = Vector2(39, -45)
rotation = -0.942478
2024-04-24 14:57:29 -04:00
[node name="Riangle5" type="Marker2D" parent="Riangle Zone"]
2024-04-24 15:20:36 -04:00
position = Vector2(-37, -45)
rotation = 4.08407
[node name="Timer" type="Timer" parent="."]
wait_time = 5.0
autostart = true
[connection signal="timeout" from="Timer" to="." method="phase"]