some sort of error screen impl

This commit is contained in:
minjaesong
2017-08-20 22:10:47 +09:00
parent 99d8b5b7f2
commit 7a442f26fa
29 changed files with 555 additions and 169 deletions

View File

@@ -1,10 +1,6 @@
# Load Order
# Modules are loaded from top to bottom.
# Acceptable formats:
# module_name,description_in_English_no_comma,(entry_point.kts),(external Jars sep'd by semicolon)...
# If entry_point is not given, the program will try to run <modulename>.kts.
# if even that does not exist, an the program will quit with error.
# and yes, you can disable basegame, but we don't recommend.
# You can disable basegame, but we don't recommend.
basegame
dwarventech
1 # Load Order
2 # Modules are loaded from top to bottom.
3 # Acceptable formats: # You can disable basegame, but we don't recommend.
# module_name,description_in_English_no_comma,(entry_point.kts),(external Jars sep'd by semicolon)...
# If entry_point is not given, the program will try to run <modulename>.kts.
# if even that does not exist, an the program will quit with error.
# and yes, you can disable basegame, but we don't recommend.
4 basegame
5 dwarventech
6