UniversityofAlaskaAnchorageCS / RotationFrenzy

Educational Physics Game
MIT License
2 stars 0 forks source link

Add/Update graphics #30

Open kaltinril opened 6 years ago

kaltinril commented 6 years ago

Make the images animated so the game has more "liveliness" to it.

NOTE: Libgdx doesn't support GIF as animation, so you need to animate it via creating multiple "Frames"

kaltinril commented 6 years ago

One specific thing to enhance is the background tile image used for the GameOverMenu. It's a crappy grey tile with dark grey random pixels that I made and it clashes horribly with the white font color.

Also, the purple background has to go, put in some sort of a ground/grass texture instead for the wheel levels? NOTE: If we have a background texture for each level, we should add this to the JSON file.