We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6459bca commit 8e16d03Copy full SHA for 8e16d03
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-hex-engine",
3
"description": "Hexagon Map Editor and Game Engine",
4
- "version": "0.2.0-rc.10",
+ "version": "0.2.0",
5
"main": "lib/index.js",
6
"author": "IcculusC",
7
"repository": "IcculusC/react-hex-engine",
src/Hexagon/Hexagon.js
@@ -60,7 +60,8 @@ class Hexagon extends Component {
60
61
state = {
62
hex: {},
63
- hovered: false
+ hovered: false,
64
+ pixel: {}
65
};
66
67
constructor(props) {
0 commit comments