single import
This commit is contained in:
parent
505e2ff2d9
commit
6ab84220b4
|
@ -1,4 +1,4 @@
|
|||
import chroma, pixie, vmath
|
||||
import pixie
|
||||
|
||||
let
|
||||
trees = readImage("examples/data/trees.png")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import chroma, pixie, vmath
|
||||
import pixie
|
||||
|
||||
let
|
||||
image = newImage(200, 200)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
@ -1,4 +1,4 @@
|
|||
import chroma, pixie, vmath
|
||||
import pixie
|
||||
|
||||
let
|
||||
image = newImage(200, 200)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import chroma, pixie, vmath
|
||||
import pixie
|
||||
|
||||
let image = newImage(200, 200)
|
||||
image.fill(rgba(255, 255, 255, 255))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import chroma, pixie, vmath
|
||||
import pixie
|
||||
|
||||
let
|
||||
trees = readImage("examples/data/trees.png")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import chroma, pixie
|
||||
import pixie
|
||||
|
||||
var image = newImage(200, 200)
|
||||
image.fill(rgba(255, 255, 255, 255))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import chroma, pixie, vmath
|
||||
import pixie
|
||||
|
||||
let image = newImage(200, 200)
|
||||
image.fill(rgba(255, 255, 255, 255))
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Loading…
Reference in a new issue