discord server link: https://discord.gg/R9e6t88fV5
discord server link: https://discord.gg/R9e6t88fV5
need to solve block snapping. when you solve it pls post the solution
i'll probably just round the x and y values or something like that
“Rounding” to the nearest 10 or 50 would be great, but I don't know how to do that in GDScript. It's not rounding, so the round function wouldn't work.
Looks like in python, round does take negative ndigits parameter
>> round(46,-1)
50
I'm not sure if that works in GDScript through. I'm going to try that.
jypix You have snapping functions for that.
I just added snapping functionallity to walls!
F3 Debug Screen Added! (fps graph on right side)
my question is, why the pic in the title screen looks like a game but the actual game is like something from windoes 98 screen saver?
Can you post the solution for block snap?