im schmoovin, slightly more
This commit is contained in:
parent
f53d693a0c
commit
e6fc2dcf96
21 changed files with 689 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue