mirror of
https://github.com/Relintai/godot-engine.file-editor.git
synced 2024-11-12 22:27:22 +01:00
36 lines
1021 B
Plaintext
36 lines
1021 B
Plaintext
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://addons/file-editor/fonts/Roboto-Black.ttf" type="DynamicFontData" id=1]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=1]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=2]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=3]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=4]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=5]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=6]
|
|
|
|
[sub_resource type="DynamicFont" id=7]
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="Readonly" type="CheckBox"]
|
|
margin_left = 945.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 19.0
|
|
size_flags_horizontal = 10
|
|
custom_styles/hover = SubResource( 1 )
|
|
custom_styles/pressed = SubResource( 2 )
|
|
custom_styles/focus = SubResource( 3 )
|
|
custom_styles/disabled = SubResource( 4 )
|
|
custom_styles/hover_pressed = SubResource( 5 )
|
|
custom_styles/normal = SubResource( 6 )
|
|
custom_fonts/font = SubResource( 7 )
|
|
custom_colors/font_color = Color( 0.145098, 0.172549, 0.231373, 1 )
|
|
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
|
|
text = "Can Edit"
|
|
flat = true
|