[gd_scene load_steps=23 format=4] [ext_resource type="Script" path="res://Scripts/Battle/BulletBoards.cs" id="1"] [ext_resource type="Script" path="res://Scripts/Bullets/BellCircleSwap.cs" id="2"] [ext_resource type="AudioStream" path="res://Audio/Sounds/snd_bell_ch1.wav" id="3"] [ext_resource type="Script" path="res://Scripts/Bullets/MoveAhead.cs" id="4"] [ext_resource type="Texture2D" path="res://Sprites/Menus/Menu Sprites/spr_wild_revolver_battle_outline.png" id="5"] [ext_resource type="Script" path="res://Scripts/Bullets/Blank.cs" id="6"] [sub_resource type="SegmentShape2D" id="SegmentShape2D_i2ng0"] a = Vector2(27, -57) b = Vector2(0, -63) [sub_resource type="SegmentShape2D" id="SegmentShape2D_qsp0j"] a = Vector2(27, -57) b = Vector2(46, -43) [sub_resource type="SegmentShape2D" id="SegmentShape2D_vu7xk"] a = Vector2(60, -22) b = Vector2(46, -43) [sub_resource type="SegmentShape2D" id="SegmentShape2D_fltd2"] a = Vector2(60, -22) b = Vector2(63, 6) [sub_resource type="SegmentShape2D" id="SegmentShape2D_tbg75"] a = Vector2(54, 33) b = Vector2(63, 6) [sub_resource type="SegmentShape2D" id="SegmentShape2D_c3bvh"] a = Vector2(54, 33) b = Vector2(35, 53) [sub_resource type="SegmentShape2D" id="SegmentShape2D_70v0n"] a = Vector2(12, 62) b = Vector2(35, 53) [sub_resource type="SegmentShape2D" id="SegmentShape2D_jlw28"] a = Vector2(12, 62) b = Vector2(-17, 61) [sub_resource type="SegmentShape2D" id="SegmentShape2D_65qe2"] a = Vector2(-42, 47) b = Vector2(-17, 61) [sub_resource type="SegmentShape2D" id="SegmentShape2D_w78cf"] a = Vector2(-42, 47) b = Vector2(-57, 26) [sub_resource type="SegmentShape2D" id="SegmentShape2D_4qgtp"] a = Vector2(-63, 2) b = Vector2(-57, 26) [sub_resource type="SegmentShape2D" id="SegmentShape2D_gfgdm"] a = Vector2(-63, 2) b = Vector2(-59, -24) [sub_resource type="SegmentShape2D" id="SegmentShape2D_1drce"] a = Vector2(-45, -44) b = Vector2(-59, -24) [sub_resource type="SegmentShape2D" id="SegmentShape2D_0ruts"] a = Vector2(-45, -44) b = Vector2(-25, -58) [sub_resource type="SegmentShape2D" id="SegmentShape2D_nm5fq"] a = Vector2(0, -63) b = Vector2(-25, -58) [sub_resource type="RectangleShape2D" id="RectangleShape2D_rhuja"] size = Vector2(31, 53) [node name="BellCircleSwap" type="Node2D"] script = ExtResource("1") damageMult = 0.75 timer = 500.0 target = 2 boardSize = Vector2(60, 80) boardStartOffset = Vector2(15, 0) [node name="Controller" type="Node2D" parent="." node_paths=PackedStringArray("bullet", "hitbox")] script = ExtResource("2") bullet = NodePath("../Circle") hitbox = NodePath("../Hitbox") noise = ExtResource("3") [node name="Circle" type="Node2D" parent="."] process_mode = 4 position = Vector2(0, -488) scale = Vector2(0.1, 0.1) script = ExtResource("4") lifeTime = 150.0 [node name="Sprite2D" type="Sprite2D" parent="Circle"] texture = ExtResource("5") [node name="Area2D" type="Area2D" parent="Circle"] collision_layer = 4 collision_mask = 4 [node name="CollisionShape2D" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_i2ng0") [node name="CollisionShape2D2" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_qsp0j") [node name="CollisionShape2D3" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_vu7xk") [node name="CollisionShape2D4" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_fltd2") [node name="CollisionShape2D5" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_tbg75") [node name="CollisionShape2D6" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_c3bvh") [node name="CollisionShape2D7" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_70v0n") [node name="CollisionShape2D8" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_jlw28") [node name="CollisionShape2D9" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_65qe2") [node name="CollisionShape2D10" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_w78cf") [node name="CollisionShape2D11" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_4qgtp") [node name="CollisionShape2D12" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_gfgdm") [node name="CollisionShape2D13" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_1drce") [node name="CollisionShape2D14" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_0ruts") [node name="CollisionShape2D15" type="CollisionShape2D" parent="Circle/Area2D"] shape = SubResource("SegmentShape2D_nm5fq") [node name="Hitbox" type="Node2D" parent="."] position = Vector2(208, 0) script = ExtResource("6") HP = 9999 type = 4 [node name="Area2D" type="Area2D" parent="Hitbox"] collision_layer = 4 collision_mask = 4 [node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox/Area2D"] position = Vector2(-0.5, -0.5) shape = SubResource("RectangleShape2D_rhuja")