-
It would be great if we could import a sprite sheet as layers (or even better: frames)
And export back to the same.
A sprite sheet of course is a single image comprising all the individual frame…
-
Hi everybody, I am trying for the first time canvas-sketch, but I am facing a problem.
Pressing cmd + S or ctrl + S an image should be saved, but the only thing that I get is a re-run of the code and…
-
### Godot version
v4.2.beta2.official [f8818f85e]
### System information
Windows 10
### Issue description
I'm trying to pass a reference to the button that is clicked with the `pressed`…
-
See also https://github.com/vaadin/designer/issues/2284
### Steps to reproduce
1. Add a checkbox group or radio group.
### Actual behavior
The group is taking space in the canvas, but is it bl…
-
### Godot version
3.x (4fabc2b6a4eabd83523e84ae0b1ec2fa1d619069) / master (e8520044e735ce8d7fafb4ef9397f6177449abbd)
### System information
Arch Linux, GLES 3, Mesa Intel(R) UHD Graphics (CML GT2)
…
-
**Describe the bug**
When I move the window(s) to my second monitor, the whole ui layout get funny and I am unable to use the window till I move it back to the first monitor. It happens to the editor…
-
```
What steps will reproduce the problem?
1. Click on the text button.
2. Click on the canvas.
What is the expected output? What do you see instead?
There should be a way to align the text either le…
-
```
What steps will reproduce the problem?
1. Click on the text button.
2. Click on the canvas.
What is the expected output? What do you see instead?
There should be a way to align the text either le…
-
```
What steps will reproduce the problem?
1. Click on the text button.
2. Click on the canvas.
What is the expected output? What do you see instead?
There should be a way to align the text either le…
-
I have put
canvas.setBaseColor(Color.TRANSPARENT);
because I have an imageview below canvas, for my simple photo/image doodle editor.
But whenever I call canvas.clear(), the whole screens …