summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/SCsub
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-07 20:46:06 +0200
committerGitHub <noreply@github.com>2021-05-07 20:46:06 +0200
commitc3f7465b7efe233eaa8945e41f4029840c1aa153 (patch)
tree9cdd0f36cc124ee47214e0a0f454b97fa82f6d37 /editor/plugins/tiles/SCsub
parent8976594f4b90edd42a926e483815c829a540d8d2 (diff)
parenta3dda2df85bf3e3ef82dbe1c2377640b9f3fd9c0 (diff)
Merge pull request #48535 from groud/tiles_squashed
TileSet and TileMap rework (squashed)
Diffstat (limited to 'editor/plugins/tiles/SCsub')
-rw-r--r--editor/plugins/tiles/SCsub5
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/plugins/tiles/SCsub b/editor/plugins/tiles/SCsub
new file mode 100644
index 0000000000..359d04e5df
--- /dev/null
+++ b/editor/plugins/tiles/SCsub
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+Import("env")
+
+env.add_source_files(env.editor_sources, "*.cpp")