From 072fffe868d26171dfcc652d5d66323d4db7b011 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 14 Apr 2024 04:14:04 +0200 Subject: [PATCH] Move `sheep.png` to `entities` --- {media => entities}/sheep.png | 0 {media => entities}/sheep.png.import | 6 +++--- entities/sheep.tscn | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename {media => entities}/sheep.png (100%) rename {media => entities}/sheep.png.import (73%) diff --git a/media/sheep.png b/entities/sheep.png similarity index 100% rename from media/sheep.png rename to entities/sheep.png diff --git a/media/sheep.png.import b/entities/sheep.png.import similarity index 73% rename from media/sheep.png.import rename to entities/sheep.png.import index 4603e2b..ca03aab 100644 --- a/media/sheep.png.import +++ b/entities/sheep.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbljqvt053eka" -path="res://.godot/imported/sheep.png-2baca8f2fcbb83024e65011814b3432a.ctex" +path="res://.godot/imported/sheep.png-9792febbe82dbabe4d991243ae437283.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://media/sheep.png" -dest_files=["res://.godot/imported/sheep.png-2baca8f2fcbb83024e65011814b3432a.ctex"] +source_file="res://entities/sheep.png" +dest_files=["res://.godot/imported/sheep.png-9792febbe82dbabe4d991243ae437283.ctex"] [params] diff --git a/entities/sheep.tscn b/entities/sheep.tscn index 37bb596..a899da2 100644 --- a/entities/sheep.tscn +++ b/entities/sheep.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 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://media/sheep.png" id="1_rhwit"] +[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)