removed redux

This commit is contained in:
ntr
2018-11-22 12:34:39 +11:00
parent 24d7fa99c6
commit 9651f57a78
6 changed files with 50 additions and 77 deletions
+1
View File
@@ -11,6 +11,7 @@ class CrypList extends Phaser.Scene {
create() {
this.registry.events.on('changedata', this.updateData, this);
this.registry.events.on('setdata', this.updateData, this);
return true;
}
+1 -2
View File
@@ -5,10 +5,9 @@ const Menu = require('./menu');
const Combat = require('./combat');
// const Passives = require('./passives');
function renderCryps(store, socket) {
function renderCryps() {
const config = {
type: Phaser.AUTO,
// parent: 'cryps',
backgroundColor: '#181818',
resolution: window.devicePixelRatio,
width: window.innerWidth,