onaluf / gameQuery

a javascript game engine with jQuery
http://gamequeryjs.com
633 stars 161 forks source link

Do not assign background-image if no imageURL property present. #9

Closed FostUK closed 12 years ago

FostUK commented 12 years ago

Added minor alterations to code which only assign background-image if imageURL is present. Prevents sprites breaking when no imageURL present and add versatility of assigning background-image via a css class if needed and overriding on a per animation basis.