This website requires JavaScript.
Explore
Help
Sign In
scip
/
openquell
Watch
1
Star
0
Fork
0
You've already forked openquell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openquell
/
components
History
Thomas von Dein
451b66a53d
obstacle collision fixes, player alive checks, player remove
...
workaround, see TODO
2024-02-26 19:07:35 +01:00
..
components.go
fixed higher speed collisions, removed Speed comp, put into Velocity
2024-02-26 12:56:12 +01:00
destroyable.go
added hidden doors/destroyable walls, fixed game reloading (tile clone)
2024-02-25 14:05:44 +01:00
player.go
added primary and secondary player mode
2024-02-22 19:40:49 +01:00
position.go
obstacle collision fixes, player alive checks, player remove
2024-02-26 19:07:35 +01:00
timer.go
added stop timer to add a delay after level end
2024-02-13 18:15:52 +01:00
transient.go
added transient entities: when crossed, turns into wall tile
2024-02-22 14:33:01 +01:00
velocity.go
fixed higher speed collisions, removed Speed comp, put into Velocity
2024-02-26 12:56:12 +01:00