remove testing

This commit is contained in:
Johannes Schmelz 2024-12-02 04:39:30 +01:00
parent f317d7723e
commit e93791e6e8

View File

@ -270,9 +270,9 @@ public class MonopolyApp extends SimpleApplication implements MonopolyClient, Ga
inputManager.addListener(escapeListener, ESC); inputManager.addListener(escapeListener, ESC);
//TODO tmp for testing //TODO tmp for testing
inputManager.addMapping("B", new KeyTrigger(KeyInput.KEY_B)); // inputManager.addMapping("B", new KeyTrigger(KeyInput.KEY_B));
inputManager.addListener(BListener, "B"); // inputManager.addListener(BListener, "B");
inputManager.addMapping("T", new KeyTrigger(KeyInput.KEY_T)); // inputManager.addMapping("T", new KeyTrigger(KeyInput.KEY_T));
} }