mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 08:59:44 +02:00
Logger für 110Grad eingefügt --> EndScore
This commit is contained in:
@@ -128,6 +128,9 @@ public class StatusPanelAdder{
|
||||
} else {
|
||||
tempBar.setValue(tempBar.getValue()+temping);
|
||||
}
|
||||
if (tempBar.getValue()==110){
|
||||
Logger.write(Score.endScore()+"");
|
||||
}
|
||||
/*
|
||||
* Änderung der Farbe der TempBar
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user