Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nineslice structs have problems being assigned values in LTS #148

Closed
katsaii opened this issue Feb 24, 2025 · 0 comments
Closed

Nineslice structs have problems being assigned values in LTS #148

katsaii opened this issue Feb 24, 2025 · 0 comments
Labels
bug Something isn't working high priority Important

Comments

@katsaii
Copy link
Owner

katsaii commented Feb 24, 2025

What version of Catspeak are you using?

3.1.1

What happened?

let _nineslice = sprite_nineslice_create();
_nineslice.enabled = 1;
_nineslice.left = 2;
_nineslice.right = 2;
_nineslice.top = 2;
_nineslice.bottom = 2;
_nineslice.tilemode = [1, 1, 1, 1, 0];

outputs duplicate copies of the struct fields:
Image

@katsaii katsaii added bug Something isn't working high priority Important labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority Important
Projects
None yet
Development

No branches or pull requests

1 participant