File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Version: 2.4.1
1
+ Version: 2.4.2
Original file line number Diff line number Diff line change 1
1
draw_set_font (menu_font);
2
- var _x = x + cursor_width + cursor_padding;
2
+ var _x = x + cursor_padding;
3
3
4
4
for (var i=0 ; i<num_items; i++) {
5
5
var _item = items[| i];
Original file line number Diff line number Diff line change 1
1
draw_set_font (menu_font);
2
2
for (var i=0 ; i<ds_grid_width(items); i++) {
3
- var _x = x + (cursor_width + cursor_padding) * (i+1 ) + column_width * i;
3
+ var _x = x + cursor_padding * (i+1 ) + column_width * i;
4
4
5
5
for (var j=0 ; j<ds_grid_height (items); j++) {
6
6
var _item = items[# i, j];
@@ -30,6 +30,6 @@ for (var i=0; i<ds_grid_width(items); i++) {
30
30
}
31
31
32
32
draw_sprite (cursor_spr, 0 ,
33
- x + (cursor_width + cursor_padding + column_width) * pos.x,
33
+ x + (cursor_padding + column_width) * pos.x,
34
34
y + (item_height + line_spacing) * pos.y
35
35
);
You can’t perform that action at this time.
0 commit comments