129 lines
3.3 KiB
Plaintext
129 lines
3.3 KiB
Plaintext
[gd_scene load_steps=19 format=4]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Bullets/axissphere.png" id="1"]
|
|
[ext_resource type="Script" path="res://Scripts/Bullets/AxisSphereSphere.cs" id="2"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_7u1a6"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(0, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3xj4n"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(27, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_iq08l"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(54, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_8qab7"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(81, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ymg7x"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(108, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_bemob"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(135, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_s7quh"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(162, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ddl43"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(189, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_iyqkh"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(216, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_8nkks"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(243, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_sqygx"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(270, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_s4u7w"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(297, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_g5gyt"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(324, 0, 26, 25)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_whm4d"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(351, 0, 26, 25)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_xcp88"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_7u1a6")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_3xj4n")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_iq08l")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_8qab7")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ymg7x")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_bemob")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_s7quh")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ddl43")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_iyqkh")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_8nkks")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_sqygx")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_s4u7w")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_g5gyt")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_whm4d")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 15.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_6c6im"]
|
|
radius = 12.0
|
|
|
|
[node name="Sphere" type="AnimatedSprite2D"]
|
|
position = Vector2(0, -176)
|
|
scale = Vector2(0.8, 0.8)
|
|
sprite_frames = SubResource("SpriteFrames_xcp88")
|
|
autoplay = "default"
|
|
frame_progress = 0.9980170130729675
|
|
script = ExtResource("2")
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
collision_layer = 6
|
|
collision_mask = 6
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("CircleShape2D_6c6im")
|