gdx-studio

#libgdx#java#desktop

git clone https://git.pyrossh.dev/gdx-studio

An IDE for creating Games using libgdx and Java supported on all platforms Android, iOS, Desktop


test/config
a62d533 1
{
a62d533 2
title: Game1,
a9b2a64 3
version: "0.5.5",
a62d533 4
hasIcon: true,
7c84877 5
targetSize: "800x480",
a9b2a64 6
screenSize: "852x480",
a62d533 7
audioBufferCount: "10",
a9b2a64 8
resize: "true",
a62d533 9
forceExit: "false",
a62d533 10
fullScreen: "false",
a62d533 11
useGL20: "false",
a9b2a64 12
vSync: "true",
a9b2a64 13
disableAudio: "true",
a62d533 14
keepAspectRatio: "false",
a62d533 15
showFPS: "true",
a62d533 16
loggingEnabled: "true",
a62d533 17
project: "C:/CODE/RpgIDE/test/",
7c84877 18
target: Desktop
a62d533 19
}