Skip to content

Commit

Permalink
update to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
= mlm-games committed Aug 28, 2024
1 parent 1113707 commit 48cd89b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.11.1 Changes

- Add WASD to inputs for convenience
- Fixed fire button touch problem (Control nodes don't support multi-touch yet)

## v0.11.0 Changes

- Updated godot version to 4.3
Expand Down
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ architectures/armeabi-v7a=true
architectures/arm64-v8a=false
architectures/x86=false
architectures/x86_64=false
version/code=100101
version/name="0.11.0"
version/code=100103
version/name="0.11.1"
package/unique_name="com.game.asteroids_revenge"
package/name=""
package/signed=true
Expand Down Expand Up @@ -644,8 +644,8 @@ architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=100102
version/name="0.11.0"
version/code=100104
version/name="0.11.1"
package/unique_name="com.game.asteroids_revenge"
package/name=""
package/signed=true
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v0.11.1 Changes

- Add WASD to inputs for convenience
- Fixed fire button touch problem (Control nodes don't support multi-touch yet)

0 comments on commit 48cd89b

Please sign in to comment.