Skip to content

Commit 443efe3

Browse files
committed
v0.3.1
1 parent befb1ac commit 443efe3

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
=======================
2+
v0.3.1
3+
=======================
4+
5+
- New levels: Coco Island and Lake Rocky path to it
6+
- New bosses: Mecha Golem Mk. 2, Dr. Fukurokov
7+
- New items: Large Bomb, Fang, Mine, Extra Armor
8+
- Game is now saved on quit
9+
- Added water splash animations
10+
- Fixed crash in HitboxContainer
11+
- Fixed crash when using Radio
12+
- Restructured and refactored code
13+
- Added debug mode and noclip
14+
115
=======================
216
v0.3.0
317
=======================

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 21
1111
targetSdkVersion 36
12-
versionCode 12
13-
versionName "0.3.0-4"
12+
versionCode 13
13+
versionName "0.3.1"
1414
externalNativeBuild {
1515
cmake {
1616
arguments "-DANDROID_PLATFORM=android-19", "-DANDROID_STL=c++_static"

0 commit comments

Comments
 (0)