15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cdyodb8q2mkwd"]
|
|
|
|
[ext_resource type="Script" uid="uid://doqrmlk7jvot7" path="res://scripts/ball.gd" id="1_7s4qf"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_rf3rd"]
|
|
radius = 24.0
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D"]
|
|
script = ExtResource("1_7s4qf")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_rf3rd")
|
|
debug_color = Color(0.809626, 0.453417, 0.723759, 0.42)
|