change CTC icon, add ambient sound channel, rework 'nasers a bro' scenes
This commit is contained in:
@ -83,15 +83,32 @@ transform randPosition:
|
||||
# Click-to-continue icons / animations
|
||||
# TODO: these are sucky placeholders and need to be graced by an artfriend
|
||||
image ctc_end_marker:
|
||||
"end_marker"
|
||||
xalign 0.9 yalign 0.98
|
||||
pause 0.5
|
||||
xalign 0.92
|
||||
pause 0.5
|
||||
"pickicon2"
|
||||
xalign 0.5 yalign 0.98
|
||||
linear 0.5 alpha 0
|
||||
linear 0.5 alpha 1
|
||||
repeat
|
||||
image ctc_mid_marker:
|
||||
"mid_marker"
|
||||
xalign 1 yalign 1
|
||||
"pickicon2"
|
||||
xalign 0.5 yalign 0.98
|
||||
linear 0.5 alpha 0
|
||||
linear 0.5 alpha 1
|
||||
repeat
|
||||
|
||||
# image ctc_end_marker:
|
||||
# "pickicon"
|
||||
# xalign 0.9 yalign 0.98
|
||||
# pause 0.5
|
||||
# xalign 0.92
|
||||
# pause 0.5
|
||||
# repeat
|
||||
# image ctc_mid_marker:
|
||||
# "pickicon"
|
||||
# xalign 0.9 yalign 0.98
|
||||
# pause 0.5
|
||||
# xalign 0.92
|
||||
# pause 0.5
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user