From b7b858579e7062f40f32d6d4af548ef1a175f7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=86=D0=B2=D0=B0=D0=BD=20=D0=9E=D0=BD=D1=96=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Fri, 13 Dec 2024 23:39:10 +0300 Subject: [PATCH] - fix textures path --- .../Clothing/OuterClothing/adidascostume.yml | 7 ++++--- .../adidascostume.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Coats/adidascostume.rsi/icon.png | Bin .../Coats/adidascostume.rsi/inhand-left.png | Bin .../Coats/adidascostume.rsi/inhand-right.png | Bin .../OuterClothing/Coats/adidascostume.rsi/meta.json | 0 6 files changed, 4 insertions(+), 3 deletions(-) rename Resources/Textures/{ => White}/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{ => White}/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png (100%) rename Resources/Textures/{ => White}/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png (100%) rename Resources/Textures/{ => White}/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png (100%) rename Resources/Textures/{ => White}/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json (100%) diff --git a/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/adidascostume.yml b/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/adidascostume.yml index f9d2f20e08..54a728555c 100644 --- a/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/adidascostume.yml +++ b/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/adidascostume.yml @@ -5,9 +5,10 @@ description: Когда-то костюмы Абибаса были очень популярны. Сейчас же это больше культурное наследие. Странно, почему так хочется семечек? components: - type: Sprite - sprite: Clothing/OuterClothing/Coats/adidascostume.rsi + sprite: White/Clothing/OuterClothing/Coats/adidascostume.rsi - type: Clothing - sprite: Clothing/OuterClothing/Coats/adidascostume.rsi + sprite: White/Clothing/OuterClothing/Coats/adidascostume.rsi - type: StorageFill contents: - - id: FoodSnackSemki \ No newline at end of file + - id: FoodSnackSemki + \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png rename to Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png rename to Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png rename to Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json rename to Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json