Import LDTK maps

This commit is contained in:
2024-02-26 19:51:26 -08:00
parent f6d942c614
commit 055b3dd7b1
7 changed files with 2282 additions and 4 deletions

View File

@ -18,4 +18,14 @@ py_binary(
requirement("Jinja2"),
],
visibility = ["//visibility:public"],
)
py_binary(
name = "mapdata",
srcs = ["mapdata.py", "shared.py"],
deps = [
requirement("pillow"),
requirement("Jinja2"),
],
visibility = ["//visibility:public"],
)