diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-23 16:22:45 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-23 16:22:45 +0100 |
commit | 9df9b163852cd5fd2462e1dec25ad4b00ca12a8c (patch) | |
tree | 9590f1e2068871920ffdd214873ca60583276ab0 /src/static/.gitignore | |
parent | 657f88952d35145b46d86a04e4b681d91f878c3a (diff) |
add scripts for converting tiles to separate png images for tilemap editingtilemap-build-system
Diffstat (limited to 'src/static/.gitignore')
-rw-r--r-- | src/static/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/.gitignore b/src/static/.gitignore index f24ab90..348c5b9 100644 --- a/src/static/.gitignore +++ b/src/static/.gitignore @@ -2,3 +2,5 @@ **/*.meta manifest.txt tilemap.h +tiled/* +tiled.mk |