Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' of https://github.com/FunkinDroidTeam/Funkin i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
moondroidcoder committed Jun 21, 2024
2 parents 0e049ad + 7db44d2 commit 673b0c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* FlxPartialSound are now working on iOS Platforms due to openfl’s getBytes
* FlxPartialSound are now working on Android Platforms due to it using sys libraries.
* Plugging in a keyboard while inside the app doesn’t crash it now.
* Armv7 builds on android do not crash now.

## \[0.4.1\] - 2024-06-12

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Full credits can be found in-game, or wherever the credits.json file is.
* [Karim-Akra](https://x.com/KarimAkra_0) - Mobile Programming (Android)
* [Sector_5](https://github.com/sector-a) - Mobile Programming (Android)
* [Luckydog7](https://github.com/luckydog7) - Mobile Programming (Android)
* [mca.gabe9](https://github.com/mcagabe19) - Mobile Programming (iOS)
* [Lily](https://github.com/mcagabe19) - Mobile Programming (iOS)
* Our contributors on GitHub

## Art / Animation / UI
Expand Down
2 changes: 1 addition & 1 deletion hmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"name": "polymod",
"type": "git",
"dir": null,
"ref": "bfbe30d81601b3543d80dce580108ad6b7e182c7",
"ref": "05d1516e5d84f55317a92ba6d1e66eaaf2cfa6a5",
"url": "https://github.com/larsiusprime/polymod"
},
{
Expand Down
2 changes: 1 addition & 1 deletion source/funkin/play/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@ class PlayState extends MusicBeatSubState
if (currentConversation != null)
{
// Pause/unpause may conflict with advancing the conversation!
if ((controls.CUTSCENE_ADVANCE || TouchUtil.justPressed) && !justUnpaused)
if ((controls.CUTSCENE_ADVANCE #if mobile || (!pauseButtonCheck && TouchUtil.justPressed) #end) && !justUnpaused)
{
currentConversation.advanceConversation();
}
Expand Down

0 comments on commit 673b0c8

Please sign in to comment.