mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
d784b53e25
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 ```
9 lines
240 B
Text
9 lines
240 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/gut/gui/GutRunner.gd" type="Script" id=1]
|
|
|
|
[node name="GutRunner" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="GutLayer" type="CanvasLayer" parent="."]
|
|
layer = 128
|