Skip to content

Commit

Permalink
[skip ci] move Japan200-725
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPJT committed Jun 4, 2024
1 parent fc8cb05 commit 0f991b3
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Data/Settings.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ MiniIcons Data/Settings/MapIcons.tsv
PersonNames Data/Settings/PersonNames.tsv
Portraits Data/Settings/Portraits.tsv
SimulationXYZTiles Data/Simulations/MapList.tsv
SimulationProvincesPath Data/Simulations/Japan200-725
SimulationProvincesPath Data/Simulations/Sample
SimulationConstants Data/Simulations/Settings.tsv
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Library/PAX_MAHOROBA/StringViewer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace paxs {
time_icon_size, paxg::Vec2i(paxg::Window::width() - 360, debug_start_y));
if (tm_.get(paxg::Rect{ paxg::Vec2i(paxg::Window::width() - 360, debug_start_y), paxg::Vec2i(time_icon_size, time_icon_size) }.leftClicked())) {
std::string map_list_path = "Data/Simulations/MapList.tsv";
std::string japan_provinces_path = "Data/Simulations/Japan200-725";
std::string japan_provinces_path = "Data/Simulations/Sample";

AppConfig::getInstance()->calcDataSettingsNotPath(MurMur3::calcHash("SimulationXYZTiles"),
[&](const std::string& path_) {map_list_path = path_; });
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

int main() {
const std::string map_list_path = "Data/Simulations/MapList.tsv";
const std::string& japan_provinces_path = "Data/Simulations/Japan200-725";
const std::string& japan_provinces_path = "Data/Simulations/Sample";
std::random_device seed_gen;
std::unique_ptr<paxs::SettlementSimulator> simulator = std::make_unique<paxs::SettlementSimulator>(map_list_path, japan_provinces_path, seed_gen());
simulator->init();
Expand Down

0 comments on commit 0f991b3

Please sign in to comment.