We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9e5e6 commit b77f6dbCopy full SHA for b77f6db
README.md
@@ -100,7 +100,7 @@ scons platform=<platform>
100
```
101
102
## JS Interop
103
-JS interop is as simple as returning a `Dictionary` from the virtual function `_on_dom_ready`. Then accessing it from JS using `window.godot`.
+JS interop is as simple as returning a `Dictionary` from the virtual function `_on_window_ready`. Then accessing it from JS using `window.godot`.
104
105
Checkout the [example](demo/app_example.gd) script.
106
0 commit comments