added todos

This commit is contained in:
Thilo Behnke
2022-06-28 23:40:52 +02:00
parent a9a9d14c03
commit 0cc7a499fc
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
export let killLoopOnError = true;
export let debug = false;
// TODO: Put field into store, canvas is only allowed to call method tick(). Parent can extract objects to include them into snapshot.
const field = FieldWrapper.new();
let canvas: any;

View File

@@ -27,6 +27,7 @@
}
$: if(session && session.state === SessionState.RUNNING) {
// TODO: Include objects
switch(session.type) {
case SessionType.HOST:
console.debug("sending host snapshot")