squashed commit of 1.7.0
This commit is contained in:
@@ -672,7 +672,6 @@ screen _draw_screen(draw_object):
|
||||
text _("Press 'H' to hide the drawing UI.") at tf_draw_fadetext(4):
|
||||
color "#000000"
|
||||
|
||||
|
||||
screen draw_tool_button(icon,is_eraser,showing, delay):
|
||||
|
||||
if renpy.android:
|
||||
@@ -687,7 +686,7 @@ screen draw_tool_button(icon,is_eraser,showing, delay):
|
||||
|
||||
# I can't believe there's not a less hacky way to stack images in renpy
|
||||
vbox:
|
||||
spacing -1000
|
||||
spacing -111 # This is what layers the tool icon ontop of the button. This was frankly eyeballed and I don't know why it has to be set to this value to look right.
|
||||
imagebutton at animation:
|
||||
sensitive showing
|
||||
idle "gui/button/drawing/drawbutton_idle.png"
|
||||
|
Reference in New Issue
Block a user