JHRGB/pool.tscn
2023-12-06 13:12:33 +00:00

19 lines
621 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="StaticBody2D" type="StaticBody2D"]
collision_layer = 2
collision_mask = 3
script = ExtResource("1_tvic3")
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
scale = Vector2(8.5, 8.5)
shape = SubResource("CircleShape2D_fmfn8")
[node name="Icon" type="Sprite2D" parent="."]
texture = ExtResource("2_45evg")