Skip to content

Commit

Permalink
chore: kaetram v0.4.0 -> v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 16, 2023
1 parent 3a30914 commit 75d81a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MAX_PLAYERS=200
# Update time to parse packets in milliseconds (update every 300ms)
UPDATE_TIME=300
# Game version
GVER='0.4.0-beta'
GVER='0.4.1-beta'
# Used for hotfixes and minor updates that do not require a full update.
MINOR=''
# If to load regions from cache.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaetram",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"type": "module",
"packageManager": "yarn@4.0.0-rc.40",
Expand Down
21 changes: 10 additions & 11 deletions packages/common/text/updates.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"0.4.0-beta": {
"title": "Kaetram 0.4.0-beta",
"0.4.1-beta": {
"title": "Kaetram 0.4.1-beta",
"content": [
"- Added 3 new quests",
"- Added a bunch of new sprites and armours",
"- Hovering over interactable yellow cell",
"- Improvements to the camera system",
"- Fixes WASD movement w/ caps lock",
"- Fixes majority of the map errors.",
"- Fixes most dynamic door tiles.",
"- Fixes most door tiles.",
"- Fix 9-slices on Safari."
"- Fixed many doors and missing tiles",
"- Fixes to user interfaces and menus",
"- Fixed some trees around the world",
"- Fixed fishing spots not being interactable",
"- Fixes some teleportation issues",
"- Fixed bosses not spawning their minions",
"- Exclamation mark above NPC now disappears when they don't have info for you",
"- Max levels now capped at 120"
]
}
}

0 comments on commit 75d81a3

Please sign in to comment.