Skip to content

Commit

Permalink
update to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
= mlm-games committed Sep 7, 2024
1 parent 5d53488 commit b44ba40
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.11.2 Changes

- Made alt controls' buttons react better to touches (Again since Control nodes don't support multi-touch yet)

## v0.11.1 Changes

- Add WASD to inputs for convenience
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=100103
version/name="0.11.1"
version/code=100105
version/name="0.11.2"
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=100104
version/name="0.11.1"
version/code=100106
version/name="0.11.2"
package/unique_name="com.game.asteroids_revenge"
package/name=""
package/signed=true
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100106.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v0.11.2 Changes

- Made alt controls' buttons react better to touches (Again since Control nodes don't support multi-touch yet)

0 comments on commit b44ba40

Please sign in to comment.