arnav-t / Shooting-Game

Basic Shooting Game in C++ and OpenCV
MIT License
19 stars 27 forks source link

Add map scenery #13

Open arnav-t opened 5 years ago

arnav-t commented 5 years ago

Make a separate image for each level to display in the background.

arnav-t commented 5 years ago

Easy to implement. The image displayed on the background can be different from the one that is used to check for collisions and shadows.