nogame
This commit is contained in:
parent
a4b85df08f
commit
e549a9445b
14
source/scripts/nogame.js
Normal file
14
source/scripts/nogame.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
function nogamegui()
|
||||
{
|
||||
GUI.column({
|
||||
items: [
|
||||
GUI.text_fn("NO GAME LOADED", {font_size: 6}),
|
||||
GUI.text_fn("No game.js available.")
|
||||
],
|
||||
anchor: [0.5,0.5],
|
||||
|
||||
}).draw(Window.dimensions.scale(0.5));
|
||||
}
|
||||
|
||||
register_gui(nogamegui);
|
||||
|
Loading…
Reference in a new issue