110 lines
2.8 KiB
Plaintext
110 lines
2.8 KiB
Plaintext
[gd_scene load_steps=10 format=4]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Bullets/MoveAhead.cs" id="1"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Bullets/Smoke.tres" id="2"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_k6xqa"]
|
|
radius = 17.0
|
|
|
|
[sub_resource type="Animation" id="Animation_6iwuj"]
|
|
length = 0.0010000000474974513
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:scale")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Vector2(0.6, 0.6)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_w2qxi"]
|
|
resource_name = "new_animation"
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:scale")
|
|
tracks/0/interp = 2
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 1),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Vector2(0.3, 0.3), Vector2(0.6, 0.6)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_e6o16"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_6iwuj"),
|
|
&"new_animation": SubResource("Animation_w2qxi")
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_bwenb"]
|
|
length = 0.0010000000474974513
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:scale")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Vector2(0.8, 1)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_5oxry"]
|
|
resource_name = "new_animation"
|
|
loop_mode = 2
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:scale")
|
|
tracks/0/interp = 2
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 1),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Vector2(0.8, 1), Vector2(1, 0.8)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_kswjl"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_bwenb"),
|
|
&"new_animation": SubResource("Animation_5oxry")
|
|
}
|
|
|
|
[node name="OverworldSmoke" type="Node2D"]
|
|
z_index = 1
|
|
scale = Vector2(0.6, 0.6)
|
|
script = ExtResource("1")
|
|
lifeTime = 100.0
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
collision_layer = 8
|
|
collision_mask = 8
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("CircleShape2D_k6xqa")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_e6o16")
|
|
}
|
|
autoplay = "new_animation"
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.8, 1)
|
|
texture = ExtResource("2")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="Sprite2D"]
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_kswjl")
|
|
}
|
|
autoplay = "new_animation"
|