2024-07-23 20:53:55 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://sl3jbnopo0yh"]
|
2024-07-23 18:22:05 +02:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://d2r0ip6xy3a2" path="res://balls/ball.tscn" id="1_ffml1"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cxi0fqy5sajh5" path="res://balls/basic/basic.webp" id="2_4dnuc"]
|
|
|
|
|
|
2024-07-23 20:53:55 +02:00
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_gj21y"]
|
|
|
|
|
radius = 25.0
|
2024-07-23 20:07:13 +02:00
|
|
|
|
2024-07-23 18:22:05 +02:00
|
|
|
[node name="Ball" instance=ExtResource("1_ffml1")]
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." index="0"]
|
2024-07-23 20:53:55 +02:00
|
|
|
shape = SubResource("CircleShape2D_gj21y")
|
2024-07-23 18:22:05 +02:00
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." index="1"]
|
|
|
|
|
texture = ExtResource("2_4dnuc")
|