remove one fiddly bit we no longer need
Dependencies
- [2]
OL5RDL6Zslightly shrink the clickable area for a button - [3]
PW2VGQWNindent - [4]
GDJSZLYTallow buttons to nest as well - [5]
LJUJH5GPbugfix: propagate mouse press if any button would - [6]
XX7G2FFJintermingle freehand line drawings with text - [7]
Q3EQI5LIsome keyboard shortcuts on non-mobile devices - [8]
PP2IIHL6stop putting button state in a global
Change contents
- replacement in button.lua at line 25
if x>ev.x and x<ev.x+ev.w-1 and y>ev.y and y<ev.y+ev.h-1 thenif x>ev.x and x<ev.x+ev.w and y>ev.y and y<ev.y+ev.h then - replacement in button.lua at line 42
if x>ev.x and x<ev.x+ev.w-1 and y>ev.y and y<ev.y+ev.h-1 thenif x>ev.x and x<ev.x+ev.w and y>ev.y and y<ev.y+ev.h then