pixel_fight/fight_configs/30_000.ron
2022-09-04 01:12:34 +02:00

22 lines
466 B
Text

(
teams: [
Team (
color: (255, 0, 0),
position: (0.0, 0.0),
radius: 100.0,
count: 10000,
),
Team (
color: (0, 255, 0),
position: (0.0, 1000.0),
radius: 100.0,
count: 10000,
),
Team (
color: (0, 0, 255),
position: (800.0, 500.0),
radius: 100.0,
count: 10000,
),
],
)