mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Merge branch 'wip' into testing
This commit is contained in:
@@ -89,7 +89,7 @@ function center._center:draw(frame)
|
||||
type ='frame',
|
||||
name='tab',
|
||||
direction='vertical',
|
||||
style = 'image_frame'
|
||||
style='image_frame'
|
||||
}
|
||||
tab.style.width = 510
|
||||
tab.style.height = 305
|
||||
|
||||
@@ -66,7 +66,7 @@ function popup.open(style,data,players)
|
||||
type='frame',
|
||||
name='inner_frame',
|
||||
direction='vertical',
|
||||
style=mod_gui.frame_style
|
||||
style='image_frame'
|
||||
}
|
||||
_popup.close:draw(_frame)
|
||||
if is_type(_popup.draw,'function') then
|
||||
@@ -90,7 +90,7 @@ function popup.open(style,data,players)
|
||||
type='frame',
|
||||
name='inner_frame',
|
||||
direction='vertical',
|
||||
style=mod_gui.frame_style
|
||||
style='image_frame'
|
||||
}
|
||||
thread.data.popup.close:draw(_frame)
|
||||
if is_type(thread.data.popup.draw,'function') then
|
||||
|
||||
Reference in New Issue
Block a user