mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
22 lines
No EOL
331 B
Text
22 lines
No EOL
331 B
Text
/// @description Insert description here
|
|
// You can write your code in this editor
|
|
|
|
#region data
|
|
depth = -9999;
|
|
|
|
menu_id = "";
|
|
menus = [];
|
|
pie_rad = ui(96);
|
|
hght = ui(36);
|
|
|
|
context = noone;
|
|
active = true;
|
|
anim_prog = 0;
|
|
|
|
function setMenu(menu) {
|
|
menus = menu;
|
|
}
|
|
|
|
HOVER = self;
|
|
FOCUS = self;
|
|
#endregion |