From e49e3073c67af785447ddb0ecbdc521b68cf3ea9 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 27 Jan 2024 17:53:11 +0100 Subject: Add unit sprites --- res/CMakeLists.txt | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ res/unit1_24.bmp | Bin 0 -> 9270 bytes res/unit2_24.bmp | Bin 0 -> 9270 bytes res/unit3_24.bmp | Bin 0 -> 9270 bytes res/unit4_24.bmp | Bin 0 -> 9270 bytes res/unit5_24.bmp | Bin 0 -> 9270 bytes res/unit6_24.bmp | Bin 0 -> 9270 bytes 7 files changed, 54 insertions(+) create mode 100644 res/unit1_24.bmp create mode 100644 res/unit2_24.bmp create mode 100644 res/unit3_24.bmp create mode 100644 res/unit4_24.bmp create mode 100644 res/unit5_24.bmp create mode 100644 res/unit6_24.bmp (limited to 'res') diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt index 75ea4c1..65f1ccd 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -80,6 +80,54 @@ sprite(NAME grass CY 48 TRANSPARENT TRUE) +sprite(NAME unit1 + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + +sprite(NAME unit2 + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + +sprite(NAME unit3 + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + +sprite(NAME unit4 + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + +sprite(NAME unit5 + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + +sprite(NAME unit6 + X 384 + Y 0 + BPP 4 + CX 384 + CY 48 + TRANSPARENT TRUE) + level(NAME city1) container(NAME jancity @@ -94,4 +142,10 @@ container(NAME jancity btn_right btn_small font + unit1 + unit2 + unit3 + unit4 + unit5 + unit6 ) diff --git a/res/unit1_24.bmp b/res/unit1_24.bmp new file mode 100644 index 0000000..c2ff9da Binary files /dev/null and b/res/unit1_24.bmp differ diff --git a/res/unit2_24.bmp b/res/unit2_24.bmp new file mode 100644 index 0000000..caf7dd6 Binary files /dev/null and b/res/unit2_24.bmp differ diff --git a/res/unit3_24.bmp b/res/unit3_24.bmp new file mode 100644 index 0000000..68dd625 Binary files /dev/null and b/res/unit3_24.bmp differ diff --git a/res/unit4_24.bmp b/res/unit4_24.bmp new file mode 100644 index 0000000..6d9ae96 Binary files /dev/null and b/res/unit4_24.bmp differ diff --git a/res/unit5_24.bmp b/res/unit5_24.bmp new file mode 100644 index 0000000..5d9225a Binary files /dev/null and b/res/unit5_24.bmp differ diff --git a/res/unit6_24.bmp b/res/unit6_24.bmp new file mode 100644 index 0000000..65fe5a0 Binary files /dev/null and b/res/unit6_24.bmp differ -- cgit v1.2.3