Skip to content

Commit

Permalink
Updated repo to match v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranger-NF committed Aug 30, 2024
1 parent 456e438 commit 51e060d
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 12 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
## v1.5.1

Changes:

- 💁 Fixed edge cases of powerup tutorial
- 👀 Made powerup usage more visually apparent
- 🌟 Added star collection animation

More fixes were made to fix errors that occured when importing the project for the first time

**Full Changelog**: https://github.com/Ranger-NF/BlastOff/compare/1.5.0...1.5.1

## v1.5.0

New:

- ⚡ Powerups - Shield and Boost

- 🌨 Particles when obstacles (Bird and Satellite) are hit

- 📳 Screenshake on specific events

- ⌨ Keyboard controls (`a`, `s` and `space`)

Changes:
Expand Down
Binary file added Docs/Screenshots/latest/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/Screenshots/latest/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/Screenshots/latest/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/Screenshots/latest/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@
## 📸 Ingame Screenshots

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

## ✨ Credits
Expand Down
6 changes: 3 additions & 3 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.env, *.wav"
exclude_filter="Docs/*"
export_path=""
export_path="build/android/BlastOff.apk"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -211,7 +211,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.env, *.wav"
exclude_filter="Docs/*"
export_path=""
export_path="build/web/index.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -249,7 +249,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.env, *.wav"
exclude_filter="Docs/"
export_path=""
export_path="build/linux/blastoff.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down
11 changes: 11 additions & 0 deletions metadata/en-US/changelogs/100016.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v1.5.1

Changes:

- 💁 Fixed edge cases of powerup tutorial
- 👀 Made powerup usage more visually apparent
- 🌟 Added star collection animation

More fixes were made to fix errors that occured when importing the project for the first time

**Full Changelog**: https://github.com/Ranger-NF/BlastOff/compare/1.5.0...1.5.1
Binary file modified metadata/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/5.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51e060d

Please sign in to comment.