skill solution

This commit is contained in:
the me 2022-08-18 18:05:37 -07:00
parent e944e0de19
commit 5f9a983cd0
10 changed files with 110 additions and 9 deletions

View file

@ -24,7 +24,7 @@ function getView(){
var _x = global.camerax;
var _y = global.cameray;
var half = (7.5*32)+40;
return matrix_build_lookat(_x,_y+100,100,_x,_y,0,0,0,-1);
return matrix_build_lookat(_x,_y+180,150,_x,_y,0,0,0,-1);
}
function setCam(){