Skip to content

Mico27/gbs-ScreenScrollPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gbs-ScreenScrollPlugin

Screen Scroll plugin between scenes for GBS

How to use: all default scene types are supported. Due to how scene scrolling works, the maximum size of a scene is halved (max width = 128 tiles and max height = 128 tiles) Scenes can be bigger than the screen size, however, neighboring scenes must match the same size of the side it is connected to. If you are displaying a hud at the bottom, you can set in the screenscroll settings a bottom margin the size of the height of your hud in tile. For a hud displayed to the right side, add the right margin to the width of your hud in tile. For a hud displayed on top, set the bottom margin to the size of the height of your hud in tile and set the top scroll offset to the size of the height of the hud in pixels.

image

To be able to make a scene able to screen scroll into another scene, add the "add neighbour scene" event in the init of the scene. There is no need to add a trigger on the edge of the scene with a "change scene event" on it. The plugin takes care of it. Click the rounding tile checkbox if you are using the TopDown scene type.

Also make sure you use a common tileset between the scene that you are scrolling to. (Click on the puzzle piece on a scene to assign a common tileset)

Screen.Recording.2026-03-02.214222.mp4
Screen.Recording.2026-03-02.214343.mp4
Screen.Recording.2026-03-02.214528.mp4
Screen.Recording.2026-03-02.214643.mp4

About

Single Scene Screen Scroll plugin for GBS

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors