mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-18 18:23:44 +01:00
remove testing
This commit is contained in:
parent
f317d7723e
commit
e93791e6e8
@ -270,9 +270,9 @@ public class MonopolyApp extends SimpleApplication implements MonopolyClient, Ga
|
||||
inputManager.addListener(escapeListener, ESC);
|
||||
|
||||
//TODO tmp for testing
|
||||
inputManager.addMapping("B", new KeyTrigger(KeyInput.KEY_B));
|
||||
inputManager.addListener(BListener, "B");
|
||||
inputManager.addMapping("T", new KeyTrigger(KeyInput.KEY_T));
|
||||
// inputManager.addMapping("B", new KeyTrigger(KeyInput.KEY_B));
|
||||
// inputManager.addListener(BListener, "B");
|
||||
// inputManager.addMapping("T", new KeyTrigger(KeyInput.KEY_T));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user