Update existing code
This commit is contained in:
parent
0f80487dfc
commit
6b6ad56af4
@ -371,7 +371,10 @@ init 5 python:
|
||||
|
||||
init offset = 5
|
||||
|
||||
default hooch_chibi = DollChibi(name="hooch", doll=hooch)
|
||||
default hooch_chibi = DollChibi(name="hooch", doll=hooch, poses=dict(
|
||||
stand=(1, (600, 800)),
|
||||
walk=(8, (600, 800)),
|
||||
))
|
||||
# default cho_chibi_new = DollChibi(name="cho", doll=cho)
|
||||
# default tonks_chibi_new = DollChibi(name="tonks", doll=tonks, poses=dict(
|
||||
# stand=(1, (600, 800)),
|
||||
|
@ -16,9 +16,4 @@ init python:
|
||||
|
||||
char.set_face(mouth="base", eyes="base", eyebrows="base", pupils="mid", cheeks="none", tears="none")
|
||||
|
||||
def chibi_init():
|
||||
# TODO: Perhaps it could be automated?
|
||||
hooch_chibi.register("stand", 1, (600, 800))
|
||||
hooch_chibi.register("walk", 8, (600, 800))
|
||||
|
||||
config.start_callbacks.extend([wardrobe_init, chibi_init])
|
||||
config.start_callbacks.append(wardrobe_init)
|
||||
|
Loading…
Reference in New Issue
Block a user