Changed getCamX/Y to getCameraX/Y

There is no getCamX/Y, and causes the game to crash :p
This commit is contained in:
Carson Kompon 2021-05-22 01:57:00 -04:00
parent a5d24d2196
commit cc023d96d9

View File

@ -191,11 +191,11 @@ Returns the hud's y position
Set's the current camera's position in space Set's the current camera's position in space
##### getCamX() ##### getCameraX()
Returns the current camera's x position Returns the current camera's x position
##### getCamY() ##### getCameraY()
Returns the current camera's y position Returns the current camera's y position
@ -424,3 +424,34 @@ Smoothly fade in to an alpha
##### tweenFadeOut(string/int id, float toAlpha, float time, string onComplete) ##### tweenFadeOut(string/int id, float toAlpha, float time, string onComplete)
Smoothly fade out to an alpha Smoothly fade out to an alpha
### Window & Screen
##### getWindowX()
Returns the window's x position
##### getWindowY()
Returns the window's y position
##### getScreenWidth()
Returns the width of the screen
##### getScreenHeight()
Returns the height of the screen
##### setWindowPos(int x, int y)
Sets the window's position
##### resizeWindow(int width, int height)
Resizes the window