samme / phaser-plugin-inspector

View and change Phaser 3 game properties
https://codepen.io/collection/LPeVMY?grid_type=list
45 stars 2 forks source link

Tweakpane must be globalized when using the module #2

Closed samme closed 3 years ago

samme commented 3 years ago

Docs are incorrect.

import Tweakpane from 'tweakpane';

window.Tweakpane = Tweakpane;