Skip to content

Commit

Permalink
20.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Oct 31, 2023
1 parent d4318a6 commit bf83b92
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Bulb.yyp

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

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<p align="center"><img src="https://raw.githubusercontent.com/JujuAdams/Bulb/master/LOGO.png" style="display:block; margin:auto; width:300px"></p>
<h1 align="center">Bulb 20.3.0</h1>

<h1 align="center">Bulb 20.4.0</h1>

<p align="center">2D lighting and shadows for GameMaker 2022 LTS</p>

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

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

6 changes: 3 additions & 3 deletions scripts/__BulbSystem/__BulbSystem.gml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#macro __BULB_VERSION "20.4.0 alpha"
#macro __BULB_DATE "2023-05-14"
#macro __BULB_VERSION "20.4.0"
#macro __BULB_DATE "2023-10-31"
#macro __BULB_ZFAR 1

__BulbTrace("Welcome to Bulb by @jujuadams! This is version " + __BULB_VERSION + ", " + __BULB_DATE);
__BulbTrace("Welcome to Bulb by Juju Adams! This is version " + __BULB_VERSION + ", " + __BULB_DATE);

//Create a couple vertex formats
vertex_format_begin();
Expand Down

0 comments on commit bf83b92

Please sign in to comment.