forked from SilverStudioGames/WTS
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
47421d2a57 | |||
4e8d661165 | |||
dbda53d19a | |||
b6d07aaa99 | |||
18f3ae4219 | |||
20fcacf97b | |||
f179095287 | |||
247433b573 |
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
init -999 python:
|
init -999 python:
|
||||||
# Remove style overrides
|
# Remove style overrides
|
||||||
adv.who_args.pop("style", None)
|
adv.who_args.pop("style", None)
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Preferences
|
# Preferences
|
||||||
# https://www.renpy.org/doc/html/preferences.html
|
# https://www.renpy.org/doc/html/preferences.html
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
label start:
|
label start:
|
||||||
python:
|
python:
|
||||||
version = version_float()
|
version = version_float()
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Legacy styles (still in use)
|
# Legacy styles (still in use)
|
||||||
|
|
||||||
style yesno_button:
|
style yesno_button:
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
init -999 python early:
|
python early:
|
||||||
if renpy.version_tuple < (7,5,3,22090809):
|
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.")
|
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,4 +1,3 @@
|
|||||||
|
|
||||||
# Custom text tags
|
# Custom text tags
|
||||||
# https://www.renpy.org/doc/html/custom_text_tags.html
|
# https://www.renpy.org/doc/html/custom_text_tags.html
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
image fade = "#00000080"
|
image fade = "#00000080"
|
||||||
image fade_gradient = "interface/bld.webp"
|
image fade_gradient = "interface/bld.webp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user