forked from jaildesigner-jailgames/jaildoctors_dilemma
Añadidos colores para el jugador segun los trucos. Añadida skin alternativa para el jugador
This commit is contained in:
@@ -19,6 +19,14 @@ Player::Player(player_t player)
|
||||
|
||||
// Inicializa variables
|
||||
color = stringToColor(options->palette, "white");
|
||||
if (options->cheat.infiniteLives)
|
||||
{
|
||||
color = stringToColor(options->palette, "yellow");
|
||||
}
|
||||
if (options->cheat.invincible)
|
||||
{
|
||||
color = stringToColor(options->palette, "cyan");
|
||||
}
|
||||
onBorder = false;
|
||||
border = BORDER_TOP;
|
||||
autoMovement = false;
|
||||
|
||||
Reference in New Issue
Block a user