2019-11-02 08:43:54 +01:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
2020-01-25 15:20:08 +01:00
|
|
|
[ext_resource path="res://material_maker/nodes/debug/debug_popup.gd" type="Script" id=1]
|
|
|
|
|
2019-11-02 08:43:54 +01:00
|
|
|
|
|
|
|
[node name="Popup" type="Popup"]
|
2019-11-22 07:46:23 +01:00
|
|
|
margin_right = 500.0
|
|
|
|
margin_bottom = 300.0
|
|
|
|
rect_min_size = Vector2( 600, 400 )
|
2019-11-02 08:43:54 +01:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="TextEdit" type="TextEdit" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2019-11-22 07:46:23 +01:00
|
|
|
custom_colors/background_color = Color( 0, 0.00392157, 0.203922, 1 )
|
2019-11-02 08:43:54 +01:00
|
|
|
syntax_highlighting = true
|
|
|
|
show_line_numbers = true
|