bovido/scenes/ball.tscn

16 lines
480 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://cy0ko2cawudia"]
2023-06-13 21:36:01 +02:00
[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="."]
2023-06-13 21:36:01 +02:00
texture = ExtResource("1_un30v")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_srlvs")