Impact
Impact copied to clipboard
HTML5 Game Engine
When moving from one-way tiles to upward slopes, entities would get stuck at the edge of the slope and require upwards momentum to be able to continue moving forwards. **Here's...
i do not like video tutorials.
Weltmeister will produce invalid level JSON if a double-quote is used anywhere in the settings of one of your entities. For example: Say you have an Entity called `EntityText`, and...
The `JSONFormat` function is currently found inside jquery-1.7.1.min.js https://github.com/phoboslab/Impact/blob/ca59f0e1a443a2667c5c0579ae74fdb67a1c3dcb/lib/weltmeister/jquery-1.7.1.min.js#L105-L155 However, it does not seem to be related to jQuery in any way, and should probably be in its own file...
Would be nice to be able to bake games without having PHP installed. Just have a bake.js file that does everything that bake.php does.
Fix #33
I using Impact 4.9.1 on 1.12.2 with mods, in xray options no tin ore from industrial craft 2 (my english is shit)
`ig.Entity.seperateOnXAxis` should be `ig.Entity.separateOnXAxis`. `ig.Entity.seperateOnYAxis` should be `ig.Entity.separateOnYAxis`.
The engine uses: https://developer.mozilla.org/en-US/docs/Web/API/Element/mousewheel_event https://github.com/phoboslab/Impact/blob/301f54427a769f7c0c9b7990c960a554928bea6a/lib/impact/input.js#L160 https://github.com/phoboslab/Impact/blob/301f54427a769f7c0c9b7990c960a554928bea6a/lib/weltmeister/evented-input.js#L58 which is apparently deprecated > This feature is no longer recommended. Though some browsers might still support it, it may have already been removed...
I suppose it would be nice if the "link with collision layer" feature supported non-matching tilesizes. For example, the main layer could be tilesize=16, and the collision map could be...