-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update code to fix crashes on missing game data
- add missing game data warning to gamefiles
- Loading branch information
dgengin
committed
Jun 21, 2016
1 parent
f1dbf7c
commit 619fe98
Showing
14 changed files
with
88 additions
and
20 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"keyboard": { | ||
"key": ["enter", " ", "esc"], | ||
"action": { "name": "game.close" } | ||
}, | ||
"font": { | ||
"id": "liberationSerif", | ||
"file": "res/LiberationSerif-Regular.ttf" | ||
}, | ||
"button": { | ||
"id": "quit", | ||
"font": "liberationSerif", | ||
"fontSize": 28, | ||
"color": "0xFFFFFF", | ||
"position": [320, 240], | ||
"anchor": "none", | ||
"horizontalAlign": "center", | ||
"verticalAlign": "center", | ||
"text": "Error loading DIABDAT.zip\nMake sure the game data is present.", | ||
"onClick": "game.close" | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"saveDir": ".diablo", | ||
"icon": { | ||
"file":"res/icon.png" | ||
}, | ||
"cursor": { | ||
"show": false | ||
}, | ||
"load": "settings.json", | ||
"load": "res/actions.json", | ||
"load": "res/fonts.json", | ||
"load": "res/music.json", | ||
"load": "res/palettes.json", | ||
"load": "res/sounds.json", | ||
"load": "res/textures.json", | ||
"load": "ui/splashScreen.json" | ||
} |
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
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
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
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
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