Bug fixes
* Fixed wrong chibi scale for DollChibi instances * Fixed hooch sayer crashes
This commit is contained in:
parent
21a44fdc3c
commit
a44b5cc8a3
@ -102,7 +102,7 @@ init python:
|
||||
ypos = hooch.pos[1]
|
||||
side_doll = At(hooch.image, doll_transform((xpos, ypos), hooch.zoom, hooch.xzoom))
|
||||
|
||||
character.hooch_say(what, who_prefix=name_prefix, who_suffix=name_suffix, show_side_doll=side_doll, **kwargs)
|
||||
character.hooch_say(what, show_side_doll=side_doll, **kwargs)
|
||||
|
||||
# Reset face if modified temporarily
|
||||
reset_attributes(last_face)
|
||||
|
@ -1,7 +1,7 @@
|
||||
init 5 python:
|
||||
class DollChibi(renpy.Displayable):
|
||||
|
||||
def __init__(self, name, layer="screens", zorder=12, zoom=0.5, **properties):
|
||||
def __init__(self, name, layer="screens", zorder=12, zoom=0.25, **properties):
|
||||
|
||||
super().__init__(**properties)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user