Skip to content

inflated-goboscript/ease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ease.gs

smooth movement

This is an easing library which is built for goboscript. It is designed to be used with inflator.

Usage

Configure the easing timer

If you want to set the easing timer to something other than just the timer (e.g. you want to add an offset), do the following above the %include of ease.gs:

  • %define EASING_TIMER (without brackets) to something new.
  • %define EASE_SET_EASING_TIMER

Credits

Installation

Make sure you have inflator installed

inflate install https://github.com/FAReTek1/ease

add ease to your inflator.toml config:

[dependencies]
# ...
ease = "https://github.com/FAReTek1/ease"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/FAReTek1/ease
  2. cd ease
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3