Updated Libgdx to a newer version to add gui to the game. This sadly broke the player sprite :/
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Set oShell = CreateObject ("Wscript.Shell")
|
||||
Dim strArgs
|
||||
strArgs = "cmd /c launcher.bat "
|
||||
For Each arg In Wscript.Arguments
|
||||
strArgs = strArgs + arg
|
||||
Next
|
||||
oShell.Run strArgs, 0, false
|
||||
Reference in New Issue
Block a user