Use different images as dummy images + rename them
The dummy images are really just intended as a fallback option and should not be the target of texture packs.
This commit is contained in:
parent
2255453e95
commit
7fa0177683
@ -19,12 +19,12 @@ http://creativecommons.org/licenses/by-sa/3.0/
|
||||
|
||||
Authors of media files
|
||||
-----------------------
|
||||
celeron55:
|
||||
player.png
|
||||
player_back.png
|
||||
|
||||
MirceaKitsune (WTFPL):
|
||||
character.x
|
||||
|
||||
Jordach (CC BY-SA 3.0):
|
||||
character.png
|
||||
|
||||
Wuzzy (CC BY-SA 3.0)
|
||||
playermodel_dummy_front.png (derivate work of character.png)
|
||||
playermodel_dummy_back.png (derivate work of character.png)
|
||||
|
@ -112,7 +112,7 @@ function default.player_set_model(player, model_name)
|
||||
default.player_set_animation(player, "stand")
|
||||
else
|
||||
player:set_properties({
|
||||
textures = { "player.png", "player_back.png", },
|
||||
textures = { "playermodel_dummy_front.png", "playermodel_dummy_back.png", },
|
||||
visual = "upright_sprite",
|
||||
})
|
||||
end
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 142 B |
Binary file not shown.
Before Width: | Height: | Size: 142 B |
BIN
textures/playermodel_dummy_back.png
Normal file
BIN
textures/playermodel_dummy_back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 864 B |
BIN
textures/playermodel_dummy_front.png
Normal file
BIN
textures/playermodel_dummy_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 982 B |
Loading…
x
Reference in New Issue
Block a user