Skip to content

Commit 5fff49b

Browse files
committed
update version to 0.6.3
1 parent 0653eab commit 5fff49b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# YUI 0.6.2
1+
# YUI 0.6.3
22
## A UI system for GameMaker by [@shdwcat](https://github.com/shdwcat)
33

44
### Why YUI?

scripts/__yui_init_globals/__yui_init_globals.gml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#macro YUI_VERSION "0.6.2"
1+
#macro YUI_VERSION "0.6.3"
22

33
yui_log("Welcome to YUI by @shdwcat - version " + YUI_VERSION);
44

@@ -26,16 +26,16 @@ global.__yui_globals.placement_map = {
2626
global.__yui_globals.color_table = {
2727
white: c_white,
2828
black: c_black,
29-
29+
3030
red: c_red,
3131
green: c_green,
3232
blue: c_blue,
3333
yellow: c_yellow,
34-
34+
3535
aqua: c_aqua,
3636
cyan: c_aqua,
3737
maroon: c_maroon,
38-
38+
3939
gray: c_gray,
4040
lightgray: 0xD3D3D3,
4141
darkgray: 0xA9A9A9,

0 commit comments

Comments
 (0)