Skip to content

Commit

Permalink
Updated version number and history.
Browse files Browse the repository at this point in the history
  • Loading branch information
McKathlin committed Aug 30, 2023
1 parent 81958d6 commit ba9033c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ $gameMap.recalculateCollisionMesh(); | This is the script call run by the plugin
preceded by a Show Text command. (Ensured a command101 alias method
returns a boolean value as expected by the current MZ corescript.)

**v0.6.1** - 8/30/2023
- This plugin is now free and open source under the [MIT license](https://opensource.org/license/mit/).

> **Remember, only you can build your dreams!**
>
> *Tyruswoo*
5 changes: 4 additions & 1 deletion Tyruswoo_AltimitMovement.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Tyruswoo.AltimitMovement = Tyruswoo.AltimitMovement || {};

/*:
* @target MZ
* @plugindesc MZ v0.6 Patched AltimitMovement to work with Tyruswoo_TileControl.
* @plugindesc MZ v0.6.1 Patched AltimitMovement to work with Tyruswoo_TileControl.
* @author Tyruswoo and Altimit Community
* @url https://www.tyruswoo.com
*
Expand Down Expand Up @@ -86,6 +86,9 @@ Tyruswoo.AltimitMovement = Tyruswoo.AltimitMovement || {};
* - Fixed a bug in which a Show Choices command could happen twice when
* preceded by a Show Text command. (Ensured a command101 alias method
* returns a boolean value as expected by the current MZ corescript.)
*
* v0.6.1 8/30/2023
* - This plugin is now free and open source under the MIT license.
* ============================================================================
* MIT License
*
Expand Down

0 comments on commit ba9033c

Please sign in to comment.