Move gui_fsm to fsm but this causes some problems.
This commit is contained in:
parent
cc44c9d37a
commit
bed5ce22d2
6 changed files with 12 additions and 12 deletions
|
@ -13,11 +13,11 @@ namespace gui {
|
|||
RAY_VIEW_Y+RAY_VIEW_HEIGHT/2-200, 400, 400);
|
||||
|
||||
$gui.layout(
|
||||
"[item_0 | item_1|item_2 | item_3]"
|
||||
"[item_4 | item_5|item_6 | item_7]"
|
||||
"[item_8 | item_9|item_10 | item_11]"
|
||||
"[button_12|button_13|button_14|button_15]"
|
||||
"[_ | *%(200)close|_ | _]"
|
||||
"[item_0 | item_1 |item_2 | item_3 ]"
|
||||
"[item_4 | item_5 |item_6 | item_7 ]"
|
||||
"[item_8 | item_9 |item_10| item_11]"
|
||||
"[item_12| item_13|item_14|item_15 ]"
|
||||
"[_ | %(100,50)close| _]"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue