Quote:
Originally posted by CrimsonLotus9838
Just to let you know, you can also create arrays like
dirgo = {0,-1,0,1,-1,0,1,0};
for those lazy typers (like me)
|
or you can use the built in vecx(dir) and vecy(dir)
does the exact same thing as dirgo.
Just one less line but it's shorter none the less.