Skip to content

Commit

Permalink
Indicate room name feature on pause screen (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Oct 26, 2023
1 parent a98d619 commit 7bffe19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3527,6 +3527,8 @@ void RotateTextureAndSaveToTexturePage(int rotation, UndertaleTexturePageItem te
ssFGEvent.Actions.Add(ssFGAction);
ssFGCollisionList.Add(ssFGEvent);

// Adjust pause screen text to mention room names
ReplaceGMLInCode(gmData.Code.ByName("gml_Object_oSS_Fg_Create_0"), "tip2text = get_text(\"Subscreen\", \"Marker_Tip\")", "tip2text = \"| - Marker & Room Names\"");

// TODO: rewrite log rendering to have color

Expand Down

0 comments on commit 7bffe19

Please sign in to comment.