20 lines
340 B
JSON
20 lines
340 B
JSON
{
|
|
"name" : "Test Mission",
|
|
"description" : "Just a test mission",
|
|
"background" : "gfx/backgrounds/background03.jpg",
|
|
"planet" : "gfx/planets/spirit.png",
|
|
"music" : "",
|
|
"player" : {
|
|
"type" : "Nymph",
|
|
"side" : "SIDE_CSN"
|
|
},
|
|
"entities" : [
|
|
{
|
|
"name" : "Waypoint",
|
|
"type" : "ET_WAYPOINT",
|
|
"x" : 100,
|
|
"y" : 100
|
|
}
|
|
]
|
|
}
|