forked from Cavemanon/SnootGame
Remove redundant mod var setup
This commit is contained in:
@ -14,12 +14,6 @@
|
|||||||
#Why yes all my code was formerly in one massive file called "script" thats 28k lines long, how could you tell?
|
#Why yes all my code was formerly in one massive file called "script" thats 28k lines long, how could you tell?
|
||||||
#Licensed under the GNU AGPL v3, for more information check snootgame.xyz or the LICENSE file that should have came with this work.
|
#Licensed under the GNU AGPL v3, for more information check snootgame.xyz or the LICENSE file that should have came with this work.
|
||||||
|
|
||||||
init -1 python:
|
|
||||||
# Modding Support variables
|
|
||||||
# All mod rpy files must run a small init python script
|
|
||||||
mod_dir = "mods/"
|
|
||||||
mod_menu_access = []
|
|
||||||
|
|
||||||
init python:
|
init python:
|
||||||
import webbrowser # This is for the ch2 "look the link up" choice
|
import webbrowser # This is for the ch2 "look the link up" choice
|
||||||
import random
|
import random
|
||||||
|
Reference in New Issue
Block a user