mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Moved ":setBlendColor()" to the texture object, removed useless functions
This commit is contained in:
parent
49ae4454d3
commit
604247f278
3 changed files with 17 additions and 45 deletions
|
|
@ -5,6 +5,7 @@ typedef struct {
|
|||
sf2d_texture *texture;
|
||||
float scaleX;
|
||||
float scaleY;
|
||||
u32 blendColor;
|
||||
} texture_userdata;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue