My Bad
This commit is contained in:
parent
ec2a16b025
commit
190670c3b2
@ -32,6 +32,10 @@ function stepHit (step)
|
|||||||
-- do nothing
|
-- do nothing
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function keyPressed (key)
|
||||||
|
-- do nothing
|
||||||
|
end
|
||||||
|
|
||||||
print("Mod Chart script loaded :)")
|
print("Mod Chart script loaded :)")
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -146,7 +150,6 @@ Kade Engine provides a list of global variables to be used in the lua scripting
|
|||||||
| scrollSpeed | Int | The current scrollspeed |
|
| scrollSpeed | Int | The current scrollspeed |
|
||||||
| mustHit | Bool | If the current section is a must hit section |
|
| mustHit | Bool | If the current section is a must hit section |
|
||||||
| strumLineY | Float | The current Strum Line Y Position |
|
| strumLineY | Float | The current Strum Line Y Position |
|
||||||
| health | Float | The current health of the player |
|
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
|
|
||||||
@ -437,6 +440,13 @@ Smoothly fade in to an alpha
|
|||||||
|
|
||||||
Smoothly fade out to an alpha
|
Smoothly fade out to an alpha
|
||||||
|
|
||||||
|
##### changeBoyfriendCharacter(string id)
|
||||||
|
|
||||||
|
Changes the Boyfriend sprite to another character
|
||||||
|
|
||||||
|
##### changeDadCharacter(string id)
|
||||||
|
|
||||||
|
Changes the Dad sprite to another character
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -467,11 +477,3 @@ Sets the window's position
|
|||||||
##### resizeWindow(int width, int height)
|
##### resizeWindow(int width, int height)
|
||||||
|
|
||||||
Resizes the window
|
Resizes the window
|
||||||
|
|
||||||
|
|
||||||
### Misc
|
|
||||||
|
|
||||||
##### setHealth(float heal)
|
|
||||||
|
|
||||||
Sets the player's health
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user