Added a copy of SGC
This commit is contained in:
parent
90ff7ceba8
commit
52eb18994d
22 changed files with 3283 additions and 0 deletions
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")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue