esto esta en la guia
init offset = -2
init python:
gui.init(1920, 1080)
def save_time(save):
save["playtime"] = renpy.get_game_runtime()
config.save_json_callbacks = [save_time]
define gui.box_background_color = "#0000008C"
define gui.text_color = "#fff"
define gui.empty_text_color = "#ffffff80"
define gui.inactive_text_color = "#fff3"
define gui.active_text_color = "#ffffff"
define gui.border_edge = "#fff"
define gui.border_center = "#fff3"
define gui.confirm_text_color = "#ffffff4c"
define gui.confirm_background = "#00000080"
define gui.confirm_button_background = "#000000B2"
define gui.scrollbar_color = "#fff"
define gui.scrollbar_color_idle = "#ffffff4c"
define gui.ctc_ypos = 27
image ctcdot = Solid(gui.text_color, xysize = (3, 3))
image ctcblink1:
"ctcdot"
xpos 10
ypos gui.ctc_ypos
ease 1.0 alpha 1.0
pause 0.2
ease 0.3 alpha 0.0
pause 0.4
repeat
image ctcblink2:
"ctcdot"
xpos 20
ypos gui.ctc_ypos
alpha 0.0
pause 0.2
ease 1.0 alpha 1.0
pause 0.2
ease 0.3 alpha 0.0
pause 0.2
repeat
image ctcblink3:
"ctcdot"
xpos 30
ypos gui.ctc_ypos
alpha 0.0
pause 0.4
ease 1.0 alpha 1.0
pause 0.2
ease 0.3 alpha 0.0
repeat
init init -2 layeredimage ctctyping:
xpos 1670 ypos 960
always:
"ctcblink1"
always:
"ctcblink2"
always:
"ctcblink3"
image choicebuttonleftbackground:
"gui/choice_button_left.webp"
crop_relative True
crop (1, 0, 1, 1) xpos 733 alpha 0
pause 0.5
ease gui.animspeed crop (0, 0, 1, 1) xpos 0 alpha 1
image choicebuttonleftframe:
"gui/choice_overlay_left_idle.webp"
alpha 0.0
pause 0.5
ease gui.animspeed alpha 1.0
init init -2 layeredimage choicebuttonleft:
always:
"choicebuttonleftbackground"
always:
"choicebuttonleftframe"
image choicebuttonrightbackground:
"gui/choice_button_right.webp"
crop_relative True
crop (0, 0, 0, 1) alpha 0
pause 0.5
ease gui.animspeed crop (0, 0, 1, 1) alpha 1
image choicebuttonrightframe:
"gui/choice_overlay_right_idle.webp"
alpha 0.0
pause 0.5
ease gui.animspeed alpha 1.0
init init -2 layeredimage choicebuttonright:
always:
"choicebuttonrightbackground"
always:
"choicebuttonrightframe"
define config.thumbnail_width = 120
define config.thumbnail_height = 68
define gui.unscrollable = "hide"
define config.history_length = 250
image logo = "gui/logo-credits.png"
image logo2 = "gui/Logo2.jpg"
label splashscreen:
show logo at splash_movie with Dissolve(3)
show logo2 at splash_centered with Pause(5)
return
transform splash_movie:
alpha 1.0
on show:
linear 5 alpha 1.0
linear 1 alpha 0.0
transform splash_centered:
xcenter 0.5
ycenter 0.5
alpha 0.0
on show:
linear 1 alpha 1.0
linear 2 alpha 1.0
linear 1 alpha 0.0
# Decompiled by unrpyc:
You must be registered to see the links