WIP map notification instruction

This commit is contained in:
Anuken
2022-02-10 11:49:55 -05:00
parent a80e1d86a1
commit 414d07a843
8 changed files with 47 additions and 3 deletions

View File

@@ -419,6 +419,10 @@ public class HudFragment extends Fragment{
}
}
public boolean hasToast(){
return Time.timeSinceMillis(lastToast) < 3.5f * 1000f;
}
public void showToast(String text){
showToast(Icon.ok, text);
}