Page 1 of 1
isometric grid
Posted: Thu Dec 22, 2011 10:47 pm
by Torniquet
Does anyone know of any tutorials on creating an isometric grid like movement system? I have searched various terms and come up with squat!
Pref in c#

xx
Re: isometric grid
Posted: Thu Dec 22, 2011 11:39 pm
by Chris
When you say movement, do you mean map movement, or character/player movement.
Re: isometric grid
Posted: Thu Dec 22, 2011 11:49 pm
by hallsofvallhalla
like FF tactics?
Re: isometric grid
Posted: Fri Dec 23, 2011 12:26 am
by Torniquet
kind of like FF tactics yes. I am looking at remaking an old game which is a 2.5d game. I think i can get the perspective working and mouse click movement, but it relies on map coords in the grid for several features :s.