DEMOLOOP
From Eternity Wiki
Jump to navigationJump to search
Eternity supports the DEMOLOOP lump, which is part of the id24 specifications.
DEMOLOOP must contain a JSON text data. The content of DEMOLOOP must be of the form:
{
"type": "demoloop",
"version": "1.0.0",
"metadata": {
"author": "...",
"timestamp": "...",
"application": "...
},
"data": {
"entries: [
{
"type": 0,
"primarylump": "IMAGE1",
"secondarylump": "MUSIC1",
"duration": 5,
"outrowipe": 1
},
{
"type": 1,
"primarylump: "DEMO5",
"outrowipe": 0
}
]
}
}