Skip to content

Commit d036903

Browse files
committed
Fix types for examples
1 parent 6424cea commit d036903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-react/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import logo from './assets/logo.png'
66
import './App.css'
77

88
class MainScene extends Phaser.Scene {
9-
private helloWorld: Phaser.GameObjects.Text
9+
private helloWorld!: Phaser.GameObjects.Text
1010

1111
init () {
1212
this.cameras.main.setBackgroundColor('#24252A')

0 commit comments

Comments
 (0)