there has never been a balanced fire emblem, and by god i guarantee you there never will be

This commit is contained in:
the me 2022-08-22 23:03:07 -07:00
parent 337f705dfe
commit 5ba3169744
5 changed files with 52 additions and 34 deletions

View file

@ -58,11 +58,11 @@ matrix_set(matrix_world,worldMat2);
draw_sprite(s_cursor, 0, -ts.x/2, 0);
var worldMat2 = matrix_build(a.x,a.y-ts.y/2,0,90,0,0,1,1,1);
matrix_set(matrix_world,worldMat2);
draw_sprite(s_cursor, 0, ts.x/2, 0);
draw_sprite(s_cursor, 0, ts.x/2-1, 0);
var worldMat2 = matrix_build(a.x,a.y+ts.y/2,0,90,0,0,1,1,1);
matrix_set(matrix_world,worldMat2);
draw_sprite(s_cursor, 0, -ts.x/2, 0);
var worldMat2 = matrix_build(a.x,a.y+ts.y/2,0,90,0,0,1,1,1);
matrix_set(matrix_world,worldMat2);
draw_sprite(s_cursor, 0, ts.x/2, 0);
draw_sprite(s_cursor, 0, ts.x/2-1, 0);
matrix_set(matrix_world,worldMat);