From 526f9ff96f9f081c5cc71b977b11319a9f747969 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 15 Dec 2025 16:21:44 +0100 Subject: [PATCH] maped: Added tileset for designing floor layouts --- maps/l1.tmx | 22 ++++++++++++++++++++++ maps/mapeditor.tsx | 4 ++++ tiles/mapeditor.png | 3 +++ 3 files changed, 29 insertions(+) create mode 100644 maps/l1.tmx create mode 100644 maps/mapeditor.tsx create mode 100644 tiles/mapeditor.png diff --git a/maps/l1.tmx b/maps/l1.tmx new file mode 100644 index 0000000..b09133e --- /dev/null +++ b/maps/l1.tmx @@ -0,0 +1,22 @@ + + + + + +3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, +2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 + + + diff --git a/maps/mapeditor.tsx b/maps/mapeditor.tsx new file mode 100644 index 0000000..ea67ed5 --- /dev/null +++ b/maps/mapeditor.tsx @@ -0,0 +1,4 @@ + + + + diff --git a/tiles/mapeditor.png b/tiles/mapeditor.png new file mode 100644 index 0000000..b3d77af --- /dev/null +++ b/tiles/mapeditor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4217dc9da28b4d5509ae035ffde8dcbfddeebe4da5c0156997f6a6a47b22bfc3 +size 317 -- 2.30.2