mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
thurtle: Change default program
This commit is contained in:
parent
bc6d68c447
commit
69bb024a5f
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ function draw() {
|
|||
// Programs
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const DEFAULT_PROGRAM = "Snowflake";
|
||||
const DEFAULT_PROGRAM = "Plant";
|
||||
|
||||
function loadProgram(name: string) {
|
||||
const program = getProgram(name)!;
|
||||
|
|
Loading…
Reference in a new issue