jblanked 10 месяцев назад
Родитель
Сommit
2763fa71e6
3 измененных файлов с 10 добавлено и 6 удалено
  1. 1 2
      README.md
  2. 8 2
      assets/CHANGELOG.md
  3. 1 2
      assets/README.md

+ 1 - 2
README.md

@@ -80,10 +80,9 @@ NPCs are friendly characters that players can interact with. Currently, you can
 
 
 **v0.6**
 **v0.6**
 - New game features
 - New game features
-- Custom Controller Support
 
 
 **v0.7**
 **v0.7**
-- ???
+- New game features
 
 
 **v0.8**
 **v0.8**
 - Multiplayer support
 - Multiplayer support

+ 8 - 2
assets/CHANGELOG.md

@@ -1,3 +1,9 @@
+## 0.6 (2025-03-10)
+- Fixed saving of player attributes so that it works as intended.
+- Updated the player's level and strength as XP increases.
+- Started implementing multiplayer (requires FlipperHTTP v1.7).
+- Fixed the display of user stats when switching worlds.
+
 ## 0.5 (2025-01-31)
 ## 0.5 (2025-01-31)
 - Fixed saving errors.
 - Fixed saving errors.
 - Improved memory allocation.
 - Improved memory allocation.
@@ -5,8 +11,8 @@
 
 
 ## 0.4 (2025-01-23)
 ## 0.4 (2025-01-23)
 - Added an In-Game menu.
 - Added an In-Game menu.
-- Added New controls (HOLD OK to access the In-Game menu, PRESS BACK to exit the menu, and HOLD BACK to leave the game).
-- Added option to choose player weapon in the Game Settings.
+- Added new controls (HOLD OK to access the In-Game menu, PRESS BACK to exit the menu, and HOLD BACK to leave the game).
+- Added option to choose player's weapon in the Game Settings.
 - Added transition icon for switching worlds.
 - Added transition icon for switching worlds.
 - Doubled the size of each world (from 384x192 to 768x384).
 - Doubled the size of each world (from 384x192 to 768x384).
 - Improved memory allocation.
 - Improved memory allocation.

+ 1 - 2
assets/README.md

@@ -79,10 +79,9 @@ NPCs are friendly characters that players can interact with. Currently, you can
 
 
 **v0.6**
 **v0.6**
 - New game features
 - New game features
-- Custom Controller Support
 
 
 **v0.7**
 **v0.7**
-- ???
+- New game features
 
 
 **v0.8**
 **v0.8**
 - Multiplayer support
 - Multiplayer support