From 0d60e118b2180f9d447e6ccc8d4d8187ef0eb004 Mon Sep 17 00:00:00 2001 From: Nicolas Continanza Date: Thu, 30 May 2024 18:39:54 -0300 Subject: [PATCH] Update game name (#469) * Remove all references to the game's previous name * Remove unused reference with the outdated game name * Format --- README.md | 13 ++++++------- client/Assets/Prefabs/Lineup/UnitPosition.prefab | 2 +- client/Assets/Scripts/Shared/GlobalUserData.cs | 2 +- docs/{ChampionsBattle.PNG => AFKGachaBattle.PNG} | Bin 4 files changed, 8 insertions(+), 9 deletions(-) rename docs/{ChampionsBattle.PNG => AFKGachaBattle.PNG} (100%) diff --git a/README.md b/README.md index 0a8b53e08..ff0a776a9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# Champions of Mirra - -ChampionsBattle +# AFK Gacha Game +AFKGachaBattle ## Table of Contents -- [Champions of Mirra](#champions-of-mirra) +- [AFK Gacha Game](#afk-gacha-game) - [Table of Contents](#table-of-contents) - [About](#about) - [Licensing](#licensing) @@ -18,13 +17,13 @@ ## About -Welcome to the realm of Champions of Mirra, crafted by LambdaClass. +Welcome to the realm of AFK Gacha Game, crafted by LambdaClass. -Champions of Mirra is the second game that utilizes our groundbreaking [Game Backend](https://github.com/lambdaclass/game_backend). This open-source backend, meticulously developed by Lambda, ensures seamless and reliable gameplay. +AFK Gacha Game is the second game that utilizes our groundbreaking [Game Backend](https://github.com/lambdaclass/game_backend). This open-source backend, meticulously developed by Lambda, ensures seamless and reliable gameplay. Step into a universe where you, the player, get to turn the tides on an all-out war between the forces of good and evil. Side together with Mirra, the capricious deity known for manipulating entire societies by exploiting their deepest desires, or choose to rebel against its advances instead. -Champions of Mirra is more than a game; it's an adventure into a world where strategy, skill, and a dash of chaos converge. Join the battle and confront the challenges that lie ahead in this captivating and dynamic gaming experience. The stage is set, and the Champions of Kaline await your commands—embrace the challenge and become a legend! +AFK Gacha Game is more than a game; it's an adventure into a world where strategy, skill, and a dash of chaos converge. Join the battle and confront the challenges that lie ahead in this captivating and dynamic gaming experience. The stage is set, and the Champions of Kaline await your commands—embrace the challenge and become a legend! diff --git a/client/Assets/Prefabs/Lineup/UnitPosition.prefab b/client/Assets/Prefabs/Lineup/UnitPosition.prefab index a1f103c66..9300a511a 100644 --- a/client/Assets/Prefabs/Lineup/UnitPosition.prefab +++ b/client/Assets/Prefabs/Lineup/UnitPosition.prefab @@ -834,7 +834,7 @@ MonoBehaviour: m_BoolArgument: 0 m_CallState: 2 - m_Target: {fileID: 8610322166662081392} - m_TargetAssemblyTypeName: UnitPosition, ChampionsOfMyrra + m_TargetAssemblyTypeName: UnitPosition m_MethodName: UnselectUnit m_Mode: 1 m_Arguments: diff --git a/client/Assets/Scripts/Shared/GlobalUserData.cs b/client/Assets/Scripts/Shared/GlobalUserData.cs index 57fb436b6..4c14c53e7 100644 --- a/client/Assets/Scripts/Shared/GlobalUserData.cs +++ b/client/Assets/Scripts/Shared/GlobalUserData.cs @@ -5,7 +5,7 @@ public class GlobalUserData : MonoBehaviour { - // This should be in it's own manager like of Curse of Mirra, not a list in the user singleton (should there be a user singleton?) + // This should be in it's own manager like of Champions of Mirra, not a list in the user singleton (should there be a user singleton?) [SerializeField] List characters; diff --git a/docs/ChampionsBattle.PNG b/docs/AFKGachaBattle.PNG similarity index 100% rename from docs/ChampionsBattle.PNG rename to docs/AFKGachaBattle.PNG