2022-11-28 19:41:44 +00:00
|
|
|
package d2sequence
|
|
|
|
|
|
2022-11-28 21:08:52 +00:00
|
|
|
// leaves at least 25 units of space on the left/right when computing the space required between actors
|
|
|
|
|
const HORIZONTAL_PAD = 50.
|
2022-11-28 19:41:44 +00:00
|
|
|
|
|
|
|
|
const MIN_ACTOR_DISTANCE = 200.
|
|
|
|
|
|
|
|
|
|
// min vertical distance between edges
|
|
|
|
|
const MIN_EDGE_DISTANCE = 100.
|