Skip to content

Instantly share code, notes, and snippets.

View wsatchmo's full-sized avatar

Will S wsatchmo

View GitHub Profile
@netgfx
netgfx / modal-scene.js
Created December 17, 2019 15:05
Phaser 3 modal scene
/* "esversion": 6 */
import Phaser from 'phaser';
import constants from '../../../../config/constants';
import _ from 'lodash';
import {
Styles
} from "../../../utils/styles";
class ModalMissionScene extends Phaser.Scene {
constructor() {