For example, I want to make games like ‘Konami Pingpong’ or ‘Antarctic adventure’.
Please tell me how to make it.
For example, I want to make games like ‘Konami Pingpong’ or ‘Antarctic adventure’.
Please tell me how to make it.
for now your only option is to create the perspective graphics then use scale on the ball to simulate it moving forward and back into the scene after graphics 2.0 come out there may be some other options
This is not an isometric view… it’s more kind of a one-point perspective view. It can be done with some 2D tricks like jstrahan said: scale the stuff which is going into the “back” and blow up the stuff in the “foreground”. Or use different graphics for different “depths”.
for now your only option is to create the perspective graphics then use scale on the ball to simulate it moving forward and back into the scene after graphics 2.0 come out there may be some other options
This is not an isometric view… it’s more kind of a one-point perspective view. It can be done with some 2D tricks like jstrahan said: scale the stuff which is going into the “back” and blow up the stuff in the “foreground”. Or use different graphics for different “depths”.