Change the spinner box character
(cherry picked from commit 902cf9b4d9
)
This commit is contained in:
parent
f871b036dd
commit
ad2e009665
@ -136,47 +136,47 @@ style loading_trivia_text:
|
|||||||
layeredimage loading:
|
layeredimage loading:
|
||||||
always "gui_fade"
|
always "gui_fade"
|
||||||
always Text("Loading", style="loading_text"):
|
always Text("Loading", style="loading_text"):
|
||||||
align (0.5, 0.4)
|
align (0.5, 0.35)
|
||||||
always "loading_spinner"
|
always "loading_spinner"
|
||||||
|
|
||||||
image loading_spinner:
|
image loading_spinner:
|
||||||
align (0.5, 0.5)
|
align (0.5, 0.5)
|
||||||
|
|
||||||
Text("{unicode}╞▰═════════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞╪═════════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═▰════════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═╪════════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞══▰═══════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞══╪═══════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═══▰══════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═══╪══════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞════▰═════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞════╪═════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═════▰════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═════╪════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞══════▰═══╡{/unicode}", style="loading_text")
|
Text("{unicode}╞══════╪═══╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═══════▰══╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═══════╪══╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞════════▰═╡{/unicode}", style="loading_text")
|
Text("{unicode}╞════════╪═╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═════════▰╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═════════╪╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞════════▰═╡{/unicode}", style="loading_text")
|
Text("{unicode}╞════════╪═╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═══════▰══╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═══════╪══╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞══════▰═══╡{/unicode}", style="loading_text")
|
Text("{unicode}╞══════╪═══╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═════▰════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═════╪════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞════▰═════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞════╪═════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═══▰══════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═══╪══════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞══▰═══════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞══╪═══════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═▰════════╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═╪════════╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
repeat
|
repeat
|
||||||
|
|
||||||
@ -262,8 +262,6 @@ label wardrobe_menu():
|
|||||||
|
|
||||||
label .after_init:
|
label .after_init:
|
||||||
|
|
||||||
hide gui_fade
|
|
||||||
|
|
||||||
if not renpy.get_screen("wardrobe"):
|
if not renpy.get_screen("wardrobe"):
|
||||||
show screen wardrobe(662, 50)
|
show screen wardrobe(662, 50)
|
||||||
$ renpy.hide(get_character_tag(states.active_girl))
|
$ renpy.hide(get_character_tag(states.active_girl))
|
||||||
|
Loading…
Reference in New Issue
Block a user