**/config/ hat fälschlicherweise auch de.blight.game.config (9 Java-Dateien) ignoriert. Ersetze durch explizite Regeln nur für Laufzeit-Konfigurationen (root/config/, blight-editor/config/, blight-game/config/). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
228 B
Java
10 lines
228 B
Java
package de.blight.game.config;
|
|
|
|
public class AudioSettings {
|
|
public float master = 1.0f;
|
|
public float music = 1.0f;
|
|
public float speech = 1.0f;
|
|
public float effects = 1.0f;
|
|
public float ambient = 0.5f;
|
|
}
|