结算去掉黑背景
parent
7bcb004ebb
commit
be7e7d4a97
|
|
@ -435,6 +435,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -269,6 +269,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -427,6 +427,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -269,6 +269,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -428,6 +428,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -297,6 +297,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -432,6 +432,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
|
|
@ -269,6 +269,7 @@ function M:EventInit()
|
|||
self:RemoveCursor()
|
||||
if self._clearingView == nil then
|
||||
self._clearingView = EXClearingView.new(self._root_view)
|
||||
self._clearingView._root_view:GetChild("win_mode").visible = false
|
||||
coroutine.start(function()
|
||||
coroutine.wait(0.5)
|
||||
self._clearingView:Show()
|
||||
|
|
|
|||
Loading…
Reference in New Issue