mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Merge branch 'main' into beta
This commit is contained in:
commit
43569a18a6
@ -1,4 +1,4 @@
|
||||
-- Copyright (C) 2019-2021 Igara Studio S.A.
|
||||
-- Copyright (C) 2019-2022 Igara Studio S.A.
|
||||
--
|
||||
-- This file is released under the terms of the MIT license.
|
||||
-- Read LICENSE.txt for more information.
|
||||
@ -27,6 +27,7 @@ do
|
||||
image:drawPixel(1, 0, pal:getColor(4))
|
||||
image:drawPixel(1, 1, pal:getColor(5))
|
||||
|
||||
app.bgColor = Color{ index=0 }
|
||||
app.command.BackgroundFromLayer()
|
||||
|
||||
local layer = sprite.layers[1]
|
||||
|
@ -70,6 +70,7 @@ function test_inks(colorMode)
|
||||
end
|
||||
|
||||
-- Convert to background layer
|
||||
app.bgColor = Color{ index=0 }
|
||||
app.command.BackgroundFromLayer()
|
||||
|
||||
app.useTool{ tool=pencil, color=d, points={ Point(0, 1), Point(2, 1) },
|
||||
|
Loading…
x
Reference in New Issue
Block a user