diff --git a/entities/sheep.png b/entities/sheep.png deleted file mode 100644 index aae5b12..0000000 --- a/entities/sheep.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:259e76e43c2215c35da08bd7e458a6e6df988f6c91d6c82aa7b8aa96682ffc24 -size 872 diff --git a/entities/sheep.png.import b/entities/sheep.png.import deleted file mode 100644 index ca03aab..0000000 --- a/entities/sheep.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cbljqvt053eka" -path="res://.godot/imported/sheep.png-9792febbe82dbabe4d991243ae437283.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://entities/sheep.png" -dest_files=["res://.godot/imported/sheep.png-9792febbe82dbabe4d991243ae437283.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/entities/sheep.tscn b/entities/sheep.tscn index a899da2..412e05e 100644 --- a/entities/sheep.tscn +++ b/entities/sheep.tscn @@ -1,22 +1,16 @@ -[gd_scene load_steps=4 format=3 uid="uid://bc2bm8lbol18w"] +[gd_scene load_steps=3 format=3 uid="uid://bc2bm8lbol18w"] [ext_resource type="Script" path="res://entities/sheep.gd" id="1_c2hn8"] -[ext_resource type="Texture2D" uid="uid://cbljqvt053eka" path="res://entities/sheep.png" id="1_rhwit"] -[sub_resource type="RectangleShape2D" id="RectangleShape2D_ycfcx"] -size = Vector2(120, 92) +[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="Sheep" type="Sprite2D" parent="."] -position = Vector2(3, -3) -texture = ExtResource("1_rhwit") - -[node name="CollisionShape2D" type="CollisionShape2D" parent="."] -position = Vector2(3, -3) -shape = SubResource("RectangleShape2D_ycfcx") +[node name="Sprite" type="Sprite2D" parent="."] +scale = Vector2(32, 32) +texture = SubResource("PlaceholderTexture2D_08frh") [connection signal="input_event" from="." to="." method="_on_input_event"] diff --git a/entities/sheep.gd b/entities/sheep_snowy.gd similarity index 100% rename from entities/sheep.gd rename to entities/sheep_snowy.gd