You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Use OS time for tick loop (#225)
Use OS time for tick loop to avoid time drifting between clients. Also
supports pausing both from editor and via SceneTree.pause.
Refs #177
fix: Addon installed to project root (#143)
When installed from Godot's AssetLib tab, addons are installed to the
project root, instead of the addons directory. Looking at other addons,
it looks like the root folder isn't addons, but `<addon-name>-<hash>`.
Doing the same for netfox should solve this issue.
Note that there's no known way to validate this locally, so further PRs
might be needed.
Refs #140