Pre-Version commit - Changed small stuff
This commit is contained in:
@@ -116,8 +116,8 @@ public class AudioHandler : MonoBehaviour
|
||||
string result = "";
|
||||
float music = GameObject.Find("slideMusic").GetComponent<Slider>().value;
|
||||
float effects = GameObject.Find("slideEffects").GetComponent<Slider>().value;
|
||||
result = result + TextHandler.getText("music") + ":" + music + "\r\n";
|
||||
result = result + TextHandler.getText("effects") + ":" + effects;
|
||||
result = result + "Music:" + music + "\r\n";
|
||||
result = result + "Effects:" + effects;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user