openage-data icon indicating copy to clipboard operation
openage-data copied to clipboard

Add New Terrain Tiles

Open KevDoy opened this issue 4 years ago • 2 comments

Discussion happening here. https://github.com/SFTtech/openage/discussions/1366

This adds the initial free tiles - Grass and Dry Grass.

Cheers

KevDoy avatar Jan 23 '21 03:01 KevDoy

The .DS_STORE file is from macOS isn't it? :D That should be removed.

heinezen avatar Jan 24 '21 15:01 heinezen

Once you track a file with git, adding it to the gitignore doesn't forget it. In the gitignore, you can just write .DS_Store. You you have to use git rm to remove the file, and then do a commit. In order to really remove the file (and not just record the deletion in a separate commit), these commits need to be squashed. You can do this with an interactive rebase. If you need assistance, please join in our chat :)

TheJJ avatar Jan 26 '21 10:01 TheJJ

@TheJJ It's been a while... let me know if I did that correctly. Cheers.

KevDoy avatar Feb 22 '24 20:02 KevDoy

Hah what a nice surprise! The .DS_Store thing should still be resolved but I think that shouldn't take another 2 years.

heinezen avatar Feb 22 '24 23:02 heinezen

oops. Appreciate the advice there. Should be good to go. If not, let me know.

KevDoy avatar Feb 23 '24 05:02 KevDoy

@KevDoy No problems this time :)

heinezen avatar Feb 23 '24 17:02 heinezen