Correction to Fixes #7 - Game should be able to update itself #42

Merged
coolestskinnieinthejungle merged 1 commits from coolestskinnieinthejungle-patch-updates into updates 2021-06-24 15:07:17 +00:00

https://git.snootgame.xyz/Cavemanon/SnootGame/issues/21#issuecomment-521

- 727 textbutton _("Update Now!") action UpdateCheck()
+ 727 textbutton _("Update Now!") action Function(UpdateCheck)

need to use action Function(func) instead of just action func() or else ren'py shits itself and starts calling that method like crazy (probably some incompatibility with how ren'py handles the 'game loop'

https://git.snootgame.xyz/Cavemanon/SnootGame/issues/21#issuecomment-521 ```diff - 727 textbutton _("Update Now!") action UpdateCheck() + 727 textbutton _("Update Now!") action Function(UpdateCheck) ``` need to use `action Function(func)` instead of just `action func()` or else ren'py shits itself and starts calling that method like crazy (probably some incompatibility with how ren'py handles the 'game loop'
coolestskinnieinthejungle added 1 commit 2021-06-24 05:18:52 +00:00
coolestskinnieinthejungle changed title from WIP: Correction to Fixes #7 - Game should be able to update itself to Correction to Fixes #7 - Game should be able to update itself 2021-06-24 05:19:09 +00:00

realized i went to sleep without pushing it lol

realized i went to sleep without pushing it lol
coolestskinnieinthejungle merged commit 06df0be4b5 into updates 2021-06-24 15:07:17 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cavemanon/SnootGame#42
No description provided.