Changed setCamZoom and setHudZoom from int to float

Now you can have float value cam/hud zooms :)

(Updated docs aswell)
This commit is contained in:
Carson Kompon
2021-05-21 13:48:42 -04:00
parent d7ceb0eaec
commit e0efa341b0
2 changed files with 4 additions and 4 deletions

View File

@ -199,11 +199,11 @@ Returns the current camera's x position
Returns the current camera's y position
##### setCamZoom(int zoomAmount)
##### setCamZoom(float zoomAmount)
Set's the current camera's zoom
##### setHudZoom(int zoomAmount)
##### setHudZoom(float zoomAmount)
Set's the hud's zoom