im schmoovin, slightly more

This commit is contained in:
the me 2022-08-19 15:06:21 -07:00
parent f53d693a0c
commit e6fc2dcf96
21 changed files with 689 additions and 31 deletions

View file

@ -1,7 +1,7 @@
draw_set_color(c_gray);
draw_set_alpha(0.25);
draw_circle(x,y+5,10,false);
draw_set_alpha(1);
draw_set_color(c_black);
//draw_set_alpha(0.25);
//draw_circle(x,y,5,false);
//draw_set_alpha(1);
var worldMat = matrix_get(matrix_world);
//this is the location of where i want to draw from !!!
var worldMat2 = matrix_build(x,y,0,90,0,0,1,1,1);