akien-mga / dynadungeons

Bomberman clone using Godot Engine - Not actively developed since 2015.
GNU General Public License v3.0
216 stars 36 forks source link

New tileset #6

Closed ObaniGemini closed 9 years ago

ObaniGemini commented 9 years ago

New tileset with textures for fire animation. Named it tileset2.png

akien-mga commented 9 years ago

There are two issues with the new flames tiles:

ObaniGemini commented 9 years ago

I still don't understand how to clean a PR :/

akien-mga commented 9 years ago

To make it simpler I've cherry-picked your commits directly in my repo, and edited them to replace the tileset.png directly and use the good image directly too.

For your repo, you can clean it with:

git fetch upstream master
git reset --hard upstream/master
git push -f