add sleeping functionality to Tent object and update player image handling
This commit is contained in:
@@ -409,8 +409,10 @@ public class UI {
|
||||
if(panel.eManager.lighting.filterAlpha <= 0F) {
|
||||
panel.eManager.lighting.filterAlpha = 0F;
|
||||
sleepCount = 0;
|
||||
panel.eManager.lighting.dayCount = 0;
|
||||
panel.eManager.lighting.dayState = Lighting.DayState.DAY;
|
||||
panel.gameState = GameState.PLAY;
|
||||
panel.player.getPlayerImage();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user