InputHandler: update themes, #995

This commit is contained in:
Emux 2022-12-21 16:09:28 +02:00
parent 4c2be99dc9
commit b6fcc93d83
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -126,16 +126,21 @@ public class InputHandler implements InputProcessor {
break;
case Input.Keys.NUM_3:
mMap.setTheme(VtmThemes.OSMAGRAY);
mMap.setTheme(VtmThemes.BIKER);
mMap.updateMap(false);
break;
case Input.Keys.NUM_4:
mMap.setTheme(VtmThemes.TRONRENDER);
mMap.setTheme(VtmThemes.OSMAGRAY);
mMap.updateMap(false);
break;
case Input.Keys.NUM_5:
mMap.setTheme(VtmThemes.TRONRENDER);
mMap.updateMap(false);
break;
case Input.Keys.NUM_6:
mMap.setTheme(VtmThemes.NEWTRON);
mMap.updateMap(false);
break;