Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
/ ObjectModifiers Public archive

Make your gameplay incredibly dynamic with ObjectModifiers!

Notifications You must be signed in to change notification settings

RTMecha/ObjectModifiers

Repository files navigation

ObjectModifiers

Customize your gameplay with codeblock-like triggers and actions!

Triggers and Actions are Modifiers that are stored within an object extension. Triggers activate before Actions so they can act as an "if" codeblock.

Few examples for Triggers and Actions include the following:

  • setPitch (Action)
  • blur (Action)
  • particleSystem (Action)
  • playerCollide (Trigger)
  • loadEquals (Trigger)
  • And more!