Skip to content

Commit ac66635

Browse files
committed
update docs
1 parent 8ddee14 commit ac66635

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

Diff for: public/about.html

-4
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,6 @@ <h2><a id="engine-api">Engine API</a></h2>
682682
// Triggers a game event and call its registered callbacks.
683683
emit(event: string, arg1?, arg2?, arg3?, arg4?): void
684684

685-
// Resizes the game canvas.
686-
// Also, emits the "resized" event.
687-
resize(width: number, height: number): void
688-
689685
// Sets the scale of the game's delta time (dt).
690686
// By default is equal to 1.
691687
// Values higher than 1 increase the speed of time,

0 commit comments

Comments
 (0)