forked from Cavemanon/SnootGame
Merge branch 'master' into wani_mod_menu
This commit is contained in:
@@ -48,7 +48,7 @@ define build.name = "SnootGame"
|
||||
|
||||
define config.has_sound = True
|
||||
define config.has_music = True
|
||||
define config.has_voice = False
|
||||
define config.has_voice = True
|
||||
|
||||
define config.play_channel = "uisounds"
|
||||
|
||||
@@ -133,6 +133,8 @@ default preferences.text_cps = 50
|
||||
|
||||
default preferences.afm_time = 15
|
||||
|
||||
## Snoot-specific config variables
|
||||
|
||||
define config.developer = "auto"
|
||||
|
||||
default persistent.enable_debug_scores = config.developer
|
||||
@@ -140,6 +142,7 @@ default persistent.enable_chapter_select = config.developer
|
||||
default persistent.lewd = False
|
||||
default persistent.autoup = False
|
||||
default persistent.show_mod_screenshots = True
|
||||
default persistent.gallery_edgescroll = True
|
||||
|
||||
init -1000 python:
|
||||
if persistent.newmods_default_state == None:
|
||||
@@ -237,9 +240,9 @@ init python:
|
||||
build.documentation('*.txt')
|
||||
|
||||
|
||||
## A Google Play license key is required to download expansion files and perform
|
||||
## in-app purchases. It can be found on the "Services & APIs" page of the Google
|
||||
## Play developer console.
|
||||
## A Google Play license key is required to perform in-app purchases. It can be
|
||||
## found in the Google Play developer console, under "Monetize" > "Monetization
|
||||
## Setup" > "Licensing".
|
||||
|
||||
# define build.google_play_key = "..."
|
||||
|
||||
|
Reference in New Issue
Block a user