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