2023-06-18 20:30:25 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cy0ko2cawudia"]
|
2023-06-12 22:06:48 +02:00
|
|
|
|
2023-06-18 20:30:25 +02:00
|
|
|
[ext_resource type="Script" path="res://scripts/ball/ball.gd" id="1_8tu7d"]
|
2023-06-13 21:36:01 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dl8qfp3u18nkx" path="res://art/objects/ball.png" id="1_un30v"]
|
2023-06-12 22:06:48 +02:00
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_srlvs"]
|
2023-06-18 20:30:25 +02:00
|
|
|
radius = 6.0
|
2023-06-12 22:06:48 +02:00
|
|
|
|
2023-06-18 20:30:25 +02:00
|
|
|
[node name="Ball" type="CharacterBody2D"]
|
2023-06-12 22:06:48 +02:00
|
|
|
z_index = 1
|
2023-06-18 20:30:25 +02:00
|
|
|
collision_layer = 8
|
|
|
|
collision_mask = 7
|
|
|
|
script = ExtResource("1_8tu7d")
|
2023-06-12 22:06:48 +02:00
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
2023-06-13 21:36:01 +02:00
|
|
|
texture = ExtResource("1_un30v")
|
2023-06-12 22:06:48 +02:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("CircleShape2D_srlvs")
|