Skip to content

Commit

Permalink
Fixes #57
Browse files Browse the repository at this point in the history
  • Loading branch information
pcca-matrix committed Mar 25, 2022
1 parent 8982947 commit 39398a3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion layouts/pcca/layout.nut
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ list_entry.set("font" , ttfont);
local Copy = OutlinedText(surf_ginfos, "[!copyright]", {"color":[255,255,150], "x":flw*0.028, "y":flh*0.111, "w": flw*0.9375 , "size":flh*0.025}, 1.1);
Copy.set("align" , Align.Left);
Copy.set("font" , ttfont);
Copy.set("visible", Ini_settings["game text"]["show_year"]);

local PCount = OutlinedText(surf_ginfos, LnG.counter + " [PlayedCount] / " + LnG.playedtime + " [PlayedTime]", {"color":[255,255,255], "x":flw*0.030, "y":flh*0.152, "w": flw*0.3325 , "size":flh*0.021} , 1.0);
PCount.set("align" , Align.Left);
Expand Down

0 comments on commit 39398a3

Please sign in to comment.