New Default Wallpapers
* Graph paper, Dotted paper, and secret Blue Notebook
This commit is contained in:
parent
640e75ba4d
commit
8d3fc41e43
BIN
assets/wallpapers/blue-notebook.png
Normal file
BIN
assets/wallpapers/blue-notebook.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 865 B |
BIN
assets/wallpapers/dots.png
Normal file
BIN
assets/wallpapers/dots.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
assets/wallpapers/graph.png
Normal file
BIN
assets/wallpapers/graph.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 1.3 KiB |
|
@ -3,7 +3,6 @@ package windows
|
||||||
import (
|
import (
|
||||||
"git.kirsle.net/apps/doodle/pkg/balance"
|
"git.kirsle.net/apps/doodle/pkg/balance"
|
||||||
"git.kirsle.net/apps/doodle/pkg/level"
|
"git.kirsle.net/apps/doodle/pkg/level"
|
||||||
"git.kirsle.net/apps/doodle/pkg/log"
|
|
||||||
"git.kirsle.net/apps/doodle/pkg/modal"
|
"git.kirsle.net/apps/doodle/pkg/modal"
|
||||||
"git.kirsle.net/apps/doodle/pkg/native"
|
"git.kirsle.net/apps/doodle/pkg/native"
|
||||||
"git.kirsle.net/apps/doodle/pkg/shmem"
|
"git.kirsle.net/apps/doodle/pkg/shmem"
|
||||||
|
@ -165,8 +164,10 @@ func NewAddEditLevel(config AddEditLevel) *ui.Window {
|
||||||
}
|
}
|
||||||
var wallpapers = []wallpaperObj{
|
var wallpapers = []wallpaperObj{
|
||||||
{"Notebook", "notebook.png"},
|
{"Notebook", "notebook.png"},
|
||||||
{"Blueprint", "blueprint.png"},
|
|
||||||
{"Legal Pad", "legal.png"},
|
{"Legal Pad", "legal.png"},
|
||||||
|
{"Graph paper", "graph.png"},
|
||||||
|
{"Dotted paper", "dots.png"},
|
||||||
|
{"Blueprint", "blueprint.png"},
|
||||||
{"Pure White", "white.png"},
|
{"Pure White", "white.png"},
|
||||||
// {"Placemat", "placemat.png"},
|
// {"Placemat", "placemat.png"},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user