The wiki is updated with short tutorial videos:
https://github.com/corentingosselin/ProdigyNightclubWiki/wiki
I added a loop option for the scenario, so you can create infinite event
Example of scenario.json
Code (Text):
{
"loop": true,
"end": 200,
"frames": [
{
"time": 0,
"projectorActions": [
{
"projectors":"0,1,2",
"rotation": {
"duration": 10,
"name":"upAndDown"
}
}
]
}
]
}
List of fixes:
- Effects can be removed now
- Despawn item time set the barman radius, fixed
- Dealer, resell mode was not working anymore, fixed
- Weird format message for resell mode fixed (remove those section inside language.json and restart)
- Can't place more than 2 barman, fixed
- Impossible to stop effect if you start it 2 times, fixed