mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
18 lines
238 B
Markdown
18 lines
238 B
Markdown
# Sprite Renderer
|
|
|
|
## Enums
|
|
|
|
```lua
|
|
e2d.sprite_renderer.blendings = {
|
|
normal, additive, multiply, screen
|
|
}
|
|
```
|
|
|
|
## Properties
|
|
|
|
- `tint: color32, RW`
|
|
- `blending: blendings, RW`
|
|
- `filtering: boolean, RW`
|
|
- `sprite: sprite_asset, RW`
|
|
|