Skip to content

Commit

Permalink
Adds some Feather directives
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Oct 8, 2023
1 parent 4461f46 commit 6052ace
Show file tree
Hide file tree
Showing 67 changed files with 246 additions and 159 deletions.
2 changes: 2 additions & 0 deletions objects/oExampleBasic/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
2 changes: 2 additions & 0 deletions objects/oExampleSpeakerDataSprite/Create_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

//A struct that contains the speaker names, and their possible sprites, with a fallback.
//Written by Scott

Expand Down
2 changes: 2 additions & 0 deletions objects/oExampleSpeakerDataSprite/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);
draw_set_halign(fa_center);

Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseAction/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseAllContentString/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
14 changes: 7 additions & 7 deletions objects/oTestCaseAllContentString/oTestCaseAllContentString.yy

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

2 changes: 2 additions & 0 deletions objects/oTestCaseAsyncFunctions/Create_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

delaying = false;

ChatterboxAddFunction("delay", function(_argumentArray)
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseAsyncFunctions/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseBOM/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
14 changes: 7 additions & 7 deletions objects/oTestCaseBOM/oTestCaseBOM.yy

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

2 changes: 2 additions & 0 deletions objects/oTestCaseComments/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
14 changes: 7 additions & 7 deletions objects/oTestCaseComments/oTestCaseComments.yy

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

2 changes: 2 additions & 0 deletions objects/oTestCaseConstants/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseDirection/Create_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

if (CHATTERBOX_ACTION_MODE != 0)
{
__ChatterboxError("CHATTERBOX_ACTION_MODE should be 0 for this test");
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseDirection/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseDirectionAsExpression/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down

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

2 changes: 2 additions & 0 deletions objects/oTestCaseDirectionAsWeirdo/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
14 changes: 7 additions & 7 deletions objects/oTestCaseDirectionAsWeirdo/oTestCaseDirectionAsWeirdo.yy

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

2 changes: 2 additions & 0 deletions objects/oTestCaseEmptyParam/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
14 changes: 7 additions & 7 deletions objects/oTestCaseEmptyParam/oTestCaseEmptyParam.yy

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

2 changes: 2 additions & 0 deletions objects/oTestCaseEscapedCharacters/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseExpressionDatatypes/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down

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

2 changes: 2 additions & 0 deletions objects/oTestCaseFastForward/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
2 changes: 2 additions & 0 deletions objects/oTestCaseFileTags/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
14 changes: 7 additions & 7 deletions objects/oTestCaseFileTags/oTestCaseFileTags.yy

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

2 changes: 2 additions & 0 deletions objects/oTestCaseHop/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

draw_set_font(fntDefault);

//Iterate over all text and draw it
Expand Down
Loading

0 comments on commit 6052ace

Please sign in to comment.