mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Moved paused text details into bundle
This commit is contained in:
parent
948c48ea23
commit
d68d2e9f30
2 changed files with 2 additions and 2 deletions
|
|
@ -294,7 +294,7 @@ text.settings.clearall.confirm=[scarlet]WARNING![]\nThis will clear all data, in
|
|||
text.settings.clearsectors=Clear Sectors
|
||||
text.settings.clearunlocks=Clear Unlocks
|
||||
text.settings.clearall=Clear All
|
||||
text.paused=Paused
|
||||
text.paused=[accent]< Paused >
|
||||
text.yes=Yes
|
||||
text.no=No
|
||||
text.info.title=Info
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ public class HudFragment extends Fragment{
|
|||
//paused table
|
||||
parent.fill(t -> {
|
||||
t.top().visible(() -> state.is(State.paused) && !Net.active());
|
||||
t.table("clear", top -> top.add("[orange]< " + Bundles.get("text.paused") + " >").pad(6).get().setFontScale(fontScale * 1.5f));
|
||||
t.table("clear", top -> top.add("$text.paused").pad(6).get().setFontScale(fontScale * 1.5f));
|
||||
});
|
||||
|
||||
parent.fill(t -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue