godot-xterm/addons/godot_xterm
Leroy Hopson 0743f2a97a
Use gdnative api to get constants only for javascript platform
When trying to load the library in a non-Mono Godot editor v3.3.2
an error is printed about godot_get_global_constants(). Furthermore,
the issue with using the GlobalConstants header to get constants is only
present on the javascript platform, so we can revert all other platforms
to the old way of getting constants.
2021-06-19 19:39:20 +07:00
..
import_plugins Format files using GDScript Toolkit 2021-06-06 16:25:19 +07:00
native Use gdnative api to get constants only for javascript platform 2021-06-19 19:39:20 +07:00
nodes Set a default theme if theme property is not set 2020-11-29 15:53:50 +07:00
resources Format files using GDScript Toolkit 2021-06-06 16:25:19 +07:00
themes Save themes in .tres format 2021-06-18 10:17:48 +07:00
util Format .gd files and fix gdformat pre-commit hook 2021-06-19 18:02:07 +07:00
.gitignore Ignore vscode config files 2020-10-05 17:56:57 +07:00
LICENSE Update documentation and LICENSE 2020-10-05 18:04:41 +07:00
plugin.cfg Bump version to 1.2.1 2020-11-23 16:20:41 +07:00
plugin.gd Format files using GDScript Toolkit 2021-06-06 16:25:19 +07:00