gui bb
This commit is contained in:
parent
c165e2e1f1
commit
1a2e4cd75e
|
@ -1,7 +1,8 @@
|
||||||
function startmenu() {
|
function startmenu() {
|
||||||
|
GUI.column([
|
||||||
GUI.text("Press ENTER to start", Window.dimensions.scale(0.5));
|
GUI.text.bind(this,"Press ENTER to start"),
|
||||||
GUI.text("Press ESCAPE to exit", Window.dimensions.scale(0.5).add([0,-100]));
|
GUI.text.bind(this,"Press ESCAPE to exit"),
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
register_gui(startmenu);
|
register_gui(startmenu);
|
||||||
|
|
Loading…
Reference in a new issue