Graphic side extension #6310
Unanswered
f0nar
asked this question in
Technical questions about the codebase
Replies: 1 comment 1 reply
-
Is there a way to add js code in action, extend |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I need to create extension that works with graphic. I want to try to use private lib in GDevelop. Lets say it should be super simplified version of sprite or spine.
Is there a way to create extension that works with graphic part and render some resources without changing repository? I mean declare and implement it with extension, maybe custom object from GDevelop editor, not code with future PR.
What is approach in work with PIXI from such extension action? Is next example safe or there is another predicted safe way?
How to add resources to the game that this extension should render?
Lets say it is impossible in terms of future changes, but I'm willing to do it at my own risk. What would you advise me?
Beta Was this translation helpful? Give feedback.
All reactions