Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NDPeshev19 committed May 8, 2022
2 parents bae94d2 + 873c4ea commit 96a6bbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/NANO_Documentation.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ss.pl/src/simulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ ss::pl::simulator::Simulator::SummaryInfo ss::pl::simulator::Simulator::getSumma
///
void ss::pl::simulator::Simulator::loadAssets()
{
fontInter = LoadFontEx("../../assets/fonts/Inter.ttf", 96, 0, 0);
fontInter = LoadFontEx("../../assets/fonts/Inter.ttf", 120, 0, 0);

setupContainer_Texture = LoadTexture(std::format("../../assets/{}/simulator/Setup_Container.png", themePaths.at(static_cast<int>(Simulator::currentTheme))).c_str());
backArrow_Texture = LoadTexture(std::format("../../assets/{}/simulator/Back_Arrow.png", themePaths.at(static_cast<int>(Simulator::currentTheme))).c_str());
Expand Down

0 comments on commit 96a6bbb

Please sign in to comment.