summaryrefslogtreecommitdiff
path: root/src/systems/keyboardInput.js
AgeCommit message (Expand)Author
2022-04-19Finish rule system; add burn and sink; particle effects on kill, sinkLogan Hunt
2022-04-12Add menuing system with level select and control changingLogan Hunt
2022-04-11Move particle stuff to a system to simplify spawning particlesLogan Hunt
2022-04-10Make sure we don't double-buffer an input causing undo to become stuckLogan Hunt
2022-04-10Unlimited undo; add spritename component instead of sprites on each entity; u...Logan Hunt
2022-04-05Added collision system, added changedId's which doesn't do anything rnLogan Hunt
2022-04-04Fix moveable components when multiple moveable entitiesLogan Hunt
2022-04-02Simple controlling systemLogan Hunt