(hopefully) improved reconciliation
This commit is contained in:
parent
c35c18bbbc
commit
5c936df3f6
2 changed files with 95 additions and 36 deletions
|
@ -88,6 +88,8 @@ export function init(http_server) {
|
|||
name: prop.name,
|
||||
x: prop.x,
|
||||
y: prop.y,
|
||||
xv: prop.xv,
|
||||
yv: prop.yv,
|
||||
col: prop.colour,
|
||||
sprite: prop.sprite,
|
||||
}
|
||||
|
@ -193,6 +195,8 @@ function update() {
|
|||
frame_props[id] = {
|
||||
x: prop.x,
|
||||
y: prop.y,
|
||||
xv: prop.xv,
|
||||
yv: prop.yv,
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue