mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 04:22:34 +02:00
3 dots doesn't need to be a separate icon (running low on icon space)
This commit is contained in:
@@ -16,7 +16,9 @@ VideoBuffer * SampleTool::GetIcon(int toolID, int width, int height)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
newTexture->SetCharacter((width/2)-5, (height/2)-5, 0xE6, 255, 255, 255, 255);
|
newTexture->SetCharacter((width/2)-5, (height/2)-5, 0xE6, 255, 255, 255, 255);
|
||||||
newTexture->BlendCharacter((width/2)-5, (height/2)-5, 0xE7, 100, 180, 255, 255);
|
newTexture->BlendPixel(10, 9, 100, 180, 255, 255);
|
||||||
|
newTexture->BlendPixel(11, 8, 100, 180, 255, 255);
|
||||||
|
newTexture->BlendPixel(12, 7, 100, 180, 255, 255);
|
||||||
return newTexture;
|
return newTexture;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user