Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Horizontal Scrolling Move - HorizontalScrollingMove.js
Plugin desc : Horizontal scrolling plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/HorizontalScrollingMove.js
File name : HorizontalScrollingMove.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Horizontal scrolling plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Limits the character's movement to left and right. This is primarily intended for character movement in side-scrolling games. However, ladder-type tiles are an exception, as they will face up. Setting the following tag for the event will disable side-scrolling movement. <HSOff> Only valid when the specified switch is ON. This plugin does not have any plugin commands. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param ValidSwitchId @text Valid Switch Number @desc Switch number that enables horizontal scrolling. Specifying 0 will always enable it. @type switch @default 0 @param ValidUpPlayer @desc Allows upward movement when the player moves up and down. @type boolean @default false @param ValidUpEvent @desc Allows upward movement when events move up and down. @type boolean @default false @param ImageOnly @desc Only the graphics are limited to turning left and right, but the actual character will turn normally. @type boolean @default false