1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
hella-farm/entities/sheep.tscn

17 lines
523 B
Text
Raw Normal View History

[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"]
[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")
[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"]