squashed commit of 1.7.0

This commit is contained in:
2025-01-02 03:46:35 -06:00
parent 026409efef
commit 5eec5e2ca0
97 changed files with 29977 additions and 2843 deletions

View File

@@ -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"