-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update UI; rename mushroom root package
- Loading branch information
Showing
63 changed files
with
713 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions
6
IdleMushroom-game/core/src/main/java/hundun/gdxgame/idledemo/logic/DemoAchievementId.java
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
...me/core/src/main/java/hundun/gdxgame/idledemo/ui/main/FirstRunningAchievementBoardVM.java
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
...Mushroom-game/core/src/main/java/hundun/gdxgame/idledemo/ui/screen/DemoScreenContext.java
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...idledemo/IdleMushroomChildGameConfig.java → ...mushroom/IdleMushroomChildGameConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...logic/DemoBuiltinConstructionsLoader.java → ...logic/DemoBuiltinConstructionsLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...mo/logic/DemoConstructionPrototypeId.java → ...om/logic/DemoConstructionPrototypeId.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hundun.gdxgame.idledemo.logic; | ||
package hundun.gdxgame.idlemushroom.logic; | ||
|
||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
...me/idledemo/logic/DemoGameDictionary.java → ...dlemushroom/logic/DemoGameDictionary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../gdxgame/idledemo/logic/DemoScreenId.java → ...game/idlemushroom/logic/DemoScreenId.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package hundun.gdxgame.idledemo.logic; | ||
package hundun.gdxgame.idlemushroom.logic; | ||
|
||
|
||
public class DemoScreenId { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...room-game/core/src/main/java/hundun/gdxgame/idlemushroom/logic/MushroomAchievementId.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package hundun.gdxgame.idlemushroom.logic; | ||
|
||
public class MushroomAchievementId { | ||
public static final String STEP_1 = "ENUM_ACHI@STEP_1"; | ||
public static final String STEP_2 = "ENUM_ACHI@STEP_2"; | ||
public static final String STEP_3 = "ENUM_ACHI@STEP_3"; | ||
public static final String STEP_4 = "ENUM_ACHI@STEP_4"; | ||
} |
2 changes: 1 addition & 1 deletion
2
.../gdxgame/idledemo/logic/ResourceType.java → ...game/idlemushroom/logic/ResourceType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
.../gdxgame/idledemo/logic/RootSaveData.java → ...game/idlemushroom/logic/RootSaveData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.