going-rogue/erynrl
Eryn Wells 06ae79ccd0 Redo the configuration metchanism
- Allow passing a font on the command line via --font
- Move the engine configuration to its own module
- Redo entirely the font configuration: move it to the configuration module
- Pass the configuration object to the Map in place of the size argument
2023-02-12 14:24:36 -08:00
..
actions Correct some Direction type annotations 2023-02-09 21:05:05 -08:00
interface Move all the interface stuff to interface.Interface 2023-02-11 01:21:52 -08:00
map Redo the configuration metchanism 2023-02-12 14:24:36 -08:00
__init__.py Move the roguebasin package to erynrl 2022-05-12 09:05:27 -07:00
__main__.py Redo the configuration metchanism 2023-02-12 14:24:36 -08:00
ai.py Fix this import in ai.py 2023-02-10 22:37:26 -08:00
components.py PEP8 formatter changes 2023-02-10 21:25:00 -08:00
configuration.py Redo the configuration metchanism 2023-02-12 14:24:36 -08:00
engine.py Redo the configuration metchanism 2023-02-12 14:24:36 -08:00
events.py Draw a path from the hero to the current mouse point 2023-02-10 22:37:21 -08:00
geometry.py Use integer division for Rect.mid_y and Rect.mid_x 2023-02-10 21:13:49 -08:00
items.py Move the roguebasin package to erynrl 2022-05-12 09:05:27 -07:00
log.py Move all the logging to log.py and prefix all the log names with "erynrl" 2022-05-12 20:40:15 -07:00
messages.py Move all the interface stuff to interface.Interface 2023-02-11 01:21:52 -08:00
monsters.py Move the roguebasin package to erynrl 2022-05-12 09:05:27 -07:00
object.py Reformat some heckin' long initializers in object.py 2023-02-09 21:08:11 -08:00