Files

18 lines
634 B
Plaintext
Raw Permalink Normal View History

[gd_scene load_steps=4 format=3 uid="uid://sl3jbnopo0yh"]
[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"]
[sub_resource type="CircleShape2D" id="CircleShape2D_gj21y"]
radius = 25.0
[node name="Ball" instance=ExtResource("1_ffml1")]
speed = 4.0
strength = 4
[node name="CollisionShape2D" type="CollisionShape2D" parent="." index="0"]
shape = SubResource("CircleShape2D_gj21y")
[node name="Sprite2D" type="Sprite2D" parent="." index="1"]
texture = ExtResource("2_4dnuc")