diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-27 17:10:35 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-28 04:12:45 +0100 |
| commit | db3ee0d63620bd42f27a6b359f0996df927481dd (patch) | |
| tree | 3ed8d42e1c0414c5d7fd8d4e2ca96bb19a59b3c6 /res | |
| parent | cd2b58b5619bf33deb99b0765f2d69969c61ed74 (diff) | |
| download | jancity-db3ee0d63620bd42f27a6b359f0996df927481dd.tar.gz | |
terrain: Split tile/object rendering
Diffstat (limited to 'res')
| -rw-r--r-- | res/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt index 87da184..75ea4c1 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -64,10 +64,27 @@ sprite(NAME btn_small CY 48 TRANSPARENT TRUE) +sprite(NAME font + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + +sprite(NAME grass + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + level(NAME city1) container(NAME jancity SPRITES + grass sidewalk roof1 roof2 @@ -76,4 +93,5 @@ container(NAME jancity btn_mid btn_right btn_small + font ) |
