Make warning messages red
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
8690a10474
commit
e573838eaf
@ -65,7 +65,7 @@ public class EditorRenderer extends LevelRenderer{
|
|||||||
AddMessage(RabiClone.CURRENT_MAP.toString()," has been saved successfully.");
|
AddMessage(RabiClone.CURRENT_MAP.toString()," has been saved successfully.");
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
AddMessage("Map failed to save: ",e.getLocalizedMessage());
|
AddMessage(PaletteColor.RED,"Map failed to save: ",e.getLocalizedMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
updateMessageLog();
|
updateMessageLog();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user