Uh oh!
There was an error while loading. Please reload this page.
chore: update maps to latest version of ethereal engine - #12
chore: update maps to latest version of ethereal engine#12aditya-mitra wants to merge 13 commits into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| return s.merge({ | ||
| center: action.centerPoint, | ||
| switch(action.type) { | ||
| case 'map.INITIALIZE': return state.merge({ |
There was a problem hiding this comment.
this should be refactored to use the defineActionQueue API
| const $previousMapCenterPoint: LongLat = Array(2) | ||
| export default async function MapUpdateSystem(world: World): Promise<System> { | ||
| export default async function MapUpdateSystem(): Promise<any> { |
There was a problem hiding this comment.
systems now use defineSystem which takes execute as an argument. any async logic should be done in a reactor on the system defintion
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
chore: added debug statements in functions and phases
closes#6