ucsb-cs56-projects / cs56-games-country-runner

-
2 stars 12 forks source link

Fixed issues #17 and #19 #21

Closed thetomcraig closed 10 years ago

thetomcraig commented 10 years ago

Fixed the sprite class and implemented it fully, so the JPanel uses it properly. Completed runner and sheep sprite sheets. Took threads ot of JPanel and refactored it to run better. Tweaked runner's jump.

~requested 750

kjorg50 commented 10 years ago

I always like to see the number of deletions outnumber the number of insertions. This usually means you are removing unnecessary code which is a good thing :+1: