-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from jpooleycodes/develop
Fix desktop support for runtime
- Loading branch information
Showing
4 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[0.2.0] | ||
- Updated min java version to 1.7 | ||
- Add Desktop support by handling loading of assets without using FileHandle.list(); | ||
|
||
[0.1.0] ~ 12/8/2021 | ||
- First working implementation compatible with the v0.1.0 Mundus editor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#Desktop support | ||
For the runtime to work on Desktop applications, an assets.txt file listing | ||
all assets in the mundus/assets directory is required due to technical limitations | ||
getting a list of files in a directory on Desktop. Guide for creating | ||
assets.txt is here: https://lyze.dev/2021/04/29/libGDX-Internal-Assets-List/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters