Initial commit

This commit is contained in:
GrapeshotGames 2018-12-22 10:02:57 -05:00
parent 1aecbe009b
commit a172b4ab3b
469 changed files with 119758 additions and 0 deletions

20
Data/config-backup.json Normal file
View file

@ -0,0 +1,20 @@
{
"bond": {
"name": "bond",
"x": 10000.0,
"y": 10000.0,
"imagePath": "./IslandImages/bond_img.png"
},
"777773": {
"name": "777773",
"x": 5003.0,
"y": 5003.0,
"imagePath": "./IslandImages/777773_img.png"
},
"inception": {
"name": "inception",
"x": 5000.0,
"y": 5000.0,
"imagePath": "./IslandImages/inception_img.png"
}
}