diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-07 20:42:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-07 20:42:58 -0300 |
commit | 838fd8ee503985035f6647733d3144045dbd5c2a (patch) | |
tree | 378c0e3db2c7cb7574740f26aaccd9c7906ac81f /game/options.rpy | |
parent | fbb506a71e5faafdf5472267d735c3ea6ff3abd9 (diff) | |
download | renpy-838fd8ee503985035f6647733d3144045dbd5c2a.tar.gz renpy-838fd8ee503985035f6647733d3144045dbd5c2a.tar.bz2 renpy-838fd8ee503985035f6647733d3144045dbd5c2a.tar.xz renpy-838fd8ee503985035f6647733d3144045dbd5c2a.zip |
Begin sketching Steam Authentication
Diffstat (limited to 'game/options.rpy')
-rw-r--r-- | game/options.rpy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy index 68609a6..cee107a 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -232,3 +232,8 @@ init python: ## by a slash. # define build.itch_project = "renpytom/test-project" + +## Steam Application ID which is used for optional Steam integration + +define config.steam_appid = 1570940 + |