2024-04-14 02:43:59 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://bc2bm8lbol18w"]
|
2024-04-13 14:38:05 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://entities/sheep.gd" id="1_c2hn8"]
|
|
|
|
|
2024-04-14 02:43:59 +00:00
|
|
|
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_08frh"]
|
2024-04-13 14:38:05 +00:00
|
|
|
|
|
|
|
[node name="Sheep" type="RigidBody2D"]
|
|
|
|
input_pickable = true
|
|
|
|
linear_damp = 20.0
|
|
|
|
script = ExtResource("1_c2hn8")
|
|
|
|
|
2024-04-14 02:43:59 +00:00
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
|
|
scale = Vector2(32, 32)
|
|
|
|
texture = SubResource("PlaceholderTexture2D_08frh")
|
2024-04-13 14:38:05 +00:00
|
|
|
|
|
|
|
[connection signal="input_event" from="." to="." method="_on_input_event"]
|