mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
17 lines
517 B
Plaintext
17 lines
517 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bv5io76sl5mgc"]
|
|
|
|
[ext_resource type="Script" uid="uid://gavipk2e3gej" path="res://logic/ball.gd" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://b8pubh3ddqqmd" path="res://ball.png" id="2"]
|
|
|
|
[sub_resource type="CircleShape2D" id="1"]
|
|
radius = 5.11969
|
|
|
|
[node name="Ball" type="Area2D"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2")
|
|
|
|
[node name="Shape3D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("1")
|