Skip to content

Commit

Permalink
patch #2
Browse files Browse the repository at this point in the history
Made some string checks explicit, and removed leading whitespace stripping since Chatterbox does that by itself.
  • Loading branch information
Pokeizel committed Apr 12, 2022
1 parent 5ff4e0f commit e09106c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions fonts/fntDefault/fntDefault.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion objects/oBasics/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ ChatterboxAddFunction("TestFunctionDoNotExecute", function(_array) { show_messag
box = ChatterboxCreate("Test.yarn");

//Tell the chatterbox to jump to a node
ChatterboxJump(box, "Start");
ChatterboxJump(box, "Start");

a
5 changes: 0 additions & 5 deletions options/ios/options_ios.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions options/operagx/options_operagx.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions options/tvos/options_tvos.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion options/windowsuap/options_windowsuap.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rooms/rmTest/rmTest.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e09106c

Please sign in to comment.