mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-06 07:21:08 +00:00
Disable inks as they are confusing and shading mode is not done yet
This commit is contained in:
parent
c558d664e8
commit
1d7b51d8f9
@ -266,8 +266,11 @@ public:
|
|||||||
InkTypeField() {
|
InkTypeField() {
|
||||||
// The same order as in InkType
|
// The same order as in InkType
|
||||||
addItem("Default Ink");
|
addItem("Default Ink");
|
||||||
|
#if 0
|
||||||
addItem("Opaque");
|
addItem("Opaque");
|
||||||
|
#endif
|
||||||
addItem("Put Alpha");
|
addItem("Put Alpha");
|
||||||
|
#if 0
|
||||||
addItem("Merge");
|
addItem("Merge");
|
||||||
addItem("Shading");
|
addItem("Shading");
|
||||||
addItem("Replace");
|
addItem("Replace");
|
||||||
@ -275,6 +278,7 @@ public:
|
|||||||
addItem("Selection");
|
addItem("Selection");
|
||||||
addItem("Blur");
|
addItem("Blur");
|
||||||
addItem("Jumble");
|
addItem("Jumble");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void setInkType(InkType inkType) {
|
void setInkType(InkType inkType) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user