1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
[gd_resource type="Theme" load_steps=9 format=2] [ext_resource path="res://bg.tres" type="StyleBox" id=1] [ext_resource path="res://verdana-bold.tres" type="DynamicFont" id=2] [ext_resource path="res://verdana-normal.tres" type="DynamicFont" id=3] [ext_resource path="res://verdana-italicbold.tres" type="DynamicFont" id=4] [sub_resource type="StyleBoxFlat" id=4] bg_color = Color( 0.196078, 0.309804, 0.396078, 1 ) [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.145098, 0.117647, 0.117647, 1 ) [sub_resource type="StyleBoxFlat" id=2] bg_color = Color( 0.117647, 0.117647, 0.117647, 1 ) [sub_resource type="StyleBoxEmpty" id=3] [resource] default_font = ExtResource( 2 ) Button/styles/focus = SubResource( 4 ) Button/styles/hover = SubResource( 4 ) Button/styles/normal = ExtResource( 1 ) Button/styles/pressed = SubResource( 4 ) LineEdit/colors/font_color = Color( 1, 1, 1, 1 ) LineEdit/styles/focus = SubResource( 1 ) LineEdit/styles/normal = SubResource( 2 ) Panel/styles/panel = ExtResource( 1 ) RichTextLabel/fonts/bold_font = ExtResource( 2 ) RichTextLabel/fonts/bold_italics_font = ExtResource( 4 ) RichTextLabel/fonts/italics_font = ExtResource( 4 ) RichTextLabel/fonts/mono_font = ExtResource( 3 ) RichTextLabel/fonts/normal_font = ExtResource( 3 ) VScrollBar/styles/scroll = SubResource( 3 )