initial level store work

This commit is contained in:
Peter Cottle 2015-03-29 14:24:44 -07:00
parent 5e2640a0d9
commit 304633228c
3 changed files with 123 additions and 0 deletions

View file

@ -19,6 +19,8 @@ module.exports = {
},
ActionTypes: keyMirror({
SET_LEVEL_SOLVED: null,
RESET_LEVELS_SOLVED: null,
CHANGE_IS_ANIMATING: null,
CHANGE_FLIP_TREE_Y: null,
SUBMIT_COMMAND: null,