mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-16 03:41:55 -07:00
Timer objective text
This commit is contained in:
parent
854dbacd14
commit
9ea891bf64
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue