summaryrefslogtreecommitdiff
path: root/src/systems
AgeCommit message (Collapse)Author
2022-04-18Wow this is some shitty fucking code god damnLogan Hunt
2022-04-12Add menuing system with level select and control changingLogan Hunt
2022-04-11Remove swp'sLogan Hunt
2022-04-11Move particle stuff to a system to simplify spawning particlesLogan Hunt
2022-04-10Forgot about that. WhoopsLogan 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; ↵Logan Hunt
update canvas on game object
2022-04-07Add particles to pushing entitiesLogan Hunt
2022-04-05Added collision system, added changedId's which doesn't do anything rnLogan Hunt
2022-04-05Checkpoint with particlesLogan Hunt
2022-04-05Add stop component; entites are stackable when they arrive at a stop ↵Logan Hunt
component. Maybe this is wrong?
2022-04-04Fix flickering issue by having singleton sprites; add loading priority; load ↵Logan Hunt
levels from source
2022-04-04Fix moveable components when multiple moveable entitiesLogan Hunt
2022-04-04Fix pushable bugsLogan Hunt
2022-04-02Movement bug with two+ pushable entitiesLogan Hunt
2022-04-02the mess that is pushablephat_sumo
2022-04-02Simple controlling systemLogan Hunt
2022-04-02Fix out-of-bounds issuesLogan Hunt
2022-04-02Grid system & simple physicsLogan Hunt
2022-04-01Fix spritesLogan Hunt