mirror of
https://github.com/n64decomp/mk64
synced 2026-08-15 04:32:52 -04:00
rename some texture (#530)
* rename some texture * format common_texture
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
PLAYER_EMBLEM_DIR := assets/player_emblems
|
||||
|
||||
PLAYER_EMBLEM_PALETTE := $(PLAYER_EMBLEM_DIR)/gTLUTPlayerEmblem.png
|
||||
PLAYER_EMBLEM_PALETTE := $(PLAYER_EMBLEM_DIR)/common_tlut_player_emblem.png
|
||||
|
||||
PLAYER_EMBLEM_PNGS := \
|
||||
$(PLAYER_EMBLEM_DIR)/gTexturePlayerEmblem1p.png \
|
||||
$(PLAYER_EMBLEM_DIR)/gTexturePlayerEmblem2p.png \
|
||||
$(PLAYER_EMBLEM_DIR)/gTexturePlayerEmblem3p.png \
|
||||
$(PLAYER_EMBLEM_DIR)/gTexturePlayerEmblem4p.png
|
||||
$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_1p.png \
|
||||
$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_2p.png \
|
||||
$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_3p.png \
|
||||
$(PLAYER_EMBLEM_DIR)/common_texture_player_emblem_4p.png
|
||||
|
||||
PLAYER_EMBLEM_EXPORT_SENTINEL := $(PLAYER_EMBLEM_DIR)/.export
|
||||
|
||||
|
||||
Reference in New Issue
Block a user