twn_rendering: m_sprite texture_origin changed for texture_region, stretched subregion work now

This commit is contained in:
2024-09-21 20:07:05 +03:00
parent ddf0ef6a0c
commit 5caf736370
4 changed files with 24 additions and 17 deletions

View File

@ -15,7 +15,7 @@ typedef struct push_sprite_args {
t_frect rect;
m_option_list(
t_fvec2, texture_origin,
t_frect, texture_region,
t_color, color,
float, rotation,
bool, flip_x,