47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=4]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Battle/BulletBoards.cs" id="1"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/gui.png" id="2"]
|
|
[ext_resource type="Script" path="res://Scripts/Bullets/EraserSolo.cs" id="3"]
|
|
[ext_resource type="PackedScene" path="res://Objects/Particles/Warning.tscn" id="4"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_q68q6"]
|
|
radius = 9.0
|
|
height = 22.0
|
|
|
|
[node name="EraserSolo" type="Node2D"]
|
|
script = ExtResource("1")
|
|
timer = 400.0
|
|
soulStartOffset = Vector2(0, 20)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -160)
|
|
texture = ExtResource("2")
|
|
offset = Vector2(0, -12)
|
|
region_enabled = true
|
|
region_rect = Rect2(131, 120, 18, 23)
|
|
script = ExtResource("3")
|
|
|
|
[node name="Area2D" type="Area2D" parent="Sprite2D"]
|
|
collision_layer = 4
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Sprite2D/Area2D"]
|
|
position = Vector2(0, -12)
|
|
shape = SubResource("CapsuleShape2D_q68q6")
|
|
|
|
[node name="Warning" parent="." instance=ExtResource("4")]
|
|
offset_top = -47.0
|
|
offset_bottom = -47.0
|
|
|
|
[node name="NinePatchRect" parent="Warning" index="0"]
|
|
offset_left = -9.0
|
|
offset_top = 11.0
|
|
offset_right = 8.0
|
|
offset_bottom = 27.0
|
|
|
|
[node name="Timer" parent="Warning" index="3"]
|
|
wait_time = 0.5
|
|
|
|
[editable path="Warning"]
|