26 lines
636 B
Plaintext
26 lines
636 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/gut/gut.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://addons/gut/icon.png" type="Texture" id=2]
|
||
|
|
||
|
[node name="Node" type="Node"]
|
||
|
|
||
|
[node name="Gut" type="WindowDialog" parent="."]
|
||
|
visible = true
|
||
|
self_modulate = Color( 1, 1, 1, 0 )
|
||
|
margin_right = 851.0
|
||
|
margin_bottom = 496.0
|
||
|
rect_min_size = Vector2( 740, 250 )
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_editor_icon": ExtResource( 2 )
|
||
|
}
|
||
|
_select_script = null
|
||
|
_tests_like = null
|
||
|
_run_on_load = true
|
||
|
_yield_between_tests = false
|
||
|
_directory1 = "res://test/unit"
|
||
|
_directory2 = "res://test/integration"
|
||
|
_double_strategy = 1
|
||
|
|