init
This commit is contained in:
commit
9c96c9f828
11 changed files with 2239 additions and 0 deletions
22
fight_configs/300_000.ron
Normal file
22
fight_configs/300_000.ron
Normal file
|
@ -0,0 +1,22 @@
|
|||
(
|
||||
teams: [
|
||||
(
|
||||
color: (255, 0, 0),
|
||||
position: (0.0, 0.0),
|
||||
radius: 100.0,
|
||||
count: 100000,
|
||||
),
|
||||
(
|
||||
color: (0, 255, 0),
|
||||
position: (0.0, 1000.0),
|
||||
radius: 100.0,
|
||||
count: 100000,
|
||||
),
|
||||
(
|
||||
color: (0, 0, 255),
|
||||
position: (800.0, 500.0),
|
||||
radius: 100.0,
|
||||
count: 100000,
|
||||
),
|
||||
],
|
||||
)
|
22
fight_configs/30_000.ron
Normal file
22
fight_configs/30_000.ron
Normal file
|
@ -0,0 +1,22 @@
|
|||
(
|
||||
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,
|
||||
),
|
||||
],
|
||||
)
|
22
fight_configs/default.ron
Normal file
22
fight_configs/default.ron
Normal file
|
@ -0,0 +1,22 @@
|
|||
(
|
||||
teams: [
|
||||
(
|
||||
color: (255, 0, 0),
|
||||
position: (0.0, 0.0),
|
||||
radius: 100.0,
|
||||
count: 1000,
|
||||
),
|
||||
(
|
||||
color: (0, 255, 0),
|
||||
position: (0.0, 1000.0),
|
||||
radius: 100.0,
|
||||
count: 1000,
|
||||
),
|
||||
(
|
||||
color: (0, 0, 255),
|
||||
position: (800.0, 500.0),
|
||||
radius: 100.0,
|
||||
count: 1000,
|
||||
),
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue