16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cy0ko2cawudia"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dl8qfp3u18nkx" path="res://art/objects/ball.png" id="1_un30v"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_srlvs"]
|
|
radius = 5.0
|
|
|
|
[node name="Ball" type="Area2D"]
|
|
z_index = 1
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_un30v")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_srlvs")
|