@neauoire Not sure how you're doing that, but I once did a diagonal collision check like that using the sum of x and y like if(x+y < 10) and I thought that's so neat.
Top-level
@neauoire Not sure how you're doing that, but I once did a diagonal collision check like that using the sum of x and y like if(x+y < 10) and I thought that's so neat. 1 comment
|
@fell that's also how I did it :)