I want to build a 2D top view Tank game. I'm getting 2 problems....
1) Using -ve layer values in an Empty level disappears my Panels.
2) I want to use Multi-colored Image in which each color will have its significant meaning. Like GREEN mean grass, WHITE means snow, BLUE means water & many more. Using this I want to navigate through my game in which if the tank detects BLUE in front it will stop, if grass then okay to move, etc.
Please give me a solution for this problem.