dasfasdf
Json
code posted
created at 02 Jun 16:22
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
// This is a decription of a serialized game ready to be imported { // Game UUID 'game_id': '0edf5b66-4948-1168-b05a-000393ae7dbe', 'name': 'Spillet om Aksis', 'introduction': 'Velkommen til dette testspillet. Det g\xe5r ut p\xe5 \xe5 gj\xf8re masse rare ting', 'map': { // The bounds of the map image. // Indexes corresponds to: // (Northeast) // ------- [2,3] // | | // | | // [0,1] ------- // (Southwest) // Where 0 and 2 are lat and 1 and 3 are lon 'bounds': [60.383138286839355, 5.3189233283996584, 60.389294792446655, 5.3321715850830076], // Name of map image file relative to the location of this file 'image': 'map.jpg' }, // Points in this game 'points': [ { 'name': 'Spillet er i gang!', 'text': 'N\xe5 kan du gjette hvor du skal g\xe5 videre.', 'id': 23, 'order': 1, 'icon': 'icons/1.png', 'location': [60.385628822517141, 5.3271675109863281], 'hints': [] }, { 'name': 'Lille lungeg\xe5rdsvann', 'text': 'Har du sv\xf8mt?', 'id': 24, 'order': 2, 'icon': 'icons/2.png', 'location': [60.390442465724497, 5.3284120559692383], 'hints': [ { 'id': 7, 'name': 'M\xf8llene 1', 'text': 'I 1807 l\xe5 det m\xf8ller langs Muleelven, som i dag g\xe5r under bakken. Den rant gjennom parken like nedenfor Mon Plaisir' }, { 'id': 9, 'name': 'Repslageri 1', 'text': 'Repslageriene er lette bygninger \xe5 kjenne igjen. De er lange, rette og smale hus, like lange som tauene selv. De m\xe5tte v\xe6re s\xe5 lange p\xe5 grunn av at tauet ikke kunne bli v\xe5tt mens det ble laget.' } ] },{ 'name': 'Aksis', 'text': 'Allegaten 27', 'id': 20, 'location': [60.385697038609813, 5.3270816802978516], 'hints': [], 'order': 3, 'icon': 'icons/3.png' }, { 'name': 'Fysisk institutt', 'text': '', 'id': 21, 'location': [60.384138286839352, 5.3301715850830078], 'hints': [], 'order': 4, 'icon': 'icons/4.png' }, { 'name': 'Lyder Sagens gate 21', 'text': '', 'id': 22, 'location': [60.387732846936721, 5.3297209739685059], 'hints': [], 'order': 5, 'icon': 'icons/5.png' }, { 'name': 'Fosswinkel', 'text': '', 'id': 25, 'location': [60.388294792446658, 5.324249267578125], 'hints': [], 'order': 6, 'icon': 'icons/6.png' }, { 'name': 'Studentsenter', 'text': '', 'id': 26, 'location': [60.386884609095127, 5.3209233283996582], 'hints': [], 'order': 8, 'icon': null }, { 'name': 'Tilbake til start', 'text': '', 'id': 27, 'location': [60.386078762365138, 5.3268027305603027], 'game_id': 5, 'hints': [], 'order': 7, 'icon': null } ] } |
3.61 KB in 12 ms with coderay