Scrap some prepended newlines
This commit is contained in:
parent
8286be4a50
commit
52ed1d37de
@ -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:
|
||||||
|
@ -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