File tree Expand file tree Collapse file tree
desktop/src/uk/co/electronstudio/cats/desktop Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2+ <assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" xmlns : asmv3 =" urn:schemas-microsoft-com:asm.v3" >
3+ <assemblyIdentity version =" 8.0.131.11" processorArchitecture =" X86" name =" KittyTransmitty" type =" win32" ></assemblyIdentity >
4+ <description >KittyTransmitty</description >
5+
6+ <asmv3 : application >
7+ <asmv3 : windowsSettings xmlns =" http://schemas.microsoft.com/SMI/2005/WindowsSettings" >
8+ <dpiAware >true</dpiAware >
9+ </asmv3 : windowsSettings >
10+ </asmv3 : application >
11+
12+
13+ </assembly >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ project(":desktop") {
4343
4444 dependencies {
4545 compile project(" :core" )
46- compile " com.badlogicgames.gdx:gdx-backend-lwjgl3 :$gdxVersion "
46+ compile " com.badlogicgames.gdx:gdx-backend-lwjgl :$gdxVersion "
4747 compile " com.badlogicgames.gdx:gdx-platform:$gdxVersion :natives-desktop"
4848 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
4949 }
Original file line number Diff line number Diff line change 11package uk .co .electronstudio .cats .desktop ;
22
3- import com .badlogic .gdx .backends .lwjgl3 . Lwjgl3Application ;
4- import com .badlogic .gdx .backends .lwjgl3 . Lwjgl3ApplicationConfiguration ;
3+ import com .badlogic .gdx .backends .lwjgl . LwjglApplication ;
4+ import com .badlogic .gdx .backends .lwjgl . LwjglApplicationConfiguration ;
55import uk .co .electronstudio .cats .CatGame ;
66
77public class DesktopLauncher {
88 public static void main (String [] arg ) {
9- Lwjgl3ApplicationConfiguration config = new Lwjgl3ApplicationConfiguration ();
9+ LwjglApplicationConfiguration config = new LwjglApplicationConfiguration ();
1010 //config.width=1920;
1111 // config.height=1080;
1212 //g config.fullscreen=true;
13- new Lwjgl3Application (new CatGame (), config );
13+ new LwjglApplication (new CatGame (), config );
1414 }
1515}
Original file line number Diff line number Diff line change 1- include ' desktop' , ' core' ,' android'
1+ include ' desktop' , ' core' ,' android'
Original file line number Diff line number Diff line change 1+ attrib -R desktop\build /d /s
2+ attrib -R desktop\build\jfx\native\KittyTransmitty\KittyTransmitty.exe
3+ mt.exe -manifest " KittyTransmitty.manifest" -outputresource:" desktop\build\jfx\native\KittyTransmitty\KittyTransmitty.exe;#1"
You can’t perform that action at this time.
0 commit comments