SFTtech / openage-data

Free (as in freedom) media files for openage.
Other
54 stars 16 forks source link

Add New Terrain Tiles #21

Closed KevDoy closed 7 months ago

KevDoy commented 3 years ago

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

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

Cheers

heinezen commented 3 years ago

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

TheJJ commented 3 years ago

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 :)

KevDoy commented 7 months ago

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

heinezen commented 7 months ago

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

KevDoy commented 7 months ago

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

heinezen commented 7 months ago

@KevDoy No problems this time :)