scale_sprite
Scale the entire sprite by a factor or to specific dimensions, choosing between nearest-neighbor for crisp pixels or bilinear for smooth results.
Instructions
Scale the whole sprite (artwork included).
Provide either `factor` (e.g. 2.0 to double) OR explicit `width`/`height`.
method: "nearest" (crisp pixels, default) or "bilinear" (smooth).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| factor | No | ||
| height | No | ||
| method | No | nearest | |
| filename | Yes |