mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 12:14:24 +02:00
Add GUT (CLI only) and remove gd-plug
Commit GUT directly to the git repo and remove gd-plug as it is no longer required to install GUT. Modify GUT to be used by command-line only. For example: ``` cp test/.gutconfig.ci.json .gutconfig.json godot --no-window -s addons/gut/gut_cmdln.gd ```
This commit is contained in:
parent
b14ea64492
commit
d784b53e25
52 changed files with 11394 additions and 1174 deletions
6
addons/gut/get_native_script.gd
Normal file
6
addons/gut/get_native_script.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Since NativeScript does not exist if GDNative is not included in the build
|
||||
# of Godot this script is conditionally loaded only when NativeScript exists.
|
||||
# You can then get a reference to NativeScript for use in `is` checks by calling
|
||||
# get_it.
|
||||
static func get_it():
|
||||
return NativeScript
|
Loading…
Add table
Add a link
Reference in a new issue