diff options
author | chai <chaifix@163.com> | 2021-11-19 21:56:08 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-19 21:56:08 +0800 |
commit | 850d9c034792b96e2ff5ff3bbfbcc30661757aed (patch) | |
tree | 4ff5d1df7dc1917bb89b97463e4112f14b639eb9 /Data/Libraries | |
parent | 1cd31d14c95f9d52e30fbc611df5da4b46f048d9 (diff) |
*misc
Diffstat (limited to 'Data/Libraries')
-rw-r--r-- | Data/Libraries/GameLab/Editor/Window/GUIWindow.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Data/Libraries/GameLab/Editor/Window/GUIWindow.lua b/Data/Libraries/GameLab/Editor/Window/GUIWindow.lua index c430cfd..f1f4445 100644 --- a/Data/Libraries/GameLab/Editor/Window/GUIWindow.lua +++ b/Data/Libraries/GameLab/Editor/Window/GUIWindow.lua @@ -19,10 +19,10 @@ local clone = Utils.Clone local i = 0
local col = {
- {1, 0, 0, 1},
- {1, 1, 0, 1},
- {0, 0, 1, 1},
- {0, 1, 1, 1},
+ {1, 0, 0, 0.5},
+ {1, 1, 0, 0.5},
+ {0, 0, 1, 0.5},
+ {0, 1, 1, 0.5},
}
local kSideBorders = 2 -- GUIView的右边距
|