diff options
Diffstat (limited to 'res/CMakeLists.txt')
| -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 d77daaf..88069af 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -208,6 +208,14 @@ sprite(NAME line_edit_right CY 491 TRANSPARENT FALSE) +sprite(NAME checkbox + X 376 + Y 132 + BPP 4 + CX 368 + CY 490 + TRANSPARENT TRUE) + sound(NAME acknowledge_01) sound(NAME acknowledge_02) sound(NAME selected_01) @@ -218,6 +226,7 @@ container(NAME rts btn_left btn_mid btn_right + checkbox worker_n worker_ne worker_e |
