From 66faab400fe825327999908a1b02bfe9281b124f Mon Sep 17 00:00:00 2001 From: Scott Tyrus Washburn Date: Sat, 16 Sep 2023 14:12:03 -0500 Subject: [PATCH] plugindesc text now includes target "MZ" for Tyruswoo_TileControl.js v1.1.1 plugindesc text now includes target "MZ" for Tyruswoo_TileControl.js v1.1.1 --- Tyruswoo_TileControl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tyruswoo_TileControl.js b/Tyruswoo_TileControl.js index cb551aa..2990eff 100644 --- a/Tyruswoo_TileControl.js +++ b/Tyruswoo_TileControl.js @@ -36,7 +36,7 @@ Tyruswoo.TileControl = Tyruswoo.TileControl || {}; /*: * @target MZ - * @plugindesc v1.1.1 Change tiles dynamically during gameplay! + * @plugindesc MZ v1.1.1 Change tiles dynamically during gameplay! * @author Tyruswoo & McKathlin * @url https://www.tyruswoo.com * @@ -1709,4 +1709,4 @@ Tyruswoo.TileControl = Tyruswoo.TileControl || {}; return false; }; -})(); \ No newline at end of file +})();