79 lines
2.6 KiB
Plaintext
79 lines
2.6 KiB
Plaintext
[gd_scene load_steps=13 format=4]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Battle/BulletBoards.cs" id="1"]
|
|
[ext_resource type="Script" path="res://Scripts/Bullets/PenniltonSpin.cs" id="2"]
|
|
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_spearappear_ch1.wav" id="3"]
|
|
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_swing.wav" id="4"]
|
|
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_feisty_mooch_coin_grab.wav" id="5"]
|
|
[ext_resource type="PackedScene" path="res://Objects/Bullets/Coin.tscn" id="6"]
|
|
[ext_resource type="PackedScene" path="res://Objects/Particles/Warning.tscn" id="7"]
|
|
[ext_resource type="Script" path="res://Scripts/Bullets/Blank.cs" id="8"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/gui.png" id="9"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mxofg"]
|
|
size = Vector2(8, 28.6274)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hthh0"]
|
|
size = Vector2(20, 5.88235)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_nqy7u"]
|
|
size = Vector2(5.5, 7.05882)
|
|
|
|
[node name="PenniltonSpin" type="Node2D"]
|
|
script = ExtResource("1")
|
|
damageMult = 0.75
|
|
timer = 600.0
|
|
target = 1
|
|
soulType = 2
|
|
metadata/_edit_vertical_guides_ = [-40.0, 40.0]
|
|
metadata/_edit_horizontal_guides_ = [-40.0, 40.0]
|
|
|
|
[node name="LOGIC" type="Node2D" parent="." node_paths=PackedStringArray("obj", "warning", "col")]
|
|
script = ExtResource("2")
|
|
obj = NodePath("../ONE")
|
|
warning = NodePath("../Warning")
|
|
col = NodePath("../ONE/Area2D")
|
|
appear = ExtResource("3")
|
|
spin = ExtResource("4")
|
|
coinSound = ExtResource("5")
|
|
coinPrefab = ExtResource("6")
|
|
|
|
[node name="Warning" parent="." instance=ExtResource("7")]
|
|
|
|
[node name="NinePatchRect" parent="Warning" index="0"]
|
|
offset_left = -13.0
|
|
offset_top = -34.0
|
|
offset_right = 12.0
|
|
offset_bottom = 33.0
|
|
|
|
[node name="ONE" type="Node2D" parent="."]
|
|
scale = Vector2(2, 2.55)
|
|
script = ExtResource("8")
|
|
|
|
[node name="Area2D" type="Area2D" parent="ONE"]
|
|
collision_layer = 0
|
|
collision_mask = 0
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="ONE/Area2D"]
|
|
z_index = 1
|
|
position = Vector2(0, 0.196078)
|
|
shape = SubResource("RectangleShape2D_mxofg")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="ONE/Area2D"]
|
|
z_index = 1
|
|
position = Vector2(0, 11.5686)
|
|
shape = SubResource("RectangleShape2D_hthh0")
|
|
|
|
[node name="CollisionShape2D3" type="CollisionShape2D" parent="ONE/Area2D"]
|
|
z_index = 1
|
|
position = Vector2(-5.25, -9.41177)
|
|
shape = SubResource("RectangleShape2D_nqy7u")
|
|
|
|
[node name="ONE2" type="Sprite2D" parent="ONE"]
|
|
texture = ExtResource("9")
|
|
region_enabled = true
|
|
region_rect = Rect2(151, 120, 21, 29)
|
|
region_filter_clip_enabled = true
|
|
|
|
[editable path="Warning"]
|