Skip to content

Commit

Permalink
Remove experimental flag from light effects & enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed May 16, 2024
1 parent 4a04d40 commit 93e7d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/js/stendhal.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h3></h3>

<div class="horizontalgroup pad-contents" id="settings-general">
<div id="settings_panel1" class="verticalgroup vgroupcol">
<label class="checksetting"><input type="checkbox" id="chk_light" class="experimental">Light effects</label>
<label class="checksetting"><input type="checkbox" id="chk_light">Light effects</label>
<label class="checksetting"><input type="checkbox" id="chk_weather">Weather</label>
<label class="checksetting"><input type="checkbox" id="chk_blood">Blood</label>
<label class="checksetting"><input type="checkbox" id="chk_nonude">Cover naked entities</label>
Expand Down
3 changes: 1 addition & 2 deletions src/js/stendhal/util/ConfigManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ export class ConfigManager {
"chat-opts.custom": "",
"click-indicator": "false",
"effect.blood": "true",
// TODO: change default to "true" when ready
"effect.lighting": "false",
"effect.lighting": "true",
"effect.weather": "true",
"effect.no-nude": "true",
"effect.shadows": "true",
Expand Down

0 comments on commit 93e7d4e

Please sign in to comment.