- Feb 20, 2021
- 4,088
- 6,076
i would recommend to change this SparkHG
script.rpy
label start:
$ quick_menu = False
to
$ quick_menu = True
setups.rpy
define c = Character("Me")
to
define c = Character("[mc]", color="#021AB7") *color of choice
and a textbox slider at the preferences
script.rpy
label start:
$ quick_menu = False
to
$ quick_menu = True
setups.rpy
define c = Character("Me")
to
define c = Character("[mc]", color="#021AB7") *color of choice
and a textbox slider at the preferences
Last edited: