じ☆ve冰风 发表于 2026-7-22 13:07:44

Custom Jump - Control jump height and duration

It allows for highly flexible event production.
You can also make it slide by setting the jump height to zero.
This video shows an example of this function combined with Transition200X.
https://twitter.com/i/web/status/1870944904135770568
Download
CustomJump.js Ver.1.0.0
MIT License

How to Use

this.setJumpData(height); //Set height
this.setJumpData(height, duration); //Set height and duration
this.setJumpData(null, duration); //Set duration
this.clearJumpData(); //Initialization

Specification
The player and the follower are linked.


本贴来自国际rpgmaker官方论坛作者:Awayamatana处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/custom-jump-control-jump-height-and-duration.174170/
页: [1]
查看完整版本: Custom Jump - Control jump height and duration