Jam13Yuuka/game/optional files/special_labels.rpy

22 lines
701 B
Plaintext
Raw Normal View History

2024-04-05 05:40:52 +00:00
## Special Labels ##############################################################
##
## These are special labels that Ren'Py automatically recognizes if they
## are included with the game. Read more here:
## https://www.renpy.org/doc/html/label.html#special-labels
##
## Splash Screen ###############################################################
##
## Put the splash screen code here. It runs when the game is launched.
##
# label splashscreen():
# return
2024-04-05 05:40:52 +00:00
## After Load ##################################################################
##
## Adjust any variables etc in the after_load label
## Also consider: define config.after_load_callbacks = [ ... ]
##
# label after_load():
# return