mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Added Image Frame to Popups
This commit is contained in:
@@ -66,7 +66,7 @@ function popup.open(style,data,players)
|
|||||||
type='frame',
|
type='frame',
|
||||||
name='inner_frame',
|
name='inner_frame',
|
||||||
direction='vertical',
|
direction='vertical',
|
||||||
style=mod_gui.frame_style
|
style='image_frame'
|
||||||
}
|
}
|
||||||
_popup.close:draw(_frame)
|
_popup.close:draw(_frame)
|
||||||
if is_type(_popup.draw,'function') then
|
if is_type(_popup.draw,'function') then
|
||||||
@@ -90,7 +90,7 @@ function popup.open(style,data,players)
|
|||||||
type='frame',
|
type='frame',
|
||||||
name='inner_frame',
|
name='inner_frame',
|
||||||
direction='vertical',
|
direction='vertical',
|
||||||
style=mod_gui.frame_style
|
style='image_frame'
|
||||||
}
|
}
|
||||||
thread.data.popup.close:draw(_frame)
|
thread.data.popup.close:draw(_frame)
|
||||||
if is_type(thread.data.popup.draw,'function') then
|
if is_type(thread.data.popup.draw,'function') then
|
||||||
|
|||||||
Reference in New Issue
Block a user