127 lines
3.3 KiB
Plaintext
127 lines
3.3 KiB
Plaintext
[gd_scene load_steps=19 format=4]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Bullets/rotatingbell.png" id="1"]
|
|
[ext_resource type="Script" path="res://Scripts/Bullets/Blank.cs" id="2"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_suabb"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(0, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_0d0v3"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(45, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rt5uq"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(90, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_1rh21"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(135, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3ci83"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(180, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ysni5"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(225, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_hsctp"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(270, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_fc8ve"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(315, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_mabq2"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(360, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_feulm"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(405, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_fdg4s"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(450, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_b8txc"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(495, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3pnxc"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(540, 0, 44, 36)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_xoph5"]
|
|
atlas = ExtResource("1")
|
|
region = Rect2(585, 0, 44, 36)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_wlbda"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_suabb")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_0d0v3")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_rt5uq")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_1rh21")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_3ci83")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ysni5")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_hsctp")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_fc8ve")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_mabq2")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_feulm")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_fdg4s")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_b8txc")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_3pnxc")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_xoph5")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 8.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_10d3q"]
|
|
|
|
[node name="Bell" type="AnimatedSprite2D"]
|
|
rotation = 1.5707999467849731
|
|
sprite_frames = SubResource("SpriteFrames_wlbda")
|
|
autoplay = "default"
|
|
offset = Vector2(-10, -1)
|
|
script = ExtResource("2")
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
collision_layer = 4
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("CircleShape2D_10d3q")
|