mirror of
https://github.com/duckduckdoof/miniopolis.git
synced 2025-03-21 11:21:21 +00:00
10 lines
No EOL
288 B
Python
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 --------------------------------------------------------- |