Adding health stuff to Modcharts

This commit is contained in:
craftersshaft
2021-05-25 16:03:45 -04:00
parent e02d9a546f
commit 1af694d72d
3 changed files with 43 additions and 3 deletions

View File

@ -145,6 +145,7 @@ Kade Engine provides a list of global variables to be used in the lua scripting
| scrollSpeed | Int | The current scrollspeed |
| mustHit | Bool | If the current section is a must hit section |
| strumLineY | Float | The current Strum Line Y Position |
| health | Float | The current health of the player |
## Functions
@ -465,3 +466,11 @@ Sets the window's position
##### resizeWindow(int width, int height)
Resizes the window
### Misc
##### setHealth(float heal)
Sets the player's health