mirror of
https://github.com/remko/waforth
synced 2024-12-28 10:00:06 +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
|
// Programs
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
const DEFAULT_PROGRAM = "Snowflake";
|
const DEFAULT_PROGRAM = "Plant";
|
||||||
|
|
||||||
function loadProgram(name: string) {
|
function loadProgram(name: string) {
|
||||||
const program = getProgram(name)!;
|
const program = getProgram(name)!;
|
||||||
|
|
Loading…
Reference in a new issue