-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the indexes in program fixed the bugs of the cards
- Loading branch information
1 parent
ed0adb5
commit a4ecd8f
Showing
3 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
map:demo.map | ||
|
||
[Continents] | ||
1 Asia 201 | ||
2 Europe 202 | ||
|
||
[Countries] | ||
2 China 1 | ||
3 Russia 1 | ||
4 Germany 2 | ||
6 France 2 | ||
1 India 1 | ||
5 Italy 2 | ||
|
||
[Borders] | ||
2 3 1 | ||
3 2 6 | ||
4 5 | ||
6 3 5 | ||
1 2 5 | ||
5 4 6 1 |