Noah Petherbridge
3d8eedce35
* In the "New Level" dialog, a "Palette:" option shows a MenuButton drop-down with options: Default, Colored Pencil, and Blueprint. These control the set of colors the new level starts with.
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export DEBUG_CHUNK_COLOR=FFFF0066
|
|
export DEBUG_CANVAS_LABEL=1
|
|
export DEBUG_CHUNK_COLOR=00FF00AA
|
|
export DEBUG_CANVAS_BORDER=0FF
|
|
go run cmd/doodle/main.go --experimental --debug |