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

Relative direction tags not working in copy: instructions #40

Open
ClementSparrow opened this issue Feb 21, 2022 · 1 comment
Open

Relative direction tags not working in copy: instructions #40

ClementSparrow opened this issue Feb 21, 2022 · 1 comment
Labels
animation anything that can help create animations or make better animations in a game bug Something isn't working console messages Content and presentation of compilation errors/warnings and other console messages editor Concerns the game editor expansion any expansion mechanism mappings Anything that concerns mappings sprite manipulations copying and transforming sprites syntax/language Concerns the language or its syntax

Comments

@ClementSparrow
Copy link
Owner

Something like:

ObjA:directions
blue
copy: ObjB:< shift:<:1

Should work but does not (and the error message is not appropriate).

I think it's just a question of replacing reg_tagged_name with reg_maptagged_name in case 4 of tokenInObjectsSection, but this needs some testing.

May be related to #29 and #30.

@ClementSparrow ClementSparrow added bug Something isn't working editor Concerns the game editor syntax/language Concerns the language or its syntax console messages Content and presentation of compilation errors/warnings and other console messages labels Feb 21, 2022
@ClementSparrow
Copy link
Owner Author

See also commit e544a4e

@ClementSparrow ClementSparrow added sprite manipulations copying and transforming sprites expansion any expansion mechanism animation anything that can help create animations or make better animations in a game mappings Anything that concerns mappings labels Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
animation anything that can help create animations or make better animations in a game bug Something isn't working console messages Content and presentation of compilation errors/warnings and other console messages editor Concerns the game editor expansion any expansion mechanism mappings Anything that concerns mappings sprite manipulations copying and transforming sprites syntax/language Concerns the language or its syntax
Projects
None yet
Development

No branches or pull requests

1 participant