Added scale tool image
This commit is contained in:
BIN
content/images/ScaleTool.png
Normal file
BIN
content/images/ScaleTool.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
content/images/ScaleTool_dn.png
Normal file
BIN
content/images/ScaleTool_dn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
content/images/ScaleTool_ds.png
Normal file
BIN
content/images/ScaleTool_ds.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
content/images/ScaleTool_ovr.png
Normal file
BIN
content/images/ScaleTool_ovr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
8
main.cpp
8
main.cpp
@@ -331,10 +331,10 @@ void initGUI()
|
||||
instance->parent = dataModel;
|
||||
|
||||
instance = makeImageButton(
|
||||
Texture::fromFile(GetFileInPath("/content/images/ArrowTool.png")),
|
||||
Texture::fromFile(GetFileInPath("/content/images/ArrowTool_ovr.png")),
|
||||
Texture::fromFile(GetFileInPath("/content/images/ArrowTool_dn.png")),
|
||||
Texture::fromFile(GetFileInPath("/content/images/ArrowTool_ds.png")));
|
||||
Texture::fromFile(GetFileInPath("/content/images/ScaleTool.png")),
|
||||
Texture::fromFile(GetFileInPath("/content/images/ScaleTool_ovr.png")),
|
||||
Texture::fromFile(GetFileInPath("/content/images/ScaleTool_dn.png")),
|
||||
Texture::fromFile(GetFileInPath("/content/images/ScaleTool_ds.png")));
|
||||
instance->size = Vector2(40,40);
|
||||
instance->position = Vector2(0, 140);
|
||||
instance->parent = dataModel;
|
||||
|
||||
Reference in New Issue
Block a user