-
Hello again! I'm working on a project using the API to create one similar site like CSGOSkins ,CSGOStash, and I noticed that these sites can filter skins by "Finish Style" such as Gunsmith, Custom Pai…
-
### Is this feature request related to a problem?
Not really broken. But please consider:
1) To allow customization of keyboard shortcuts.
2) To allow not overflowing selection (out of the image…
-
### Godot version
4.0.dev.custom_build [a160a95ea]
### System information
W10, Vulkan, NVIDIA GeForce GTX 1080
### Issue description
When drawing on tilemaps using the new tilemap featu…
-
This would allow for things like:
- border-image.
- tiling of background image.
- keeping aspect ratio.
Should this be declared ahead of time, or set within a callback?
-
### Bug description
I had implemented trackball with version 24.x.x but recently I updated to latest version.
Now I can't see trackball or crosshair although I can see label on x axis hilighted w…
-
### How to reproduce
1. Create custom LineCartesianLayer.PointProvider
2. Create custom Shape
3. Create a CartesianChartHost
4. Add 2 Line series
5. Add custom point providers
6. See result
…
-
### Describe the project you are working on
Godot
### Describe the problem or limitation you are having in your project
I was thinking about how to implement https://github.com/godotengine/godot-p…
groud updated
1 month ago
-
i have the custom `CustomPainter` class:
```dart
class BlendPainter extends CustomPainter {
ui.Image image, mask;
BlendPainter(this.image, this.mask);
@override
void paint(Canvas c…
-
Changing the `paint_color` cvars should take effect immediately, instead of requiring you to restart the map or load a save. This would be important for #127, since maps will want to set the color of …
-
`CustomPainter.hitTest` is missing the size of the widget, making it impossible to specify custom hit test behaviour when `paint` uses its `size` argument.
Simplistic example:
```dart
class Cir…