forked from Cavemanon/SnootGame
fix typo blunders that crash the game
This commit is contained in:
@ -49,7 +49,7 @@ init python:
|
||||
renpy.mark_image_seen("fang_tail_movie")
|
||||
|
||||
# Determine the splash type for the Snoot game logo
|
||||
$ persistent.splashtype = random.randint(0,2000 - 1)
|
||||
persistent.splashtype = random.randint(0,2000 - 1)
|
||||
|
||||
|
||||
label before_main_menu:
|
||||
|
Reference in New Issue
Block a user