Update package names to games.perses
1 parent 7d0f531 commit 9aa632a65904f01717699c060791e2000baf7042
rnentjes authored on 19 Mar 2017
Showing 34 changed files
View
src/main/kotlin/com/persesgames/color/Color.kt 100644 → 0
View
src/main/kotlin/com/persesgames/game/Game.kt 100644 → 0
View
src/main/kotlin/com/persesgames/game/Screen.kt 100644 → 0
View
src/main/kotlin/com/persesgames/game/View.kt 100644 → 0
View
src/main/kotlin/com/persesgames/input/Keys.kt 100644 → 0
View
src/main/kotlin/com/persesgames/map/Map.kt 100644 → 0
View
src/main/kotlin/com/persesgames/map/tiled/TiledMap.kt 100644 → 0
View
src/main/kotlin/com/persesgames/math/Matrix4.kt 100644 → 0
View
src/main/kotlin/com/persesgames/net/NetUtils.kt 100644 → 0
View
src/main/kotlin/com/persesgames/shader/ShaderProgram.kt 100644 → 0
View
src/main/kotlin/com/persesgames/shader/ShaderProgramMesh.kt 100644 → 0
View
src/main/kotlin/com/persesgames/sound/Music.kt 100644 → 0
View
src/main/kotlin/com/persesgames/sound/Sounds.kt 100644 → 0
View
src/main/kotlin/com/persesgames/sprite/SpriteBatch.kt 100644 → 0
View
src/main/kotlin/com/persesgames/text/Texts.kt 100644 → 0
View
src/main/kotlin/com/persesgames/texture/Sprites.kt 100644 → 0
View
src/main/kotlin/com/persesgames/texture/Textures.kt 100644 → 0
View
src/main/kotlin/games/perses/color/Color.kt 0 → 100644
View
src/main/kotlin/games/perses/game/Game.kt 0 → 100644
View
src/main/kotlin/games/perses/game/Screen.kt 0 → 100644
View
src/main/kotlin/games/perses/game/View.kt 0 → 100644
View
src/main/kotlin/games/perses/input/Keys.kt 0 → 100644
View
src/main/kotlin/games/perses/map/Map.kt 0 → 100644
View
src/main/kotlin/games/perses/map/tiled/TiledMap.kt 0 → 100644
View
src/main/kotlin/games/perses/math/Matrix4.kt 0 → 100644
View
src/main/kotlin/games/perses/net/NetUtils.kt 0 → 100644
View
src/main/kotlin/games/perses/shader/ShaderProgram.kt 0 → 100644
View
src/main/kotlin/games/perses/shader/ShaderProgramMesh.kt 0 → 100644
View
src/main/kotlin/games/perses/sound/Music.kt 0 → 100644
View
src/main/kotlin/games/perses/sound/Sounds.kt 0 → 100644
View
src/main/kotlin/games/perses/sprite/SpriteBatch.kt 0 → 100644
View
src/main/kotlin/games/perses/text/Texts.kt 0 → 100644
View
src/main/kotlin/games/perses/texture/Sprites.kt 0 → 100644
View
src/main/kotlin/games/perses/texture/Textures.kt 0 → 100644