Skip to content

Commit

Permalink
6.0.6b
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jun 23, 2020
1 parent 45461de commit 42efe2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.6"
#macro __SCRIBBLE_DATE "2020-06-21"
#macro __SCRIBBLE_VERSION "6.0.6b"
#macro __SCRIBBLE_DATE "2020-06-23"
#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.6 2020-06-20
// @jujuadams v6.0.6b 2020-06-23

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.6 2020-06-20
// @jujuadams v6.0.6b 2020-06-23

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.6 2020-06-20
// @jujuadams v6.0.6b 2020-06-23

const float PI = 3.14159265359;

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

attribute vec3 in_Position;
attribute vec4 in_Colour;
Expand Down

0 comments on commit 42efe2d

Please sign in to comment.