Skip to content

Commit 75cc6a7

Browse files
committed
Added World.setBounds to the TypeScript defs (fix phaserjs#649)
1 parent 9aae0df commit 75cc6a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/phaser.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4516,6 +4516,7 @@ declare module Phaser {
45164516
width: number;
45174517

45184518
boot(): void;
4519+
setBounds(x: number, y: number, width: number, height: number): void;
45194520
shutdown(): void;
45204521

45214522
}

0 commit comments

Comments
 (0)