Skip to content

Commit

Permalink
6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jun 26, 2020
1 parent e965dcf commit 59ffec9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy

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

4 changes: 2 additions & 2 deletions scripts/scribble_init/scribble_init.gml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

// @jujuadams
// With thanks to glitchroy, Mark Turner, DragoniteSpam, sp202, Rob van Saaze, soVes, and @stoozey_
#macro __SCRIBBLE_VERSION "6.0.6b"
#macro __SCRIBBLE_DATE "2020-06-23"
#macro __SCRIBBLE_VERSION "6.0.7"
#macro __SCRIBBLE_DATE "2020-06-26"
#macro __SCRIBBLE_DEBUG false

//You'll usually only want to modify SCRIBBLE_GLYPH.X_OFFSET, SCRIBBLE_GLYPH.Y_OFFSET, and SCRIBBLE_GLYPH.SEPARATION
Expand Down
2 changes: 1 addition & 1 deletion shaders/shd_scribble/shd_scribble.fsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @jujuadams v6.0.6b 2020-06-23
// @jujuadams v6.0.7 2020-06-26

varying vec2 v_vTexcoord;
varying vec4 v_vColour;
Expand Down
2 changes: 1 addition & 1 deletion shaders/shd_scribble/shd_scribble.vsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @jujuadams v6.0.6b 2020-06-23
// @jujuadams v6.0.7 2020-06-26

const int MAX_EFFECTS = 7;
//By default, the effect indexes are:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @jujuadams v6.0.6b 2020-06-23
// @jujuadams v6.0.7 2020-06-26

const float PI = 3.14159265359;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @jujuadams v6.0.6b 2020-06-23
// @jujuadams v6.0.7 2020-06-26

attribute vec3 in_Position;
attribute vec4 in_Colour;
Expand Down
4 changes: 2 additions & 2 deletions views/84f15521-954c-4d2d-9709-5b2d9ca231f1.yy

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

0 comments on commit 59ffec9

Please sign in to comment.