react-game-engine
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -101,7 +101,7 @@ module.exports = | ||
var DefaultTimer = function () { | ||
function DefaultTimer() { | ||
var Timer = function () { | ||
function Timer() { | ||
var _this = this; | ||
_classCallCheck(this, DefaultTimer); | ||
_classCallCheck(this, Timer); | ||
@@ -122,3 +122,3 @@ this.loop = function (time) { | ||
_createClass(DefaultTimer, [{ | ||
_createClass(Timer, [{ | ||
key: "start", | ||
@@ -152,6 +152,6 @@ value: function start() { | ||
return DefaultTimer; | ||
return Timer; | ||
}(); | ||
exports.default = DefaultTimer; | ||
exports.default = Timer; | ||
@@ -435,3 +435,4 @@ /***/ }), | ||
style: _extends({}, css.container, this.props.style), | ||
className: this.props.className | ||
className: this.props.className, | ||
tabIndex: 0 | ||
}, this.inputHandlers), | ||
@@ -459,3 +460,4 @@ this.state.entities ? this.props.renderer(this.state.entities, this.screen) : null, | ||
container: { | ||
flex: 1 | ||
flex: 1, | ||
outline: "none" | ||
} | ||
@@ -462,0 +464,0 @@ }; |
{ | ||
"name": "react-game-engine", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A lightweight game engine for React projects", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24691
516