[gd_scene load_steps=4 format=3 uid="uid://dtya31nfxo0h7"] [ext_resource type="Texture2D" uid="uid://ccs76qyn4ua40" path="res://puzzles/assets/ball.png" id="1_3p6vy"] [sub_resource type="PhysicsMaterial" id="PhysicsMaterial_8in3v"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_we7nh"] size = Vector2(14, 14) [node name="Ball" type="StaticBody2D"] collision_layer = 2 physics_material_override = SubResource("PhysicsMaterial_8in3v") [node name="Sprite2D" type="Sprite2D" parent="."] texture = ExtResource("1_3p6vy") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("RectangleShape2D_we7nh")