Skip to content

Commit

Permalink
chore: kaetram v0.3.6 -> v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 15, 2023
1 parent 80b0c87 commit 3485008
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 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.3.6-beta'
GVER='0.4.0-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.3.6",
"version": "0.4.0",
"private": true,
"type": "module",
"packageManager": "yarn@4.0.0-rc.40",
Expand Down
18 changes: 11 additions & 7 deletions packages/common/text/updates.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"0.3.6-beta": {
"title": "Kaetram 0.3.6-beta",
"0.4.0-beta": {
"title": "Kaetram 0.4.0-beta",
"content": [
"- Added new bracelets, rings, and pendants",
"- Added trees and map content",
"- Polishes object interaction",
"- Fixes projectiles drawing names",
"- Improves admin teleport functionality"
"- 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."
]
}
}

0 comments on commit 3485008

Please sign in to comment.