custom textboxes
Word count: 5,820 words
This commit is contained in:
parent
ba2d198ba3
commit
0c409e040b
8 changed files with 164 additions and 23 deletions
|
@ -9,13 +9,13 @@
|
|||
##
|
||||
## Put the splash screen code here. It runs when the game is launched.
|
||||
##
|
||||
label splashscreen():
|
||||
return
|
||||
# label splashscreen():
|
||||
# return
|
||||
|
||||
## After Load ##################################################################
|
||||
##
|
||||
## Adjust any variables etc in the after_load label
|
||||
## Also consider: define config.after_load_callbacks = [ ... ]
|
||||
##
|
||||
label after_load():
|
||||
return
|
||||
# label after_load():
|
||||
# return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue