aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
AgeCommit message (Collapse)Author
2024-04-08fix: send inputs via messages instead of inputLibravatar Alexander Foremny
It appears as if lightyear inputs are supposed to be keys that are being held down. This abstraction does not fit well with our inputs, which are one-time actions. In particular, I've found inputs being missed. We hope to improve upon this, by sending inputs as lightyear messages via a reliable, oredered channel.
2024-03-15feat: players can teleportLibravatar Alexander Foremny
2024-03-13initLibravatar Alexander Foremny