mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
fix oversight of me being retarded and removing an import without testing
This commit is contained in:
parent
c3e365d01c
commit
5126f0e3ae
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ init -1 python:
|
|||
mod_menu_access = []
|
||||
|
||||
init python:
|
||||
import webbrowser # This is for the ch2 "look the link up" choice
|
||||
import random
|
||||
|
||||
# extra music channel so we can do crossfade instead of fadeout followed by fadein
|
||||
renpy.music.register_channel("music1","music",True,tight=True)
|
||||
renpy.music.register_channel("music2","music",True,tight=True)
|
||||
|
|
Loading…
Reference in a new issue