make CTC indicator less intrusive
This commit is contained in:
parent
19bad8b682
commit
8b980c00c0
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.5 KiB |
@ -87,21 +87,21 @@ transform randPosition:
|
||||
# "guitar.webp"
|
||||
|
||||
# Click-to-continue icons / animations
|
||||
# TODO: these are sucky placeholders and need to be graced by an artfriend
|
||||
# TODO: settle on a position/animation that people like
|
||||
image ctc_end_marker:
|
||||
"pickicon2"
|
||||
xalign 0.5 yalign 0.98
|
||||
xalign 0.925 yalign 0.98
|
||||
alpha 0
|
||||
linear 0.5 alpha 1
|
||||
linear 0.5 alpha 0
|
||||
repeat
|
||||
linear 0.25 alpha 1
|
||||
# linear 0.5 alpha 0
|
||||
# repeat
|
||||
image ctc_mid_marker:
|
||||
"pickicon2"
|
||||
xalign 0.5 yalign 0.98
|
||||
xalign 0.925 yalign 0.98
|
||||
alpha 0
|
||||
linear 0.5 alpha 1
|
||||
linear 0.5 alpha 0
|
||||
repeat
|
||||
linear 0.25 alpha 1
|
||||
# linear 0.5 alpha 0
|
||||
# repeat
|
||||
|
||||
#Characters
|
||||
define base = Character (ctc="ctc_end_marker", ctc_pause="ctc_mid_marker", ctc_timedpause=Null(), ctc_position="fixed") # try to remember some of the basics of CTC
|
||||
|
Loading…
Reference in New Issue
Block a user