diff --git a/CMakeLists.txt b/CMakeLists.txt index 2188591..c13e85a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,7 +234,8 @@ add_executable(My3D src/components/game_display.c src/systems/game_display_system.c src/teams/absent.c - src/teams/forgot.c include/teams.h) + src/teams/forgot.c include/teams.h + src/systems/game_manager_system.c include/systems/game_manager_system.h) add_compile_options(-W -Wall -Wextra -Wshadow) diff --git a/assets/ui/martine_a_epi_marseille.png b/assets/ui/martine_a_epi_marseille.png new file mode 100644 index 0000000..d5ca492 Binary files /dev/null and b/assets/ui/martine_a_epi_marseille.png differ diff --git a/include/systems/game_manager_system.h b/include/systems/game_manager_system.h new file mode 100644 index 0000000..fe18ffa --- /dev/null +++ b/include/systems/game_manager_system.h @@ -0,0 +1,12 @@ +// +// Created by anonymus-raccoon on 3/9/20. +// + +#ifndef _GAME_MANAGER_SYSTEM_H_ +#define _GAME_MANAGER_SYSTEM_H_ + +#include "system.h" + +const gc_system game_manager_system; + +#endif //_GAME_MANAGER_SYSTEM_H_ diff --git a/prefabs/go/happiness.gcprefab b/prefabs/go/happiness.gcprefab new file mode 100644 index 0000000..9447199 --- /dev/null +++ b/prefabs/go/happiness.gcprefab @@ -0,0 +1,13 @@ + + + + + + + + + +