mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-19 00:06:16 +01:00
Merge remote-tracking branch 'origin/gui' into gui
This commit is contained in:
commit
ac9ced2cf4
@ -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));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user