forked from SilverStudioGames/WTS
Compare commits
No commits in common. "47421d2a576cc37e2d119b255ec11a0f340587fb" and "247433b573e5162fbfa94bbd8ac55310f6229d93" have entirely different histories.
47421d2a57
...
247433b573
@ -1,3 +1,4 @@
|
||||
|
||||
init -999 python:
|
||||
# Remove style overrides
|
||||
adv.who_args.pop("style", None)
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
# Preferences
|
||||
# https://www.renpy.org/doc/html/preferences.html
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
label start:
|
||||
python:
|
||||
version = version_float()
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
# Legacy styles (still in use)
|
||||
|
||||
style yesno_button:
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
python early:
|
||||
init -999 python early:
|
||||
if renpy.version_tuple < (7,5,3,22090809):
|
||||
raise RuntimeWarning("Your Ren'Py launcher is outdated, the current minimal requirement is 7.5.3.22090809+\nPlease perform an update and try launching the game again.")
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
# Custom text tags
|
||||
# https://www.renpy.org/doc/html/custom_text_tags.html
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
image fade = "#00000080"
|
||||
image fade_gradient = "interface/bld.webp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user