28 lines
929 B
Plaintext
28 lines
929 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bpd3l1iyb13h2"]
|
|
|
|
[ext_resource type="Script" path="res://Pool.gd" id="1_tvic3"]
|
|
[ext_resource type="Texture2D" uid="uid://b5bytgmfmgd2d" path="res://images/pool.png" id="2_45evg"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_fmfn8"]
|
|
|
|
[node name="Pool" type="Node2D"]
|
|
modulate = Color(0.3, 1, 1, 1)
|
|
scale = Vector2(0.151658, 0.151658)
|
|
script = ExtResource("1_tvic3")
|
|
mana_r = 3
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
collision_layer = 2
|
|
collision_mask = 3
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
|
|
scale = Vector2(8.5, 8.5)
|
|
shape = SubResource("CircleShape2D_fmfn8")
|
|
|
|
[node name="Icon" type="Sprite2D" parent="StaticBody2D"]
|
|
texture = ExtResource("2_45evg")
|
|
|
|
[node name="DecayTimer" type="Timer" parent="StaticBody2D"]
|
|
|
|
[connection signal="timeout" from="StaticBody2D/DecayTimer" to="." method="_on_decay_timer_timeout"]
|