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

16 lines
523 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bc2bm8lbol18w"]
[ext_resource type="Script" path="res://entities/sheep.gd" id="1_c2hn8"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_08frh"]
[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")
[connection signal="input_event" from="." to="." method="_on_input_event"]