UNPKG

hathora-et-labora-game

Version:

Game logic reducer for Uwe Rosenberg's Ora et Labora

10 lines 206 B
export const config = (params) => (state) => { return { ...state, config: params, rondel: { pointingBefore: 0, }, }; }; //# sourceMappingURL=config.js.map