Added more test files

This commit is contained in:
DaanV2
2021-08-18 21:48:30 +02:00
parent c5a7532b7b
commit 286794dae0
40 changed files with 662 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{
"creative" : {
"event_name" : true,
"max_delay" : 180,
"min_delay" : 60
}
}

View File

@@ -0,0 +1,11 @@
{
"format_version": "1.14.0",
"sound_definitions": {
"example.pling": {
"sounds": [
{ "load_on_low_memory": 1, "name": "something", "pitch": 0}
],
"category": "ui"
}
}
}