Created
October 1, 2024 12:41
-
-
Save 0b5vr/4642d084204012bff3c09f1954313966 to your computer and use it in GitHub Desktop.
Bonzomatic Network Launcher config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fullscreen": { | |
"monitor": 0, | |
"sizepercent_x": 1, | |
"sizepercent_y": 1, | |
"startpercent_x": 0, | |
"startpercent_y": 0, | |
"border_x": 0, | |
"border_y": 0, | |
"forceratio": true, | |
"wantedratio": 1.777778 | |
}, | |
"mosaic": { | |
"monitor": 0, | |
"sizepercent_x": 1, | |
"sizepercent_y": 1, | |
"startpercent_x": 0, | |
"startpercent_y": 0, | |
"border_x": 0, | |
"border_y": 0, | |
"forceratio": false, | |
"wantedratio": 1.777778, | |
"MosaicFixed": false | |
}, | |
"secondary": { | |
"use": false | |
}, | |
"bonzo": { | |
"delay_between_spawn": 5000, | |
"exename": "Bonzomatic_W64_GLFW.exe" | |
}, | |
"diaporama": { | |
"infiniteloop": true | |
}, | |
"network": { | |
"serverURL": "ws:\/\/drone.alkama.com:9000\/roomtest\/" | |
}, | |
"coders": [ | |
"0b5vr", | |
"test" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment