Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jul 26, 2021
1 parent 176e679 commit ef582f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Kawase 1.0.0</h1>
<h1 align="center">Kawase 1.1.0</h1>

<p align="center">Kawase dual filter blur for GameMaker Studio 2</p>
<p align="center">Kawase dual filter blur for GameMaker Studio 2.3</p>

<p align="center"><b>@jujuadams</b></p>

Expand Down
12 changes: 6 additions & 6 deletions options/windows/options_windows.yy

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

9 changes: 8 additions & 1 deletion scripts/__kawase_check_surface/__kawase_check_surface.gml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ function __kawase_check_surface(_array)
}

return _surface;
}
}



#macro __KAWASE_VERSION "1.1.0"
#macro __KAWASE_DATE "2021-07-26"

show_debug_message("Kawase: Welcome to Kawase by @jujuadams! This is version " + __KAWASE_VERSION + ", " + __KAWASE_DATE);

0 comments on commit ef582f0

Please sign in to comment.