Compare commits

..

No commits in common. "47421d2a576cc37e2d119b255ec11a0f340587fb" and "247433b573e5162fbfa94bbd8ac55310f6229d93" have entirely different histories.

8 changed files with 35 additions and 29 deletions

View File

@ -1,3 +1,4 @@
init -999 python:
# Remove style overrides
adv.who_args.pop("style", None)

View File

@ -1,3 +1,4 @@
# Preferences
# https://www.renpy.org/doc/html/preferences.html

View File

@ -1,3 +1,4 @@
label start:
python:
version = version_float()

View File

@ -1,3 +1,4 @@
# Legacy styles (still in use)
style yesno_button:

File diff suppressed because it is too large Load Diff

View File

@ -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.")

View File

@ -1,3 +1,4 @@
# Custom text tags
# https://www.renpy.org/doc/html/custom_text_tags.html

View File

@ -1,3 +1,4 @@
image fade = "#00000080"
image fade_gradient = "interface/bld.webp"