Nathe / ProjectFactory

Factory Game
0 stars 0 forks source link

Add grid + logic #9

Open samo101 opened 11 years ago

samo101 commented 11 years ago

Logic for gridded items and placing items in specific grid portions

samo101 commented 11 years ago

Not really sure how this would work - The problem I'm having is that we already give a x and y co-ordinate to everything on the screen, and if we use a grid we need to rethink the renderer since if we just have each element only conform to the grid, it will only be able to move in squares which isn't what we want