File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
kotlin/gdx/liftoff/config Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11org.gradle.daemon =false
22org.gradle.jvmargs =-Xms512M -Xmx1G -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8
3- liftoffVersion =1.13.5.0
3+ liftoffVersion =1.13.5.1-SNAPSHOT
44kotlinVersion =2.1.21
55gdxVersion =1.13.5
66lmlVersion =1.10.1.12.1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import java.lang.NumberFormatException
3838@Suppress(" unused" ) // Fields accessed via reflection.
3939class Configuration {
4040 companion object {
41- const val VERSION = " 1.13.5.0 "
41+ const val VERSION = " 1.13.5.1-SNAPSHOT "
4242 const val WIDTH = 600
4343 const val HEIGHT = 700
4444 const val PREFERENCES_PATH = " gdx-liftoff-prefs"
Original file line number Diff line number Diff line change 3030# Needed by the Box2D official extension.
3131-keepclassmembers class com.badlogic.gdx.physics.box2d.World {
3232 boolean contactFilter(long, long);
33+ boolean getUseDefaultContactFilter();
3334 void beginContact(long);
3435 void endContact(long);
3536 void preSolve(long, long);
Original file line number Diff line number Diff line change 1- liftoffVersion =1.13.5.0
1+ liftoffVersion =1.13.5.1-SNAPSHOT
22projectNameDefault =YourProjectName
33packageNameDefault =io.github.some_example_name
44mainClassNameDefault =Main
You can’t perform that action at this time.
0 commit comments