Created
January 18, 2015 02:49
-
-
Save recursor94/35ffca774a5bd1dd8f68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boot.ts(12,17): error TS2339: Property 'disableVisabilityChange' does not exist on type 'Stage'. | |
boot.ts(15,20): error TS2339: Property 'pageAlignHorizontally' does not exist on type 'Point'. | |
boot.ts(20,14): error TS2339: Property 'scaleMode' does not exist on type 'Stage'. | |
boot.ts(20,33): error TS2339: Property 'StageScaleMode' does not exist on type 'typeof Phaser'. | |
boot.ts(21,14): error TS2339: Property 'forceLandscape' does not exist on type 'Stage'. | |
boot.ts(22,20): error TS2339: Property 'pageAlignHorizontally' does not exist on type 'Point'. | |
boot.ts(23,20): error TS2339: Property 'setScreenSize' does not exist on type 'Point'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment