We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0653eab commit 5fff49bCopy full SHA for 5fff49b
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-# YUI 0.6.2
+# YUI 0.6.3
2
## A UI system for GameMaker by [@shdwcat](https://github.com/shdwcat)
3
4
### Why YUI?
scripts/__yui_init_globals/__yui_init_globals.gml
-#macro YUI_VERSION "0.6.2"
+#macro YUI_VERSION "0.6.3"
yui_log("Welcome to YUI by @shdwcat - version " + YUI_VERSION);
@@ -26,16 +26,16 @@ global.__yui_globals.placement_map = {
26
global.__yui_globals.color_table = {
27
white: c_white,
28
black: c_black,
29
-
+
30
red: c_red,
31
green: c_green,
32
blue: c_blue,
33
yellow: c_yellow,
34
35
aqua: c_aqua,
36
cyan: c_aqua,
37
maroon: c_maroon,
38
39
gray: c_gray,
40
lightgray: 0xD3D3D3,
41
darkgray: 0xA9A9A9,
0 commit comments