32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
[gd_scene load_steps=5 format=4]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Battle/BulletBoards.cs" id="1"]
|
|
[ext_resource type="Script" path="res://Scripts/Bullets/PenniltonSimple.cs" id="2"]
|
|
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_feisty_mooch_coin_grab.wav" id="3"]
|
|
[ext_resource type="PackedScene" path="res://Objects/Bullets/Coin.tscn" id="4"]
|
|
|
|
[node name="PenniltonCoins" type="CanvasGroup"]
|
|
script = ExtResource("1")
|
|
timer = 500.0
|
|
target = 1
|
|
soulType = 2
|
|
|
|
[node name="Logic" type="Node2D" parent="." node_paths=PackedStringArray("coins")]
|
|
script = ExtResource("2")
|
|
coins = [NodePath("../Coin2"), NodePath("../Coin2"), NodePath("../Coin2"), NodePath("../Coin"), NodePath("../Coin")]
|
|
sound = ExtResource("3")
|
|
delay = 25.0
|
|
speed = 1.2
|
|
|
|
[node name="Coin" parent="." instance=ExtResource("4")]
|
|
process_mode = 4
|
|
position = Vector2(430, -238)
|
|
scale = Vector2(1.1, 1.1)
|
|
|
|
[node name="Coin2" parent="." instance=ExtResource("4")]
|
|
process_mode = 4
|
|
modulate = Color(1, 1, 0, 1)
|
|
position = Vector2(430, -238)
|
|
scale = Vector2(1.1, 1.1)
|
|
type = 4
|