From 6edff0dea52389801a093ac6311dd66d01587605 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 12 May 2024 16:29:03 +0200 Subject: new objects and tiles --- data/imgs/objects/locker.png | Bin 0 -> 1866 bytes data/imgs/objects/school_bench.png | Bin 0 -> 15305 bytes data/imgs/objects/school_table.png | Bin 0 -> 3863 bytes data/imgs/tiles/bathroom.png | Bin 0 -> 154 bytes data/imgs/tiles/tile_funk.png | Bin 0 -> 428 bytes data/imgs/tiles/tile_gym.png | Bin 0 -> 11741 bytes data/imgs/tiles/tile_wood1.png | Bin 0 -> 154 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/imgs/objects/locker.png create mode 100644 data/imgs/objects/school_bench.png create mode 100644 data/imgs/objects/school_table.png create mode 100644 data/imgs/tiles/bathroom.png create mode 100644 data/imgs/tiles/tile_funk.png create mode 100644 data/imgs/tiles/tile_gym.png create mode 100644 data/imgs/tiles/tile_wood1.png (limited to 'data/imgs') diff --git a/data/imgs/objects/locker.png b/data/imgs/objects/locker.png new file mode 100644 index 0000000..7836841 Binary files /dev/null and b/data/imgs/objects/locker.png differ diff --git a/data/imgs/objects/school_bench.png b/data/imgs/objects/school_bench.png new file mode 100644 index 0000000..c702a42 Binary files /dev/null and b/data/imgs/objects/school_bench.png differ diff --git a/data/imgs/objects/school_table.png b/data/imgs/objects/school_table.png new file mode 100644 index 0000000..6314d69 Binary files /dev/null and b/data/imgs/objects/school_table.png differ diff --git a/data/imgs/tiles/bathroom.png b/data/imgs/tiles/bathroom.png new file mode 100644 index 0000000..70f563d Binary files /dev/null and b/data/imgs/tiles/bathroom.png differ diff --git a/data/imgs/tiles/tile_funk.png b/data/imgs/tiles/tile_funk.png new file mode 100644 index 0000000..44d322e Binary files /dev/null and b/data/imgs/tiles/tile_funk.png differ diff --git a/data/imgs/tiles/tile_gym.png b/data/imgs/tiles/tile_gym.png new file mode 100644 index 0000000..63cad35 Binary files /dev/null and b/data/imgs/tiles/tile_gym.png differ diff --git a/data/imgs/tiles/tile_wood1.png b/data/imgs/tiles/tile_wood1.png new file mode 100644 index 0000000..fd48a2b Binary files /dev/null and b/data/imgs/tiles/tile_wood1.png differ -- cgit v1.2.3-70-g09d2