Search Results
7/21/2025, 7:08:08 PM
hello agdgies, I have a question about grids.
currently I have two dimensional grid as base of game movement, I want to add height. Now, I don't want making moving up the whole height free or even always to be possible yet still give characters ability to move up in height.
I thought about two solutions, either add a "ramp" which is half a height or just make all characters occupy two positions in grid(so height two), in this case ramp blocks would occupy whole single grid position.
What do you think is most logical way to solve that?
currently I have two dimensional grid as base of game movement, I want to add height. Now, I don't want making moving up the whole height free or even always to be possible yet still give characters ability to move up in height.
I thought about two solutions, either add a "ramp" which is half a height or just make all characters occupy two positions in grid(so height two), in this case ramp blocks would occupy whole single grid position.
What do you think is most logical way to solve that?
Page 1