diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-27 17:09:39 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-27 17:38:12 +0100 |
| commit | cd2b58b5619bf33deb99b0765f2d69969c61ed74 (patch) | |
| tree | 19a594c4b2be73d9e34d3d017f0c62d4611564a6 /res | |
| parent | 27553f8ed1d062c4d8175e7376f5b16cf2c8f9ef (diff) | |
| download | jancity-cd2b58b5619bf33deb99b0765f2d69969c61ed74.tar.gz | |
Add btn_small
Diffstat (limited to 'res')
| -rw-r--r-- | res/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt index c5ec5e6..87da184 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -56,6 +56,14 @@ sprite(NAME btn_right CY 48 TRANSPARENT TRUE) +sprite(NAME btn_small + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + level(NAME city1) container(NAME jancity @@ -67,4 +75,5 @@ container(NAME jancity btn_left btn_mid btn_right + btn_small ) |
