Skip to content

Commit 51e060d

Browse files
committed
Updated repo to match v1.5.1
1 parent 456e438 commit 51e060d

14 files changed

Lines changed: 31 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
## v1.5.1
2+
3+
Changes:
4+
5+
- 💁 Fixed edge cases of powerup tutorial
6+
- 👀 Made powerup usage more visually apparent
7+
- 🌟 Added star collection animation
8+
9+
More fixes were made to fix errors that occured when importing the project for the first time
10+
11+
**Full Changelog**: https://github.com/Ranger-NF/BlastOff/compare/1.5.0...1.5.1
12+
113
## v1.5.0
214

315
New:
416

517
- ⚡ Powerups - Shield and Boost
6-
718
- 🌨 Particles when obstacles (Bird and Satellite) are hit
8-
919
- 📳 Screenshake on specific events
10-
1120
- ⌨ Keyboard controls (`a`, `s` and `space`)
1221

1322
Changes:

Docs/Screenshots/latest/1.png

115 KB
Loading

Docs/Screenshots/latest/2.png

265 KB
Loading

Docs/Screenshots/latest/3.png

93.5 KB
Loading

Docs/Screenshots/latest/4.png

87.2 KB
Loading
File renamed without changes.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@
5454
## 📸 Ingame Screenshots
5555

5656
<p align="center">
57-
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/v1.5.0/main-menu.png" width="auto" height="400">
58-
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/v1.5.0/ingame-1.png" width="auto" height="400">
59-
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/v1.5.0/ingame-2.png" width="auto" height="400">
60-
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/v1.5.0/settings.png" width="auto" height="400">
61-
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/v1.5.0/paint-selection.png" width="auto" height="400">
62-
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/v1.5.0/sticker-selection.png" width="auto" height="400">
57+
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/latest/1.png" width="auto" height="400">
58+
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/latest/2.png" width="auto" height="400">
59+
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/latest/3.png" width="auto" height="400">
60+
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/latest/4.png" width="auto" height="400">
61+
<img src="https://raw.githubusercontent.com/Ranger-NF/BlastOff/main/Docs/Screenshots/latest/5.png" width="auto" height="400">
6362
</p>
6463

6564
## ✨ Credits

export_presets.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ custom_features=""
88
export_filter="all_resources"
99
include_filter="*.json, *.txt, *.env, *.wav"
1010
exclude_filter="Docs/*"
11-
export_path=""
11+
export_path="build/android/BlastOff.apk"
1212
encryption_include_filters=""
1313
encryption_exclude_filters=""
1414
encrypt_pck=false
@@ -211,7 +211,7 @@ custom_features=""
211211
export_filter="all_resources"
212212
include_filter="*.json, *.txt, *.env, *.wav"
213213
exclude_filter="Docs/*"
214-
export_path=""
214+
export_path="build/web/index.html"
215215
encryption_include_filters=""
216216
encryption_exclude_filters=""
217217
encrypt_pck=false
@@ -249,7 +249,7 @@ custom_features=""
249249
export_filter="all_resources"
250250
include_filter="*.json, *.txt, *.env, *.wav"
251251
exclude_filter="Docs/"
252-
export_path=""
252+
export_path="build/linux/blastoff.x86_64"
253253
encryption_include_filters=""
254254
encryption_exclude_filters=""
255255
encrypt_pck=false
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v1.5.1
2+
3+
Changes:
4+
5+
- 💁 Fixed edge cases of powerup tutorial
6+
- 👀 Made powerup usage more visually apparent
7+
- 🌟 Added star collection animation
8+
9+
More fixes were made to fix errors that occured when importing the project for the first time
10+
11+
**Full Changelog**: https://github.com/Ranger-NF/BlastOff/compare/1.5.0...1.5.1
16.7 KB
Loading

0 commit comments

Comments
 (0)