diff --git a/CMakeLists.txt b/CMakeLists.txt index 09d00d7..d1c0e0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,5 +35,5 @@ target_link_libraries(myaddin Azur::Azur -lnum LibProf::LibProf Gint::Gint -lstd if("${FXSDK_PLATFORM_LONG}" STREQUAL fxCG50) generate_g3a(TARGET myaddin OUTPUT "Pinball.g3a" - NAME "Pinball" ICONS assets-cg/icon-uns.png assets-cg/icon-sel.png) + NAME " " ICONS assets-cg/icon-uns.png assets-cg/icon-sel.png) endif() diff --git a/TODO.txt b/TODO.txt index ee95a9d..8a092de 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,12 +1,12 @@ -Add non circular obstacles +[DONE] Add non circular obstacles -Add several boards +[DONE] Add several boards Add background pictures Add targets and enable bonus -Add multiple flippers all around the tables/boards +[DONE] Add multiple flippers all around the tables/boards Add the possibilty to have connected tables using a kind on tunnel diff --git a/assets-cg/icon-sel.png b/assets-cg/icon-sel.png index 0ce3029..2c028a9 100644 Binary files a/assets-cg/icon-sel.png and b/assets-cg/icon-sel.png differ diff --git a/assets-cg/icon-uns.png b/assets-cg/icon-uns.png index 039c096..767a979 100644 Binary files a/assets-cg/icon-uns.png and b/assets-cg/icon-uns.png differ