Skip to content

Tag: game-engine

Incomprehensible object reassignment in javascript

I’ve been looking at the examples of this game engine and I really don’t understand why it reassigns the object, I code in java and I’m learning javascript, it may be a concept error. example https://blacksmith2d.io/Docs/Examples/Arcade-Physics/CollisionEvents onassetsLoaded() event he is se…