Closed Igameart closed 11 years ago
Did you commit the datafiles? I can't see any textures or models in this PR :)
try "git status" on the command line, you'll see changed files. With "git add ." it will recursively add all edits from the current folder.
Sweet! Just one little thing, i see you've included "sprites/images/logo_spr_0.png" I think you can delete that one;
rm sprites/images/logo_spr_0.png git rm sprites/images/logo_spr_0.png
First one removes it from the filesystem second one removes it from git
This one can be deleted since i've added the logo under sprites/images/spr_logo_0.png
Can't wait to check it out tonight!
Added house mesh, reduced player movement speed to a more comfortable level.