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