|
|
@ -25,7 +25,7 @@ GUI::GUI() { |
|
|
|
you_died_sound.load(data, "you_died"); |
|
|
|
you_died_sound.load(data, "you_died"); |
|
|
|
build_works_sound.load(data, "build_works"); |
|
|
|
build_works_sound.load(data, "build_works"); |
|
|
|
build_failed_sound.load(data, "build_failed"); |
|
|
|
build_failed_sound.load(data, "build_failed"); |
|
|
|
building_sound.load(data, "building"); |
|
|
|
building_sound.load(data, "building", true); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void GUI::output(const string msg) { |
|
|
|
void GUI::output(const string msg) { |
|
|
|