gui positioning
This commit is contained in:
parent
1a2e4cd75e
commit
1ed3ec0836
|
@ -1,8 +1,11 @@
|
|||
function startmenu() {
|
||||
GUI.column([
|
||||
GUI.text.bind(this,"Press ENTER to start"),
|
||||
GUI.text.bind(this,"Press uyyyyy start"),
|
||||
GUI.image.bind(this,"bigball.png"),
|
||||
GUI.text.bind(this,"Press ESCAPE to exit"),
|
||||
]);
|
||||
], Window.dimensions.scale(0.5));
|
||||
|
||||
// GUI.image("bigball.png", [0,0]);
|
||||
}
|
||||
|
||||
register_gui(startmenu);
|
||||
|
|
Loading…
Reference in a new issue