- Ушкова Диана Петровна authored
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -14,7 +14,8 @@ Button::Button(sf::Vector2f pos, sf::Vector2f button_size,
@@ -54,15 +55,15 @@ bool ChooseButton::contains(sf::Vector2f point) const {
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -28,19 +28,18 @@ Menu::Menu(IStateManager& state_manager) : m_state_manager(state_manager) {
@@ -64,7 +63,6 @@ void Menu::process_mouse(sf::Vector2f pos, bool is_pressed) {
@@ -90,18 +88,26 @@ void Menu::process_mouse(sf::Vector2f pos, bool is_pressed) {
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -19,7 +19,7 @@ private:
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -33,3 +33,7 @@ FoodTexture::FoodTexture() {
\ No newline at end of file
@@ -43,3 +43,12 @@ private:
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -5,6 +5,8 @@ SelectState::SelectState(IStateManager& state_manager,
@@ -27,7 +29,7 @@ void SelectState::update() {
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -6,10 +6,13 @@
\ No newline at end of file
@@ -42,10 +42,6 @@ sf::Color ThemeManager::getGameBackgroundLostColor() const {
@@ -57,10 +53,10 @@ sf::Color ThemeManager::getWallColor() const {
@@ -71,14 +67,14 @@ void ThemeManager::loadThemeColors() {
+ 11
− 3
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -8,16 +8,24 @@ namespace config {