react-game-engine
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -259,2 +259,3 @@ module.exports = | ||
_this.dispatch({ type: "started" }); | ||
_this.refs.container.focus(); | ||
}; | ||
@@ -432,2 +433,3 @@ | ||
_extends({ | ||
ref: "container", | ||
style: _extends({}, css.container, this.props.style), | ||
@@ -509,2 +511,3 @@ className: this.props.className, | ||
_this.timer.start(); | ||
_this.refs.container.focus(); | ||
}; | ||
@@ -582,2 +585,3 @@ | ||
_extends({ | ||
ref: "container", | ||
style: _extends({}, css.container, this.props.style), | ||
@@ -584,0 +588,0 @@ className: this.props.className, |
{ | ||
"name": "react-game-engine", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A lightweight game engine for React projects", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
24863
522