summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2022-04-19Finish rule system; add burn and sink; particle effects on kill, sinkLogan Hunt
2022-04-18Wow this is some shitty fucking code god damnLogan Hunt
2022-04-11Move particle stuff to a system to simplify spawning particlesLogan Hunt
2022-04-10Unlimited undo; add spritename component instead of sprites on each entity; ↵Logan Hunt
update canvas on game object
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-02the mess that is pushablephat_sumo
2022-04-02Simple controlling systemLogan Hunt
2022-04-02Grid system & simple physicsLogan Hunt
2022-04-01Fix spritesLogan Hunt