miniopolis/lib/engine/game_config.py

10 lines
288 B
Python
Raw Normal View History

2025-02-04 14:43:54 -05:00
"""
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 ---------------------------------------------------------