Fix test labels

This commit is contained in:
Gouvernathor 2024-04-04 23:17:00 +02:00
parent c2d8c394a1
commit 923384eb37

View File

@ -374,12 +374,12 @@ default hooch_chibi = DollChibi(name="hooch", doll=hooch)
# "Rollback block" # "Rollback block"
# $ renpy.block_rollback() # $ renpy.block_rollback()
# chibi tonks move (path=[(500, 421), (650, 521), (800, 421)], repeat=3, pause=False)
# "repeat 3" # "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) # 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 default "Default" ("base", "base", "base", "mid")
# ton @ hair angry "Angry" ("angry", "narrow", "angry", "mid") # ton @ hair angry "Angry" ("angry", "narrow", "angry", "mid")
# ton @ hair scared "Scared" ("scream", "wide", "worried", "mid") # ton @ hair scared "Scared" ("scream", "wide", "worried", "mid")
@ -395,18 +395,18 @@ default hooch_chibi = DollChibi(name="hooch", doll=hooch)
# "Rollback block" # "Rollback block"
# $ renpy.block_rollback() # $ renpy.block_rollback()
# "pos 1"
# chibi tonks place (pos=(300,300)) # chibi tonks place (pos=(300,300))
# "pos 2" # "pos 1"
# chibi tonks place (pos=(400,300)) # chibi tonks place (pos=(400,300))
# "pos 3" # "pos 2"
# chibi tonks place (pos=(400,400)) # chibi tonks place (pos=(400,400))
# "pos 4" # "pos 3"
# chibi tonks place (pos=(200,400)) # chibi tonks place (pos=(200,400))
# "pos 5" # "pos 4"
# chibi tonks place (pos=(600,400)) # chibi tonks place (pos=(600,400))
# "End" # "pos 5"
# hide tonks_chibi # hide tonks_chibi
# hide tonks_main # hide tonks_main
# "End"
# jump main_room_menu # jump main_room_menu