You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
555 B
Plaintext
21 lines
555 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://df213kk2wwp71"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Tools/hooves.gd" id="1_o1lbx"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_nw58x"]
|
|
radius = 68.0661
|
|
|
|
[node name="Tool" type="RigidBody2D"]
|
|
collision_layer = 3
|
|
collision_mask = 3
|
|
freeze = true
|
|
freeze_mode = 1
|
|
script = ExtResource("1_o1lbx")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
light_mask = 3
|
|
visibility_layer = 3
|
|
shape = SubResource("CircleShape2D_nw58x")
|