tbftss/data/missions/test/test.json

20 lines
340 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "Test Mission",
"description" : "Just a test mission",
2015-10-20 13:51:49 +02:00
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "",
2015-10-20 13:51:49 +02:00
"player" : {
"type" : "Nymph",
2015-10-20 13:51:49 +02:00
"side" : "SIDE_CSN"
2015-10-26 09:10:13 +01:00
},
2015-10-26 18:27:43 +01:00
"entities" : [
2015-10-26 09:10:13 +01:00
{
2015-10-26 18:27:43 +01:00
"name" : "Waypoint",
"type" : "ET_WAYPOINT",
"x" : 100,
"y" : 100
2015-10-26 09:10:13 +01:00
}
]
2015-10-20 13:51:49 +02:00
}