nrubin29 / Core

Create maps and play on them alone and with others.
0 stars 0 forks source link

Sprite Loading and Basic Animation #14

Open nrubin29 opened 10 years ago

nrubin29 commented 10 years ago

Ability to load sprites from a sheet and implement basic movement animations.

nrubin29 commented 10 years ago

At the moment, the sprite is loaded from many different individual image files. This will be changed once I receive a sprite sheet.

nrubin29 commented 10 years ago

Everything works, I just need to move from individual images to a tile sheet once I get the tile sheet.