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