Added a copy of SGC
This commit is contained in:
16
sgc/example/menu
Normal file
16
sgc/example/menu
Normal file
@ -0,0 +1,16 @@
|
||||
("m:Main Menu",
|
||||
("m:Sub-menu",
|
||||
("w:input_box","name=input","label=Input","default=start typing"),
|
||||
("c:Category/divider",),
|
||||
("w:button","name=btn","label=Click\nhere","func=print_input")
|
||||
),
|
||||
("m:Settings",
|
||||
("m:Graphic Settings",
|
||||
("c:Graphic stuff",)
|
||||
),
|
||||
("m:Sound Settings",
|
||||
("c:Sound stuff",)
|
||||
)
|
||||
),
|
||||
("f:remove", "Quit")
|
||||
)
|
Reference in New Issue
Block a user