mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
Timer objective text
This commit is contained in:
parent
854dbacd14
commit
9ea891bf64
@ -170,7 +170,8 @@ public class MapObjectives{
|
||||
public float countup;
|
||||
public float duration = 60f * 30f;
|
||||
|
||||
public TimerObjective(float duration){
|
||||
public TimerObjective(String text, float duration){
|
||||
this.text = text;
|
||||
this.duration = duration;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user