From 4b4599e5b8d3751ad5e2ef49e204ca7f2a5fd976 Mon Sep 17 00:00:00 2001 From: Armin Benz Date: Sun, 30 Apr 2017 20:43:38 +0200 Subject: [PATCH] new testmap, update Controller, set Force --- .../{FlyingPlayerController.java => FlyPlayerController.java} | 0 ...efaultPlayerController.java => RunBottomPlayerController.java} | 0 ...{InvertedPlayerController.java => RunTopPlayerController.java} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/{FlyingPlayerController.java => FlyPlayerController.java} (100%) rename core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/{DefaultPlayerController.java => RunBottomPlayerController.java} (100%) rename core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/{InvertedPlayerController.java => RunTopPlayerController.java} (100%) diff --git a/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/FlyingPlayerController.java b/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/FlyPlayerController.java similarity index 100% rename from core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/FlyingPlayerController.java rename to core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/FlyPlayerController.java diff --git a/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/DefaultPlayerController.java b/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/RunBottomPlayerController.java similarity index 100% rename from core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/DefaultPlayerController.java rename to core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/RunBottomPlayerController.java diff --git a/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/InvertedPlayerController.java b/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/RunTopPlayerController.java similarity index 100% rename from core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/InvertedPlayerController.java rename to core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/RunTopPlayerController.java