Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit b2636ff

Browse files
committed
Bump to v4 Alpha
1 parent d4236a8 commit b2636ff

4 files changed

Lines changed: 16 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
5bHTML is a remake of the [htwins 5b flash game](https://bfdi.tv/5b/) thats based on [battle for dream island](https://www.youtube.com/user/jacknjellify). It's in alpha right now so not everything looks and feels the same, so please keep that in mind before playing.
66

7-
Hosted version: **v3 Alpha**
7+
Hosted version: **v4 Alpha**
88

9-
Latest version: **dev-21w26a**
9+
Latest version: **v4 Alpha**
1010

1111
Join the [5bHTML discord server!](https://discord.gg/um5KWabefm)
1212

docs/CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
Emoji | meaning
22
--- | ---
3-
🟥| Latest Dev version, these versions are hosted on [the dev site](https://5bdev.zelo.dev/).
43
🟦| Latest *"Stable"* version
4+
🟥| Latest Dev version, these versions are hosted on [the dev site](https://5bdev.zelo.dev/).
55

66

7-
# dev-21w26a 🟥 -- 28/06/2021
8-
9-
**To be v4 Alpha.**
7+
# v4 Alpha 🟦 -- 30/06/2021
8+
### Note: Online levels are disabled due to issues with servers. Check the discord server for updates on this.
9+
## Major changes
1010

11-
## Major Changes
11+
- **Level Editor! Create, Test, Share and Play your own custom levels!**
1212

1313
- Menu redesign!
1414

15-
- Level Editor! Create, Test, Share and Play your own custom levels!
16-
1715
- Character speed is now **8%** faster.
1816

17+
- Fixed issues [#14](https://github.com/Zolo101/5bHTML/issues/14), [#20](https://github.com/Zolo101/5bHTML/issues/20), [#21](https://github.com/Zolo101/5bHTML/issues/21), [#22](https://github.com/Zolo101/5bHTML/issues/22) and [#24](https://github.com/Zolo101/5bHTML/issues/24)
18+
1919
## Dev changes
2020

21-
- Changed from Webpack to Snowpack
21+
- The level structure is now on version 7
22+
23+
- Changed bundler from Webpack to Snowpack
2224

2325
- Phaser updated from `3.50.0` to `3.55.2`
2426

2527
- Typescript updated from `4.1.3` to `4.3.2`
2628

27-
# v3 Alpha 🟦 -- 31/12/2020
28-
## Major Changes
29+
# v3 Alpha -- 31/12/2020
30+
## Major changes
2931

3032
- Transitions.
3133

src/game/editor/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ To move the level screen, use arrow keys.
497497
498498
499499
500-
Made by Zelo101. Last Updated: 16/04/2021`).render(this))
500+
Made by Zelo101. Last Updated: 30/06/2021`).render(this))
501501

502502
file.render(0, 0, this);
503503
// edit.render(120, 0, this);

src/game/settingsgame.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const nodeEnv = (import.meta.env.NODE_ENV === "development")
44
const settingsBuffer = localStorage.getItem("settings");
55
export const VERSION_NAME = nodeEnv ? "dev-21w26a" : "v4 Alpha";
6-
export const LAST_UPDATE = new Date(2021, 6, 28);
6+
export const LAST_UPDATE = new Date(2021, 6, 30);
77

88
let Settings = {
99
IS_DEBUG: nodeEnv,

0 commit comments

Comments
 (0)