mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +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() {
|
||||
// The same order as in InkType
|
||||
addItem("Default Ink");
|
||||
#if 0
|
||||
addItem("Opaque");
|
||||
#endif
|
||||
addItem("Put Alpha");
|
||||
#if 0
|
||||
addItem("Merge");
|
||||
addItem("Shading");
|
||||
addItem("Replace");
|
||||
@ -275,6 +278,7 @@ public:
|
||||
addItem("Selection");
|
||||
addItem("Blur");
|
||||
addItem("Jumble");
|
||||
#endif
|
||||
}
|
||||
|
||||
void setInkType(InkType inkType) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user