mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dvhatw2rn41ko"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bbo3bxjsctr21" path="res://ball.png" id="1"]
|
|
[ext_resource type="Script" uid="uid://cvdmrklrx5mif" path="res://logic/Ball.cs" id="2"]
|
|
|
|
[sub_resource type="CircleShape2D" id="1"]
|
|
radius = 4.65663
|
|
|
|
[node name="Ball" type="Area2D"]
|
|
script = ExtResource("2")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("1")
|