proper saving

This commit is contained in:
2023-10-10 22:37:58 +00:00
parent 661d29a01c
commit cff5483325
11 changed files with 171 additions and 144 deletions

View File

@@ -716,6 +716,7 @@ preprimum.scale = 1;
preprimum.gscale = function() { return 1; };
preprimum.pos = [0,0];
preprimum.angle = 0;
preprimum.remove_obj = function() {};
var World = preprimum.make(preprimum);
var Primum = World;
Primum.level = undefined;