diff --git a/game/scripts/doll/chibi.rpy b/game/scripts/doll/chibi.rpy index c79838e2..c0d5b016 100644 --- a/game/scripts/doll/chibi.rpy +++ b/game/scripts/doll/chibi.rpy @@ -374,12 +374,12 @@ default hooch_chibi = DollChibi(name="hooch", doll=hooch) # "Rollback block" # $ renpy.block_rollback() +# chibi tonks move (path=[(500, 421), (650, 521), (800, 421)], repeat=3, pause=False) # "repeat 3" -# chibi tonks move (path=[(500, 421), (650, 521), (800, 421)], repeat=3) -# "loop" -# chibi tonks move (path=[(500, 421), (650, 521), (800, 421)], loop=True) -# "doll synchronisation" # chibi tonks move (path=[(500, 421), (650, 521), (800, 421)], loop=True, pause=False) +# "loop" +# chibi tonks move (path=[(500, 421), (650, 521), (800, 421)], loop=True, pause=False) +# "doll synchronisation" # ton @ hair default "Default" ("base", "base", "base", "mid") # ton @ hair angry "Angry" ("angry", "narrow", "angry", "mid") # ton @ hair scared "Scared" ("scream", "wide", "worried", "mid") @@ -395,18 +395,18 @@ default hooch_chibi = DollChibi(name="hooch", doll=hooch) # "Rollback block" # $ renpy.block_rollback() -# "pos 1" # chibi tonks place (pos=(300,300)) -# "pos 2" +# "pos 1" # chibi tonks place (pos=(400,300)) -# "pos 3" +# "pos 2" # chibi tonks place (pos=(400,400)) -# "pos 4" +# "pos 3" # chibi tonks place (pos=(200,400)) -# "pos 5" +# "pos 4" # chibi tonks place (pos=(600,400)) -# "End" +# "pos 5" # hide tonks_chibi # hide tonks_main +# "End" # jump main_room_menu