Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 240 Bytes

apps.md

File metadata and controls

9 lines (8 loc) · 240 Bytes

Apps

Startup Script

The startup script is located in app/init.rs. An alternative startup script can be loaded with the --eval or -e cli parameter.

Example Listing

loadScreen("screens/title");
loadMap("maps/n1");