pokemon-base/addons/ui_design_tool/scenes/OverlayTextEdit.tscn
2025-01-26 20:23:56 +01:00

31 lines
812 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/ui_design_tool/scenes/OverlayTextEdit.gd" type="Script" id=1]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 1, 1, 1, 0 )
[node name="OverlayTextEdit" type="TextEdit"]
offset_right = 300.0
offset_bottom = 200.0
minimum_size = Vector2( 300, 200 )
custom_styles/read_only = SubResource( 1 )
custom_styles/focus = SubResource( 1 )
custom_styles/normal = SubResource( 1 )
custom_styles/completion = SubResource( 1 )
fold_gutter = true
caret_blink = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="."]
self_modulate = Color( 1, 1, 1, 0.588235 )
show_behind_parent = true
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": false
}