mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
make CTC indicator less intrusive
This commit is contained in:
parent
19bad8b682
commit
8b980c00c0
2 changed files with 9 additions and 9 deletions
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"
|
# "guitar.webp"
|
||||||
|
|
||||||
# Click-to-continue icons / animations
|
# 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:
|
image ctc_end_marker:
|
||||||
"pickicon2"
|
"pickicon2"
|
||||||
xalign 0.5 yalign 0.98
|
xalign 0.925 yalign 0.98
|
||||||
alpha 0
|
alpha 0
|
||||||
linear 0.5 alpha 1
|
linear 0.25 alpha 1
|
||||||
linear 0.5 alpha 0
|
# linear 0.5 alpha 0
|
||||||
repeat
|
# repeat
|
||||||
image ctc_mid_marker:
|
image ctc_mid_marker:
|
||||||
"pickicon2"
|
"pickicon2"
|
||||||
xalign 0.5 yalign 0.98
|
xalign 0.925 yalign 0.98
|
||||||
alpha 0
|
alpha 0
|
||||||
linear 0.5 alpha 1
|
linear 0.25 alpha 1
|
||||||
linear 0.5 alpha 0
|
# linear 0.5 alpha 0
|
||||||
repeat
|
# repeat
|
||||||
|
|
||||||
#Characters
|
#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
|
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 a new issue