Skip to content

Commit

Permalink
feat: Add mom_paint_color_from_normal setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Sep 23, 2023
1 parent 2d85c3d commit 4e311b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layout/pages/settings/gameplay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
<RadioButton group="paintlimit" text="#Common_Off" value="0" />
<RadioButton group="paintlimit" text="#Common_On" value="1" />
</ChaosSettingsEnum>

<ChaosSettingsEnum text="#Settings_Paint_ColorFromNormal" convar="mom_paint_color_from_normal" infomessage="#Settings_Paint_ColorFromNormal_Info" tags="world">
<RadioButton group="paintlimit" text="#Common_Off" value="0" />
<RadioButton group="paintlimit" text="#Common_On" value="1" />
</ChaosSettingsEnum>
</Panel>
</Panel>
</Panel>
Expand Down

0 comments on commit 4e311b9

Please sign in to comment.