miniopolis/lib/engine/game_config.py
2025-02-04 14:43:54 -05:00

10 lines
No EOL
288 B
Python

"""
game_config.py
author: Caleb Scott
Configuration file for game objects (like setting default rates, types, etc.).
This is not the same as scene_config.py, which configures the scene (visuals, sprites, etc.).
"""
# CONSTANTS ---------------------------------------------------------