You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/prefabs/water/water.ts(26,18): error TS2339: Property 'beginFill' does not exist on type 'Graphics'.
src/prefabs/water/water.ts(28,18): error TS2339: Property 'drawPolygon' does not exist on type 'Graphics'.
src/states/main.ts(60,23): error TS2339: Property 'clear' does not exist on type 'Graphics'.
src/states/main.ts(62,23): error TS2339: Property 'endFill' does not exist on type 'Graphics'.
I fixed it by installing phaser-ce@2.8.1
The text was updated successfully, but these errors were encountered:
I get these errors:
I fixed it by installing
phaser-ce@2.8.1
The text was updated successfully, but these errors were encountered: