diff --git a/src/game/scenes/ingame.c b/src/game/scenes/ingame.c index 21bdec3..ad7d6f6 100644 --- a/src/game/scenes/ingame.c +++ b/src/game/scenes/ingame.c @@ -15,17 +15,17 @@ static void ingame_tick(struct state *state) { (t_fvec3){ -1, -1, 0 }, (t_fvec3){ 1, -1, 0 }, (t_fvec3){ 1, 1, 0 }, - (t_shvec2){ 0, 0 }, - (t_shvec2){ 2048, 0 }, - (t_shvec2){ 2048, 2048 }); + (t_shvec2){ 0, 2048 }, + (t_shvec2){ 2048, 2048 }, + (t_shvec2){ 2048, 0 }); unfurl_triangle("/assets/big-violet.png", (t_fvec3){ 1, 1, 0 }, (t_fvec3){ -1, 1, 0 }, (t_fvec3){ -1, -1, 0 }, - (t_shvec2){ 2048, 2048 }, - (t_shvec2){ 0, 2048 }, - (t_shvec2){ 0, 0 }); + (t_shvec2){ 2048, 0 }, + (t_shvec2){ 0, 0 }, + (t_shvec2){ 0, 2048 }); }