JiYouMCC / FlightRisingTool

:dragon: Flight Rising Game's Tool
https://jiyoumcc.github.io/FlightRisingTool
MIT License
17 stars 26 forks source link

allow different lines #148

Closed JiYouMCC closed 3 years ago

JiYouMCC commented 3 years ago
["1", "father A", "M", [0, 1], "", ""],
["2", "mother", "F", [1, 2], "", ""],
["6", "father B", "M", [0, 3], "", ""],
["3", "child A1", "M", [2, 0.5], "1", "2"],
["4", "child A2", "F", [3, 1], "1", "2"],
["5", "child A3", "F", [4, 1.5], "1", "2"],
["7", "child B1", "F", [2, 3.5], "6", "2"],
["8", "child B2", "F", [3, 3], "6", "2"],
["9", "child B3", "F", [4, 2.5], "6", "2"]

download (1)