add new sounds && refactor && new bg images && form redesigns
This commit is contained in:
@@ -40,9 +40,7 @@ class MineSeeker extends React.Component {
|
||||
websocket.on("socket/connect", (session) => {
|
||||
console.info("Successfully connected to the Server!");
|
||||
|
||||
if (!this.state.gameInherited) {
|
||||
var gridClient = new Grid().state.grid;
|
||||
}
|
||||
var gridClient = this.state.gameInherited || new Grid().state.grid;
|
||||
|
||||
/**
|
||||
* Connect - RPC
|
||||
@@ -65,7 +63,7 @@ class MineSeeker extends React.Component {
|
||||
session: this.state.session,
|
||||
channel: this.state.channel,
|
||||
overlay: true,
|
||||
overlayTitle: "We are waiting for your opponent bazmeg...",
|
||||
overlayTitle: "We are waiting for your opponent...",
|
||||
overlaySubTitle: this.state.gameAssoc
|
||||
? <a href={"/play/" + this.state.gameAssoc} target="_blank">Play w/ me!</a>
|
||||
: ''
|
||||
|
||||
Reference in New Issue
Block a user