add gif for animations; unique anim types

This commit is contained in:
2023-09-24 16:26:44 +00:00
parent 174a9ed586
commit 0256f4cd15
18 changed files with 1006 additions and 20991 deletions

View File

@@ -221,7 +221,7 @@ var timer = {
return;
}
var t = clone(this);
var t = Object.create(this);
t.callback = fn;
var guardfn = function() {
if (typeof t.callback === 'function')
@@ -803,7 +803,6 @@ function save_game_configs() {
load("scripts/physics.js");
Game.view_camera = function(cam)
{
Game.camera = cam;