summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-06-01 00:51:20 +0500
committerilotterytea <iltsu@alright.party>2024-06-01 00:51:20 +0500
commite49f8b310d6032c99406baf04b5ec3eba0fd111f (patch)
tree5120a1fbbf923da5ee8bc8561ed1545855aa5547
parent10e9df6190ddc3f9c8dd7c86482449bec4651e0c (diff)
upd: moved the whole project under kz.ilotterytea.maxon name
-rw-r--r--build.gradle2
-rw-r--r--core/src/com/ilotterytea/maxoning/screens/game/shop/ShopMode.java6
-rw-r--r--core/src/kz/ilotterytea/maxon/MaxonConstants.java (renamed from core/src/com/ilotterytea/maxoning/MaxonConstants.java)4
-rw-r--r--core/src/kz/ilotterytea/maxon/MaxonGame.java (renamed from core/src/com/ilotterytea/maxoning/MaxonGame.java)6
-rw-r--r--core/src/kz/ilotterytea/maxon/anim/SpriteUtils.java (renamed from core/src/com/ilotterytea/maxoning/anim/SpriteUtils.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/audio/Playlist.kt (renamed from core/src/com/ilotterytea/maxoning/audio/Playlist.kt)4
-rw-r--r--core/src/kz/ilotterytea/maxon/inputprocessors/CrossProcessor.java (renamed from core/src/com/ilotterytea/maxoning/inputprocessors/CrossProcessor.java)4
-rw-r--r--core/src/kz/ilotterytea/maxon/player/DecalPlayer.java (renamed from core/src/com/ilotterytea/maxoning/player/DecalPlayer.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/player/MaxonItem.java (renamed from core/src/com/ilotterytea/maxoning/player/MaxonItem.java)4
-rw-r--r--core/src/kz/ilotterytea/maxon/player/MaxonItemEnum.java (renamed from core/src/com/ilotterytea/maxoning/player/MaxonItemEnum.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/player/MaxonItemRegister.java (renamed from core/src/com/ilotterytea/maxoning/player/MaxonItemRegister.java)4
-rw-r--r--core/src/kz/ilotterytea/maxon/player/MaxonPlayer.java (renamed from core/src/com/ilotterytea/maxoning/player/MaxonPlayer.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/player/MaxonSavegame.java (renamed from core/src/com/ilotterytea/maxoning/player/MaxonSavegame.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/player/utils/PetUtils.kt (renamed from core/src/com/ilotterytea/maxoning/player/utils/PetUtils.kt)6
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/GameScreen.java (renamed from core/src/com/ilotterytea/maxoning/screens/GameScreen.java)29
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/MenuScreen.java (renamed from core/src/com/ilotterytea/maxoning/screens/MenuScreen.java)14
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/SplashScreen.java (renamed from core/src/com/ilotterytea/maxoning/screens/SplashScreen.java)6
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/game/shop/ShopMode.java6
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/game/shop/ShopMultiplier.java (renamed from core/src/com/ilotterytea/maxoning/screens/game/shop/ShopMultiplier.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java (renamed from core/src/com/ilotterytea/maxoning/screens/game/shop/ShopUI.java)12
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/AnimatedImage.java (renamed from core/src/com/ilotterytea/maxoning/ui/AnimatedImage.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/AnimatedImageButton.java (renamed from core/src/com/ilotterytea/maxoning/ui/AnimatedImageButton.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/DebugInfo.kt (renamed from core/src/com/ilotterytea/maxoning/ui/DebugInfo.kt)6
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/InventoryAnimatedItem.java (renamed from core/src/com/ilotterytea/maxoning/ui/InventoryAnimatedItem.java)4
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/LeafParticle.java (renamed from core/src/com/ilotterytea/maxoning/ui/LeafParticle.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/MovingChessBackground.java (renamed from core/src/com/ilotterytea/maxoning/ui/MovingChessBackground.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/NinepatchButton.java (renamed from core/src/com/ilotterytea/maxoning/ui/NinepatchButton.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/OptionsTable.java (renamed from core/src/com/ilotterytea/maxoning/ui/OptionsTable.java)10
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/PurchaseItem.java (renamed from core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java)6
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java (renamed from core/src/com/ilotterytea/maxoning/ui/SavegameWidget.java)10
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/SupaIconButton.java (renamed from core/src/com/ilotterytea/maxoning/ui/SupaIconButton.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/AssetLoading.java (renamed from core/src/com/ilotterytea/maxoning/utils/AssetLoading.java)10
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/GameUpdater.java (renamed from core/src/com/ilotterytea/maxoning/utils/GameUpdater.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/I18N.java (renamed from core/src/com/ilotterytea/maxoning/utils/I18N.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/OsUtils.java (renamed from core/src/com/ilotterytea/maxoning/utils/OsUtils.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/ScreenshotFactory.java (renamed from core/src/com/ilotterytea/maxoning/utils/ScreenshotFactory.java)4
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/colors/HexToARGB.java (renamed from core/src/com/ilotterytea/maxoning/utils/colors/HexToARGB.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/formatters/NumberFormatter.java (renamed from core/src/com/ilotterytea/maxoning/utils/formatters/NumberFormatter.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/math/Math.java (renamed from core/src/com/ilotterytea/maxoning/utils/math/Math.java)2
-rw-r--r--core/src/kz/ilotterytea/maxon/utils/serialization/GameDataSystem.java (renamed from core/src/com/ilotterytea/maxoning/utils/serialization/GameDataSystem.java)8
-rw-r--r--desktop/build.gradle2
-rw-r--r--desktop/src/kz/ilotterytea/maxon/DesktopLauncher.java (renamed from desktop/src/com/ilotterytea/maxoning/DesktopLauncher.java)2
42 files changed, 102 insertions, 103 deletions
diff --git a/build.gradle b/build.gradle
index fb5970e..1f4a062 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ allprojects {
version = '1.2'
ext {
- appName = "Maxoning"
+ appName = "maxon"
gdxVersion = '1.12.1'
roboVMVersion = '2.3.16'
box2DLightsVersion = '1.5'
diff --git a/core/src/com/ilotterytea/maxoning/screens/game/shop/ShopMode.java b/core/src/com/ilotterytea/maxoning/screens/game/shop/ShopMode.java
deleted file mode 100644
index 4563dfd..0000000
--- a/core/src/com/ilotterytea/maxoning/screens/game/shop/ShopMode.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package com.ilotterytea.maxoning.screens.game.shop;
-
-public enum ShopMode {
- BUY,
- SELL
-}
diff --git a/core/src/com/ilotterytea/maxoning/MaxonConstants.java b/core/src/kz/ilotterytea/maxon/MaxonConstants.java
index 2024438..08df03c 100644
--- a/core/src/com/ilotterytea/maxoning/MaxonConstants.java
+++ b/core/src/kz/ilotterytea/maxon/MaxonConstants.java
@@ -1,8 +1,8 @@
-package com.ilotterytea.maxoning;
+package kz.ilotterytea.maxon;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.files.FileHandle;
-import com.ilotterytea.maxoning.utils.OsUtils;
+import kz.ilotterytea.maxon.utils.OsUtils;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
diff --git a/core/src/com/ilotterytea/maxoning/MaxonGame.java b/core/src/kz/ilotterytea/maxon/MaxonGame.java
index f361d20..b1e40d6 100644
--- a/core/src/com/ilotterytea/maxoning/MaxonGame.java
+++ b/core/src/kz/ilotterytea/maxon/MaxonGame.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning;
+package kz.ilotterytea.maxon;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.Gdx;
@@ -6,8 +6,8 @@ import com.badlogic.gdx.Preferences;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
-import com.ilotterytea.maxoning.screens.SplashScreen;
-import com.ilotterytea.maxoning.utils.I18N;
+import kz.ilotterytea.maxon.screens.SplashScreen;
+import kz.ilotterytea.maxon.utils.I18N;
public class MaxonGame extends Game {
public SpriteBatch batch;
diff --git a/core/src/com/ilotterytea/maxoning/anim/SpriteUtils.java b/core/src/kz/ilotterytea/maxon/anim/SpriteUtils.java
index c68edd8..3bc5712 100644
--- a/core/src/com/ilotterytea/maxoning/anim/SpriteUtils.java
+++ b/core/src/kz/ilotterytea/maxon/anim/SpriteUtils.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.anim;
+package kz.ilotterytea.maxon.anim;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
diff --git a/core/src/com/ilotterytea/maxoning/audio/Playlist.kt b/core/src/kz/ilotterytea/maxon/audio/Playlist.kt
index 32788e6..c1c56cf 100644
--- a/core/src/com/ilotterytea/maxoning/audio/Playlist.kt
+++ b/core/src/kz/ilotterytea/maxon/audio/Playlist.kt
@@ -1,7 +1,7 @@
-package com.ilotterytea.maxoning.audio
+package kz.ilotterytea.maxon.audio
import com.badlogic.gdx.audio.Music
-import com.ilotterytea.maxoning.utils.math.Math
+import kz.ilotterytea.maxon.utils.math.Math
/**
* Playlist.
diff --git a/core/src/com/ilotterytea/maxoning/inputprocessors/CrossProcessor.java b/core/src/kz/ilotterytea/maxon/inputprocessors/CrossProcessor.java
index 34d4a8b..88d1078 100644
--- a/core/src/com/ilotterytea/maxoning/inputprocessors/CrossProcessor.java
+++ b/core/src/kz/ilotterytea/maxon/inputprocessors/CrossProcessor.java
@@ -1,9 +1,9 @@
-package com.ilotterytea.maxoning.inputprocessors;
+package kz.ilotterytea.maxon.inputprocessors;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.InputProcessor;
-import com.ilotterytea.maxoning.utils.ScreenshotFactory;
+import kz.ilotterytea.maxon.utils.ScreenshotFactory;
public class CrossProcessor implements InputProcessor {
@Override
diff --git a/core/src/com/ilotterytea/maxoning/player/DecalPlayer.java b/core/src/kz/ilotterytea/maxon/player/DecalPlayer.java
index 0cf0405..ca6d65e 100644
--- a/core/src/com/ilotterytea/maxoning/player/DecalPlayer.java
+++ b/core/src/kz/ilotterytea/maxon/player/DecalPlayer.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.player;
+package kz.ilotterytea.maxon.player;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Camera;
diff --git a/core/src/com/ilotterytea/maxoning/player/MaxonItem.java b/core/src/kz/ilotterytea/maxon/player/MaxonItem.java
index 18ee402..50a9f91 100644
--- a/core/src/com/ilotterytea/maxoning/player/MaxonItem.java
+++ b/core/src/kz/ilotterytea/maxon/player/MaxonItem.java
@@ -1,6 +1,6 @@
-package com.ilotterytea.maxoning.player;
+package kz.ilotterytea.maxon.player;
-import com.ilotterytea.maxoning.ui.AnimatedImage;
+import kz.ilotterytea.maxon.ui.AnimatedImage;
public class MaxonItem {
public int id;
diff --git a/core/src/com/ilotterytea/maxoning/player/MaxonItemEnum.java b/core/src/kz/ilotterytea/maxon/player/MaxonItemEnum.java
index 06b5484..12018be 100644
--- a/core/src/com/ilotterytea/maxoning/player/MaxonItemEnum.java
+++ b/core/src/kz/ilotterytea/maxon/player/MaxonItemEnum.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.player;
+package kz.ilotterytea.maxon.player;
public enum MaxonItemEnum {
DUMMY,
diff --git a/core/src/com/ilotterytea/maxoning/player/MaxonItemRegister.java b/core/src/kz/ilotterytea/maxon/player/MaxonItemRegister.java
index 8b432e1..7b7bc33 100644
--- a/core/src/com/ilotterytea/maxoning/player/MaxonItemRegister.java
+++ b/core/src/kz/ilotterytea/maxon/player/MaxonItemRegister.java
@@ -1,6 +1,6 @@
-package com.ilotterytea.maxoning.player;
+package kz.ilotterytea.maxon.player;
-import com.ilotterytea.maxoning.ui.AnimatedImage;
+import kz.ilotterytea.maxon.ui.AnimatedImage;
import java.util.ArrayList;
diff --git a/core/src/com/ilotterytea/maxoning/player/MaxonPlayer.java b/core/src/kz/ilotterytea/maxon/player/MaxonPlayer.java
index 9898291..7ba5f49 100644
--- a/core/src/com/ilotterytea/maxoning/player/MaxonPlayer.java
+++ b/core/src/kz/ilotterytea/maxon/player/MaxonPlayer.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.player;
+package kz.ilotterytea.maxon.player;
import java.io.Serializable;
import java.util.ArrayList;
diff --git a/core/src/com/ilotterytea/maxoning/player/MaxonSavegame.java b/core/src/kz/ilotterytea/maxon/player/MaxonSavegame.java
index 1b3646b..e0fe34c 100644
--- a/core/src/com/ilotterytea/maxoning/player/MaxonSavegame.java
+++ b/core/src/kz/ilotterytea/maxon/player/MaxonSavegame.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.player;
+package kz.ilotterytea.maxon.player;
import java.io.Serializable;
import java.util.ArrayList;
diff --git a/core/src/com/ilotterytea/maxoning/player/utils/PetUtils.kt b/core/src/kz/ilotterytea/maxon/player/utils/PetUtils.kt
index 1ad9106..31d3720 100644
--- a/core/src/com/ilotterytea/maxoning/player/utils/PetUtils.kt
+++ b/core/src/kz/ilotterytea/maxon/player/utils/PetUtils.kt
@@ -1,9 +1,9 @@
-package com.ilotterytea.maxoning.player.utils
+package kz.ilotterytea.maxon.player.utils
import com.badlogic.gdx.assets.AssetManager
import com.badlogic.gdx.graphics.Texture
-import com.ilotterytea.maxoning.anim.SpriteUtils
-import com.ilotterytea.maxoning.ui.AnimatedImage
+import kz.ilotterytea.maxon.anim.SpriteUtils
+import kz.ilotterytea.maxon.ui.AnimatedImage
/**
* Utilities for some operations with pets.
diff --git a/core/src/com/ilotterytea/maxoning/screens/GameScreen.java b/core/src/kz/ilotterytea/maxon/screens/GameScreen.java
index 13046e5..a6dcace 100644
--- a/core/src/com/ilotterytea/maxoning/screens/GameScreen.java
+++ b/core/src/kz/ilotterytea/maxon/screens/GameScreen.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.screens;
+package kz.ilotterytea.maxon.screens;
import com.badlogic.gdx.*;
import com.badlogic.gdx.audio.Music;
@@ -18,19 +18,19 @@ import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
import com.badlogic.gdx.utils.Timer;
import com.badlogic.gdx.utils.viewport.ScreenViewport;
-import com.ilotterytea.maxoning.MaxonConstants;
-import com.ilotterytea.maxoning.MaxonGame;
-import com.ilotterytea.maxoning.anim.SpriteUtils;
-import com.ilotterytea.maxoning.audio.Playlist;
-import com.ilotterytea.maxoning.inputprocessors.CrossProcessor;
-import com.ilotterytea.maxoning.player.DecalPlayer;
-import com.ilotterytea.maxoning.player.MaxonItem;
-import com.ilotterytea.maxoning.player.MaxonItemRegister;
-import com.ilotterytea.maxoning.player.MaxonSavegame;
-import com.ilotterytea.maxoning.screens.game.shop.ShopUI;
-import com.ilotterytea.maxoning.ui.*;
-import com.ilotterytea.maxoning.utils.math.Math;
-import com.ilotterytea.maxoning.utils.serialization.GameDataSystem;
+import kz.ilotterytea.maxon.MaxonConstants;
+import kz.ilotterytea.maxon.MaxonGame;
+import kz.ilotterytea.maxon.anim.SpriteUtils;
+import kz.ilotterytea.maxon.audio.Playlist;
+import kz.ilotterytea.maxon.inputprocessors.CrossProcessor;
+import kz.ilotterytea.maxon.player.DecalPlayer;
+import kz.ilotterytea.maxon.player.MaxonItem;
+import kz.ilotterytea.maxon.player.MaxonItemRegister;
+import kz.ilotterytea.maxon.player.MaxonSavegame;
+import kz.ilotterytea.maxon.screens.game.shop.ShopUI;
+import kz.ilotterytea.maxon.ui.*;
+import kz.ilotterytea.maxon.utils.math.Math;
+import kz.ilotterytea.maxon.utils.serialization.GameDataSystem;
import com.rafaskoberg.gdx.typinglabel.TypingLabel;
import net.mgsx.gltf.scene3d.attributes.PBRCubemapAttribute;
import net.mgsx.gltf.scene3d.attributes.PBRTextureAttribute;
@@ -44,7 +44,6 @@ import net.mgsx.gltf.scene3d.utils.IBLBuilder;
import java.io.IOException;
import java.util.ArrayList;
-import java.util.HashMap;
import java.util.Map;
public class GameScreen implements Screen, InputProcessor {
diff --git a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java b/core/src/kz/ilotterytea/maxon/screens/MenuScreen.java
index d1eb98b..ef75046 100644
--- a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java
+++ b/core/src/kz/ilotterytea/maxon/screens/MenuScreen.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.screens;
+package kz.ilotterytea.maxon.screens;
import com.badlogic.gdx.*;
import com.badlogic.gdx.audio.Music;
@@ -19,12 +19,12 @@ import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
import com.badlogic.gdx.utils.Timer;
import com.badlogic.gdx.utils.viewport.ScreenViewport;
-import com.ilotterytea.maxoning.MaxonConstants;
-import com.ilotterytea.maxoning.MaxonGame;
-import com.ilotterytea.maxoning.player.MaxonSavegame;
-import com.ilotterytea.maxoning.ui.*;
-import com.ilotterytea.maxoning.utils.I18N;
-import com.ilotterytea.maxoning.utils.serialization.GameDataSystem;
+import kz.ilotterytea.maxon.MaxonConstants;
+import kz.ilotterytea.maxon.MaxonGame;
+import kz.ilotterytea.maxon.player.MaxonSavegame;
+import kz.ilotterytea.maxon.ui.*;
+import kz.ilotterytea.maxon.utils.I18N;
+import kz.ilotterytea.maxon.utils.serialization.GameDataSystem;
import net.mgsx.gltf.scene3d.attributes.PBRCubemapAttribute;
import net.mgsx.gltf.scene3d.attributes.PBRTextureAttribute;
import net.mgsx.gltf.scene3d.lights.DirectionalShadowLight;
diff --git a/core/src/com/ilotterytea/maxoning/screens/SplashScreen.java b/core/src/kz/ilotterytea/maxon/screens/SplashScreen.java
index f475dc2..f381bb8 100644
--- a/core/src/com/ilotterytea/maxoning/screens/SplashScreen.java
+++ b/core/src/kz/ilotterytea/maxon/screens/SplashScreen.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.screens;
+package kz.ilotterytea.maxon.screens;
import com.badlogic.gdx.*;
import com.badlogic.gdx.graphics.GL20;
@@ -12,8 +12,8 @@ import com.badlogic.gdx.scenes.scene2d.ui.Skin;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.utils.Align;
import com.badlogic.gdx.utils.viewport.ScreenViewport;
-import com.ilotterytea.maxoning.MaxonGame;
-import com.ilotterytea.maxoning.utils.AssetLoading;
+import kz.ilotterytea.maxon.utils.AssetLoading;
+import kz.ilotterytea.maxon.MaxonGame;
public class SplashScreen implements Screen {
final MaxonGame game;
diff --git a/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopMode.java b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopMode.java
new file mode 100644
index 0000000..d81e925
--- /dev/null
+++ b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopMode.java
@@ -0,0 +1,6 @@
+package kz.ilotterytea.maxon.screens.game.shop;
+
+public enum ShopMode {
+ BUY,
+ SELL
+}
diff --git a/core/src/com/ilotterytea/maxoning/screens/game/shop/ShopMultiplier.java b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopMultiplier.java
index c106ea0..361290a 100644
--- a/core/src/com/ilotterytea/maxoning/screens/game/shop/ShopMultiplier.java
+++ b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopMultiplier.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.screens.game.shop;
+package kz.ilotterytea.maxon.screens.game.shop;
public enum ShopMultiplier {
X1(1),
diff --git a/core/src/com/ilotterytea/maxoning/screens/game/shop/ShopUI.java b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java
index a4d6135..0282ea6 100644
--- a/core/src/com/ilotterytea/maxoning/screens/game/shop/ShopUI.java
+++ b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.screens.game.shop;
+package kz.ilotterytea.maxon.screens.game.shop;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
@@ -7,11 +7,11 @@ import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.scenes.scene2d.ui.*;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
-import com.ilotterytea.maxoning.player.MaxonItem;
-import com.ilotterytea.maxoning.player.MaxonItemRegister;
-import com.ilotterytea.maxoning.player.MaxonSavegame;
-import com.ilotterytea.maxoning.ui.PurchaseItem;
-import com.ilotterytea.maxoning.utils.math.Math;
+import kz.ilotterytea.maxon.player.MaxonItem;
+import kz.ilotterytea.maxon.player.MaxonItemRegister;
+import kz.ilotterytea.maxon.player.MaxonSavegame;
+import kz.ilotterytea.maxon.ui.PurchaseItem;
+import kz.ilotterytea.maxon.utils.math.Math;
import java.util.ArrayList;
diff --git a/core/src/com/ilotterytea/maxoning/ui/AnimatedImage.java b/core/src/kz/ilotterytea/maxon/ui/AnimatedImage.java
index ebfd89a..097fb2b 100644
--- a/core/src/com/ilotterytea/maxoning/ui/AnimatedImage.java
+++ b/core/src/kz/ilotterytea/maxon/ui/AnimatedImage.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
diff --git a/core/src/com/ilotterytea/maxoning/ui/AnimatedImageButton.java b/core/src/kz/ilotterytea/maxon/ui/AnimatedImageButton.java
index c6c0559..4972afd 100644
--- a/core/src/com/ilotterytea/maxoning/ui/AnimatedImageButton.java
+++ b/core/src/kz/ilotterytea/maxon/ui/AnimatedImageButton.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.scenes.scene2d.ui.ImageButton;
import com.badlogic.gdx.scenes.scene2d.utils.Drawable;
diff --git a/core/src/com/ilotterytea/maxoning/ui/DebugInfo.kt b/core/src/kz/ilotterytea/maxon/ui/DebugInfo.kt
index 71e33cf..7329725 100644
--- a/core/src/com/ilotterytea/maxoning/ui/DebugInfo.kt
+++ b/core/src/kz/ilotterytea/maxon/ui/DebugInfo.kt
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui
+package kz.ilotterytea.maxon.ui
import com.badlogic.gdx.Gdx
import com.badlogic.gdx.Version
@@ -6,8 +6,8 @@ import com.badlogic.gdx.scenes.scene2d.ui.Label
import com.badlogic.gdx.scenes.scene2d.ui.Skin
import com.badlogic.gdx.scenes.scene2d.ui.Table
import com.badlogic.gdx.utils.Align
-import com.ilotterytea.maxoning.MaxonConstants
-import com.ilotterytea.maxoning.utils.I18N
+import kz.ilotterytea.maxon.MaxonConstants
+import kz.ilotterytea.maxon.utils.I18N
/**
* Debug information.
diff --git a/core/src/com/ilotterytea/maxoning/ui/InventoryAnimatedItem.java b/core/src/kz/ilotterytea/maxon/ui/InventoryAnimatedItem.java
index f6f266f..af6c6da 100644
--- a/core/src/com/ilotterytea/maxoning/ui/InventoryAnimatedItem.java
+++ b/core/src/kz/ilotterytea/maxon/ui/InventoryAnimatedItem.java
@@ -1,7 +1,7 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.scenes.scene2d.ui.*;
-import com.ilotterytea.maxoning.player.MaxonItem;
+import kz.ilotterytea.maxon.player.MaxonItem;
public class InventoryAnimatedItem extends Stack {
public InventoryAnimatedItem(
diff --git a/core/src/com/ilotterytea/maxoning/ui/LeafParticle.java b/core/src/kz/ilotterytea/maxon/ui/LeafParticle.java
index 24df879..82879cf 100644
--- a/core/src/com/ilotterytea/maxoning/ui/LeafParticle.java
+++ b/core/src/kz/ilotterytea/maxon/ui/LeafParticle.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.Batch;
diff --git a/core/src/com/ilotterytea/maxoning/ui/MovingChessBackground.java b/core/src/kz/ilotterytea/maxon/ui/MovingChessBackground.java
index db53230..a585d0b 100644
--- a/core/src/com/ilotterytea/maxoning/ui/MovingChessBackground.java
+++ b/core/src/kz/ilotterytea/maxon/ui/MovingChessBackground.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
diff --git a/core/src/com/ilotterytea/maxoning/ui/NinepatchButton.java b/core/src/kz/ilotterytea/maxon/ui/NinepatchButton.java
index a6f5b38..ab96c63 100644
--- a/core/src/com/ilotterytea/maxoning/ui/NinepatchButton.java
+++ b/core/src/kz/ilotterytea/maxon/ui/NinepatchButton.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.graphics.g2d.NinePatch;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
diff --git a/core/src/com/ilotterytea/maxoning/ui/OptionsTable.java b/core/src/kz/ilotterytea/maxon/ui/OptionsTable.java
index 0794e31..2b0a185 100644
--- a/core/src/com/ilotterytea/maxoning/ui/OptionsTable.java
+++ b/core/src/kz/ilotterytea/maxon/ui/OptionsTable.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.audio.Music;
@@ -9,10 +9,10 @@ import com.badlogic.gdx.scenes.scene2d.actions.Actions;
import com.badlogic.gdx.scenes.scene2d.ui.*;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
-import com.ilotterytea.maxoning.MaxonConstants;
-import com.ilotterytea.maxoning.MaxonGame;
-import com.ilotterytea.maxoning.screens.SplashScreen;
-import com.ilotterytea.maxoning.utils.I18N;
+import kz.ilotterytea.maxon.MaxonConstants;
+import kz.ilotterytea.maxon.MaxonGame;
+import kz.ilotterytea.maxon.screens.SplashScreen;
+import kz.ilotterytea.maxon.utils.I18N;
import java.util.ArrayList;
import java.util.Locale;
diff --git a/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java b/core/src/kz/ilotterytea/maxon/ui/PurchaseItem.java
index fb69d4f..5ef7ab6 100644
--- a/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java
+++ b/core/src/kz/ilotterytea/maxon/ui/PurchaseItem.java
@@ -1,12 +1,12 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.ui.*;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
-import com.ilotterytea.maxoning.MaxonConstants;
-import com.ilotterytea.maxoning.player.MaxonItem;
+import kz.ilotterytea.maxon.MaxonConstants;
+import kz.ilotterytea.maxon.player.MaxonItem;
public class PurchaseItem extends Table {
private double price;
diff --git a/core/src/com/ilotterytea/maxoning/ui/SavegameWidget.java b/core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java
index e2cf816..7069911 100644
--- a/core/src/com/ilotterytea/maxoning/ui/SavegameWidget.java
+++ b/core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.scenes.scene2d.Action;
@@ -9,10 +9,10 @@ import com.badlogic.gdx.scenes.scene2d.ui.*;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
import com.badlogic.gdx.utils.Disposable;
-import com.ilotterytea.maxoning.MaxonGame;
-import com.ilotterytea.maxoning.player.MaxonSavegame;
-import com.ilotterytea.maxoning.screens.GameScreen;
-import com.ilotterytea.maxoning.utils.formatters.NumberFormatter;
+import kz.ilotterytea.maxon.MaxonGame;
+import kz.ilotterytea.maxon.player.MaxonSavegame;
+import kz.ilotterytea.maxon.screens.GameScreen;
+import kz.ilotterytea.maxon.utils.formatters.NumberFormatter;
import java.io.IOException;
diff --git a/core/src/com/ilotterytea/maxoning/ui/SupaIconButton.java b/core/src/kz/ilotterytea/maxon/ui/SupaIconButton.java
index d84be68..2ebdbc0 100644
--- a/core/src/com/ilotterytea/maxoning/ui/SupaIconButton.java
+++ b/core/src/kz/ilotterytea/maxon/ui/SupaIconButton.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.ui;
+package kz.ilotterytea.maxon.ui;
import com.badlogic.gdx.graphics.g2d.NinePatch;
import com.badlogic.gdx.scenes.scene2d.ui.*;
diff --git a/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java b/core/src/kz/ilotterytea/maxon/utils/AssetLoading.java
index 0225e48..7a3e13e 100644
--- a/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java
+++ b/core/src/kz/ilotterytea/maxon/utils/AssetLoading.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.utils;
+package kz.ilotterytea.maxon.utils;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.assets.loaders.SkinLoader;
@@ -6,10 +6,10 @@ import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
-import com.ilotterytea.maxoning.anim.SpriteUtils;
-import com.ilotterytea.maxoning.player.MaxonItemEnum;
-import com.ilotterytea.maxoning.player.MaxonItemRegister;
-import com.ilotterytea.maxoning.ui.AnimatedImage;
+import kz.ilotterytea.maxon.anim.SpriteUtils;
+import kz.ilotterytea.maxon.player.MaxonItemEnum;
+import kz.ilotterytea.maxon.player.MaxonItemRegister;
+import kz.ilotterytea.maxon.ui.AnimatedImage;
import net.mgsx.gltf.loaders.glb.GLBAssetLoader;
import net.mgsx.gltf.scene3d.scene.SceneAsset;
diff --git a/core/src/com/ilotterytea/maxoning/utils/GameUpdater.java b/core/src/kz/ilotterytea/maxon/utils/GameUpdater.java
index d72b9be..0133d21 100644
--- a/core/src/com/ilotterytea/maxoning/utils/GameUpdater.java
+++ b/core/src/kz/ilotterytea/maxon/utils/GameUpdater.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.utils;
+package kz.ilotterytea.maxon.utils;
import com.google.gson.Gson;
diff --git a/core/src/com/ilotterytea/maxoning/utils/I18N.java b/core/src/kz/ilotterytea/maxon/utils/I18N.java
index e5e4efc..7d4013e 100644
--- a/core/src/com/ilotterytea/maxoning/utils/I18N.java
+++ b/core/src/kz/ilotterytea/maxon/utils/I18N.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.utils;
+package kz.ilotterytea.maxon.utils;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.utils.JsonReader;
diff --git a/core/src/com/ilotterytea/maxoning/utils/OsUtils.java b/core/src/kz/ilotterytea/maxon/utils/OsUtils.java
index 7359a8a..acafb91 100644
--- a/core/src/com/ilotterytea/maxoning/utils/OsUtils.java
+++ b/core/src/kz/ilotterytea/maxon/utils/OsUtils.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.utils;
+package kz.ilotterytea.maxon.utils;
public class OsUtils {
private static String OS = System.getProperty("os.name").toLowerCase();
diff --git a/core/src/com/ilotterytea/maxoning/utils/ScreenshotFactory.java b/core/src/kz/ilotterytea/maxon/utils/ScreenshotFactory.java
index 033c818..76cd92b 100644
--- a/core/src/com/ilotterytea/maxoning/utils/ScreenshotFactory.java
+++ b/core/src/kz/ilotterytea/maxon/utils/ScreenshotFactory.java
@@ -1,10 +1,10 @@
-package com.ilotterytea.maxoning.utils;
+package kz.ilotterytea.maxon.utils;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.PixmapIO;
-import com.ilotterytea.maxoning.MaxonConstants;
+import kz.ilotterytea.maxon.MaxonConstants;
import java.io.File;
import java.nio.ByteBuffer;
diff --git a/core/src/com/ilotterytea/maxoning/utils/colors/HexToARGB.java b/core/src/kz/ilotterytea/maxon/utils/colors/HexToARGB.java
index 5db8f1d..de613eb 100644
--- a/core/src/com/ilotterytea/maxoning/utils/colors/HexToARGB.java
+++ b/core/src/kz/ilotterytea/maxon/utils/colors/HexToARGB.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.utils.colors;
+package kz.ilotterytea.maxon.utils.colors;
import com.badlogic.gdx.graphics.Color;
diff --git a/core/src/com/ilotterytea/maxoning/utils/formatters/NumberFormatter.java b/core/src/kz/ilotterytea/maxon/utils/formatters/NumberFormatter.java
index 5b35e71..812b79c 100644
--- a/core/src/com/ilotterytea/maxoning/utils/formatters/NumberFormatter.java
+++ b/core/src/kz/ilotterytea/maxon/utils/formatters/NumberFormatter.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.utils.formatters;
+package kz.ilotterytea.maxon.utils.formatters;
import java.util.Map;
import java.util.NavigableMap;
diff --git a/core/src/com/ilotterytea/maxoning/utils/math/Math.java b/core/src/kz/ilotterytea/maxon/utils/math/Math.java
index 0c32a89..ba1904f 100644
--- a/core/src/com/ilotterytea/maxoning/utils/math/Math.java
+++ b/core/src/kz/ilotterytea/maxon/utils/math/Math.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning.utils.math;
+package kz.ilotterytea.maxon.utils.math;
public class Math {
/**
diff --git a/core/src/com/ilotterytea/maxoning/utils/serialization/GameDataSystem.java b/core/src/kz/ilotterytea/maxon/utils/serialization/GameDataSystem.java
index f188bfe..4762340 100644
--- a/core/src/com/ilotterytea/maxoning/utils/serialization/GameDataSystem.java
+++ b/core/src/kz/ilotterytea/maxon/utils/serialization/GameDataSystem.java
@@ -1,11 +1,11 @@
-package com.ilotterytea.maxoning.utils.serialization;
+package kz.ilotterytea.maxon.utils.serialization;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.utils.Null;
import com.google.gson.Gson;
-import com.ilotterytea.maxoning.MaxonConstants;
-import com.ilotterytea.maxoning.player.MaxonSavegame;
-import com.ilotterytea.maxoning.utils.OsUtils;
+import kz.ilotterytea.maxon.MaxonConstants;
+import kz.ilotterytea.maxon.player.MaxonSavegame;
+import kz.ilotterytea.maxon.utils.OsUtils;
import org.jetbrains.annotations.NotNull;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
diff --git a/desktop/build.gradle b/desktop/build.gradle
index 02c57fd..0c1f3a2 100644
--- a/desktop/build.gradle
+++ b/desktop/build.gradle
@@ -2,7 +2,7 @@ sourceCompatibility = 11
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../assets"]
-project.ext.mainClassName = "com.ilotterytea.maxoning.DesktopLauncher"
+project.ext.mainClassName = "kz.ilotterytea.maxon.DesktopLauncher"
project.ext.assetsDir = new File("../assets")
import org.gradle.internal.os.OperatingSystem
diff --git a/desktop/src/com/ilotterytea/maxoning/DesktopLauncher.java b/desktop/src/kz/ilotterytea/maxon/DesktopLauncher.java
index 8b07e33..fd2fb38 100644
--- a/desktop/src/com/ilotterytea/maxoning/DesktopLauncher.java
+++ b/desktop/src/kz/ilotterytea/maxon/DesktopLauncher.java
@@ -1,4 +1,4 @@
-package com.ilotterytea.maxoning;
+package kz.ilotterytea.maxon;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration;