mud/tests
Jared Miller 93ad4523e2
Make flying a toggle state
fly with no args toggles flying on/off. Movement commands (fly east,
etc) only work while airborne. "You aren't flying." if you try to
move without toggling on first. Player.flying field tracks the state.
2026-02-07 14:48:42 -05:00
..
test_ansi.py Add seed-based terrain world with movement and viewport 2026-02-07 13:27:44 -05:00
test_commands.py Add fly command with cloud trail effects 2026-02-07 14:48:42 -05:00
test_effects.py Add fly command with cloud trail effects 2026-02-07 14:48:42 -05:00
test_fly.py Make flying a toggle state 2026-02-07 14:48:42 -05:00
test_import.py Add first generation 2026-02-07 09:45:48 -05:00
test_server.py Add seed-based terrain world with movement and viewport 2026-02-07 13:27:44 -05:00
test_terrain.py Make world wrap seamlessly in both axes 2026-02-07 13:50:06 -05:00