19 lines
537 B
Plaintext
19 lines
537 B
Plaintext
# Images that need to be composed, mostly (all of them for now) are translated images
|
|
|
|
image ddl_bigBoy = Composite(
|
|
(742,846),
|
|
(0,0), DOODLE_FOLDER+"ddl_bigBoy_base"+DEFAULT_IMAGE_EXTENSION,
|
|
(0,0), DOODLE_FOLDER+"ddl_bigBoy_words"+DEFAULT_IMAGE_EXTENSION
|
|
)
|
|
|
|
image cg_contestpainting = Composite(
|
|
(1920, 1500),
|
|
(0,0), "cg_contestpainting_base",
|
|
(0,0), "cg_contestpainting_words"
|
|
)
|
|
|
|
image spr_lovetester = Composite(
|
|
(700,1080),
|
|
(0,0), "spr_lovetester_base",
|
|
(0,0), "spr_lovetester_words"
|
|
) |