Ejemplo n.º 1
0
// Gameplay Screen Unload logic
void UnloadAisle01Screen(void)
{
    // TODO: Unload GAMEPLAY screen variables here!
    UnloadTexture(background);
	
    UnloadMonster(lamp);
    UnloadMonster(picture);
}
Ejemplo n.º 2
0
// Gameplay Screen Unload logic
void UnloadAtticScreen(void)
{
    // TODO: Unload GAMEPLAY screen variables here!
    UnloadTexture(background);
	
    UnloadMonster(lamp);
    UnloadMonster(arc);
}
Ejemplo n.º 3
0
// Gameplay Screen Unload logic
void UnloadLivingroomScreen(void)
{
    // TODO: Unload GAMEPLAY screen variables here!
    UnloadTexture(background);
	
    UnloadMonster(candle);
    UnloadMonster(picture);
    UnloadMonster(phone);
}