InputHandler: update themes, #995 (#996)

This commit is contained in:
Emux 2022-12-21 16:10:15 +02:00 committed by GitHub
parent 4c2be99dc9
commit c24a9c1631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;