- Edited
Hey im looking for reacting with my web game for resize event.
I want to use Javascript.eval to create listener like that, but on every call i want to execute gdscript func, is there any possibility to do that?
Hey im looking for reacting with my web game for resize event.
I want to use Javascript.eval to create listener like that, but on every call i want to execute gdscript func, is there any possibility to do that?
I found option to create.callback inside gdscript
Does anybody got comeplete example with js and gdscript code that will show how it works?