mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Renamed placeholders
- Renamed "[name]_placeholder" sprites to "bank_[name]" - Remove pants and shirt functions - Created bases for bottoms and tops - Brought back most, if not all, pants and skirts
This commit is contained in:
parent
d3b5f1fc1c
commit
c761b47f11
24 changed files with 164 additions and 128 deletions
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/tops_placeholder.png-f5a04655f1fc6c8a24a963628d2d193a.stex"
|
||||
path="res://.import/blank_bottom.png-920e015ef605c266d02e19063b5738b4.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/clothes/tops_placeholder.png"
|
||||
dest_files=[ "res://.import/tops_placeholder.png-f5a04655f1fc6c8a24a963628d2d193a.stex" ]
|
||||
source_file="res://sprites/clothes/blank_bottom.png"
|
||||
dest_files=[ "res://.import/blank_bottom.png-920e015ef605c266d02e19063b5738b4.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 900 B |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/bottoms_placeholder.png-57674ec9f26757b6fa01589150ad74c7.stex"
|
||||
path="res://.import/blank_top.png-e145e75e3bc30a0f4722046da43ef638.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/clothes/bottoms_placeholder.png"
|
||||
dest_files=[ "res://.import/bottoms_placeholder.png-57674ec9f26757b6fa01589150ad74c7.stex" ]
|
||||
source_file="res://sprites/clothes/blank_top.png"
|
||||
dest_files=[ "res://.import/blank_top.png-e145e75e3bc30a0f4722046da43ef638.stex" ]
|
||||
|
||||
[params]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue