mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
17 lines
439 B
Text
17 lines
439 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/gut/gut.gd" type="Script" id=1]
|
|
|
|
[node name="Gut" type="Control"]
|
|
self_modulate = Color( 1, 1, 1, 0 )
|
|
margin_right = 1031.0
|
|
margin_bottom = 597.0
|
|
rect_min_size = Vector2( 740, 250 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
_yield_between_tests = false
|
|
_directory1 = "res://test/unit"
|
|
_directory2 = "res://test/integration"
|
|
_double_strategy = 1
|