càrrega de recursos no bloquejant
This commit is contained in:
@@ -495,6 +495,7 @@ namespace Options {
|
||||
const auto& ld = yaml["loading"];
|
||||
parseBoolField(ld, "show", loading.show);
|
||||
parseBoolField(ld, "show_resource_name", loading.show_resource_name);
|
||||
parseBoolField(ld, "wait_for_input", loading.wait_for_input);
|
||||
}
|
||||
|
||||
void loadGameFromYaml(const fkyaml::node& yaml) {
|
||||
@@ -696,6 +697,7 @@ namespace Options {
|
||||
file << "loading:\n";
|
||||
file << " show: " << boolToString(loading.show) << "\n";
|
||||
file << " show_resource_name: " << boolToString(loading.show_resource_name) << "\n";
|
||||
file << " wait_for_input: " << boolToString(loading.wait_for_input) << "\n";
|
||||
file << "\n";
|
||||
|
||||
// GAME
|
||||
|
||||
Reference in New Issue
Block a user