emilyclaudet / family-game

A game about a family made by a family
0 stars 0 forks source link

Added idle animation and changed sprite structure #10

Closed cmclaudet closed 8 years ago

cmclaudet commented 8 years ago

I added the idle animation and made it so the sprite data is separate from the main file. But the map seems to have changed... The NPC characters are still there but the other background stuff is GONE. I dunno what happened. Maybe check for differences between the maps?

emilyclaudet commented 8 years ago

This is AMAZING Atherine. Love it. Feel free to merge it :shipit:

The reason the map detail is gone is due to a change in the resolution we made in the conf.lua file. We changed it from 1024x728 to 800x600 which meant that all the other background stuff isn't visible (really dumb I know). Not bothered to fix that atm as we're going to change the map anyway.

Definitely thinking we need to scale up and display the map + characters at 2x the size.

Made an issue on the scaling here: https://github.com/emilyclaudet/family-game/issues/11