openage-data
openage-data copied to clipboard
Add New Terrain Tiles
Discussion happening here. https://github.com/SFTtech/openage/discussions/1366
This adds the initial free tiles - Grass and Dry Grass.
Cheers
The .DS_STORE
file is from macOS isn't it? :D That should be removed.
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 It's been a while... let me know if I did that correctly. Cheers.
Hah what a nice surprise! The .DS_Store
thing should still be resolved but I think that shouldn't take another 2 years.
oops. Appreciate the advice there. Should be good to go. If not, let me know.
@KevDoy No problems this time :)