Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
feature: set no-renaming-list
Browse files Browse the repository at this point in the history
no-renaming-list is a new feature of minimalGL committed several hours ago

See: yosshin4004/minimal_gl#6
  • Loading branch information
0b5vr committed Apr 1, 2024
1 parent fc91229 commit d77af80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion brainfiller.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"enableAutoRestartBySoundShader": true
},
"executableExportSettings": {
"fileName": ".\\brainfiller.exe",
"fileName": ".\\brainfiller-720p.exe",
"xReso": 1280,
"yReso": 720,
"durationInSeconds": 144,
Expand All @@ -47,6 +47,8 @@
"enableSoundDispatchWait": true,
"shaderMinifierOptions": {
"noRenaming": false,
"enableNoRenamingList": true,
"noRenamingList": "main,i",
"noSequence": false,
"smoothstep": false
},
Expand Down

0 comments on commit d77af80

Please sign in to comment.