Go to file
Matt Low 26049488ae Scale world units from banana units (800x600) to something smaller.
Let's just call them meters.

Get rid of Viewport and handle world scaling based on screen height:
- Keep world height at a constant 10 meters and scale width according
to screen dimensions.

Add uiSpriteBatch used for rendering UI elements at appropriate scale
2020-01-31 20:25:49 +04:00
android Add base project files. 2020-01-24 12:03:04 +04:00
core Scale world units from banana units (800x600) to something smaller. 2020-01-31 20:25:49 +04:00
desktop Add base project files. 2020-01-24 12:03:04 +04:00
gradle/wrapper Add base project files. 2020-01-24 12:03:04 +04:00
.gitignore Add base project files. 2020-01-24 12:03:04 +04:00
build.gradle Various changes and fixes. 2020-01-30 16:37:27 +04:00
gradle.properties Add base project files. 2020-01-24 12:03:04 +04:00
gradlew Add base project files. 2020-01-24 12:03:04 +04:00
gradlew.bat Add base project files. 2020-01-24 12:03:04 +04:00
settings.gradle Various changes and fixes. 2020-01-30 16:37:27 +04:00