mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-25 09:34:24 +00:00
16 lines
523 B
Text
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"]
|