mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
17 lines
480 B
Plaintext
17 lines
480 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/nodes/debug/debug_popup.gd" type="Script" id=1]
|
|
|
|
[node name="Popup" type="Popup"]
|
|
margin_right = 500.0
|
|
margin_bottom = 300.0
|
|
rect_min_size = Vector2( 600, 400 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="TextEdit" type="TextEdit" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_colors/background_color = Color( 0, 0.00392157, 0.203922, 1 )
|
|
syntax_highlighting = true
|
|
show_line_numbers = true
|