Lua - Z11Coding/Mixtape-Engine-Rework GitHub Wiki

The new LUA things are as follows:

Variables

  • mixtapeVersion: The version of Mixtape Engine. Formatted just like version.
  • dadGhost: The ghost that shows up when more than one note is pressed at a time.
  • bfGhost: The ghost that shows up when more than one note is pressed at a time.
  • mania: The mania of the current song
  • whosTurn: (from FNF WEEKLY) an alternative variable for camera movement

Functions

  • getCursorMode: Gets the current mode of the cursor as a string
  • setCursorMode: Sets the cursor mode. The modes are as follows:
  • Default
  • Eraser
  • Grabbing
  • Hourglass
  • Pointer
  • Text
  • ZoomIn
  • ZoomOut
  • Crosshair
  • Cell
  • Scroll
  • setGameOverVideo: When the player dies, instead of the usual game over screen, it plays a video you choose
  • makeVideoSprite: creates a video that acts like a normal sprite