Skip to content

Commit

Permalink
Update game name (#469)
Browse files Browse the repository at this point in the history
* Remove all references to the game's previous name

* Remove unused reference with the outdated game name

* Format
  • Loading branch information
ncontinanza authored May 30, 2024
1 parent e88fc25 commit 0d60e11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Champions of Mirra

<img src="docs/ChampionsBattle.PNG" alt="ChampionsBattle">
# AFK Gacha Game

<img src="docs/AFKGachaBattle.PNG" alt="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)
Expand All @@ -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!



Expand Down
2 changes: 1 addition & 1 deletion client/Assets/Prefabs/Lineup/UnitPosition.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion client/Assets/Scripts/Shared/GlobalUserData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Character> characters;

Expand Down
File renamed without changes

0 comments on commit 0d60e11

Please sign in to comment.