Skip to content

Commit 182e314

Browse files
v1.3b
1 parent 6fce8c8 commit 182e314

File tree

9 files changed

+10
-9
lines changed

9 files changed

+10
-9
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
- bungcip
1414
- white-mns
1515
- rev2nym
16+
- seea17

js/rpg_core/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Utils.RPGMAKER_NAME = 'MV';
2828
*/
2929
Utils.RPGMAKER_VERSION = "1.6.1";
3030

31-
Utils.RPGMAKER_ENGINE = "community-1.3";
31+
Utils.RPGMAKER_ENGINE = "community-1.3b";
3232

3333
/**
3434
* Checks whether the option is in the query string.

js/rpg_core/_header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//=============================================================================
2-
// rpg_core.js v1.6.1 (community-1.3)
2+
// rpg_core.js v1.6.1 (community-1.3b)
33
//=============================================================================

js/rpg_managers/_header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//=============================================================================
2-
// rpg_managers.js v1.6.1 (community-1.3)
2+
// rpg_managers.js v1.6.1 (community-1.3b)
33
//=============================================================================

js/rpg_objects/_header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//=============================================================================
2-
// rpg_objects.js v1.6.1 (community-1.3)
2+
// rpg_objects.js v1.6.1 (community-1.3b)
33
//=============================================================================

js/rpg_scenes/_header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//=============================================================================
2-
// rpg_scenes.js v1.6.1 (community-1.3)
2+
// rpg_scenes.js v1.6.1 (community-1.3b)
33
//=============================================================================

js/rpg_sprites/_header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//=============================================================================
2-
// rpg_sprites.js v1.6.1 (community-1.3)
2+
// rpg_sprites.js v1.6.1 (community-1.3b)
33
//=============================================================================

js/rpg_windows/_header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//=============================================================================
2-
// rpg_windows.js v1.6.1 (community-1.3)
2+
// rpg_windows.js v1.6.1 (community-1.3b)
33
//=============================================================================

plugins/Community_Basic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*:
2-
* @plugindesc Basic plugin for manipulating important parameters..
2+
* @plugindesc Basic plugin for manipulating important parameters.
33
* @author RM CoreScript team
44
*
55
* @help
6-
* Basic plugin for manipulating important parameters..
6+
* Basic plugin for manipulating important parameters.
77
* There is no plugin command.
88
*
99
* Caching images improves performance but increases memory allocation.

0 commit comments

Comments
 (0)