diff --git a/DungeonShooting_Godot/SourceHanSerifCN-SemiBold.otf b/DungeonShooting_Godot/SourceHanSerifCN-SemiBold.otf new file mode 100644 index 0000000..efa94cb --- /dev/null +++ b/DungeonShooting_Godot/SourceHanSerifCN-SemiBold.otf Binary files differ diff --git a/DungeonShooting_Godot/prefab/ui/RoomUI.tscn b/DungeonShooting_Godot/prefab/ui/RoomUI.tscn index 24449a5..b710fac 100644 --- a/DungeonShooting_Godot/prefab/ui/RoomUI.tscn +++ b/DungeonShooting_Godot/prefab/ui/RoomUI.tscn @@ -1,9 +1,12 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=8 format=2] [ext_resource path="res://src/ui/RoomUI.cs" type="Script" id=1] [ext_resource path="res://resource/sprite/ui/mapBar.png" type="Texture" id=2] [ext_resource path="res://resource/sprite/ui/RoomUi.png" type="Texture" id=3] [ext_resource path="res://resource/sprite/ui/healthBar.png" type="Texture" id=4] +[ext_resource path="res://resource/sprite/gun/gun4.png" type="Texture" id=5] +[ext_resource path="res://resource/sprite/ui/hpBar.png" type="Texture" id=6] +[ext_resource path="res://resource/sprite/ui/shieldBar.png" type="Texture" id=7] [node name="RoomUI" type="Control"] anchor_right = 1.0 @@ -15,18 +18,62 @@ texture = ExtResource( 3 ) centered = false -[node name="TextureRect" type="TextureRect" parent="."] -margin_left = 17.0 -margin_top = 14.0 -margin_right = 72.0 -margin_bottom = 28.0 +[node name="Control" type="Control" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 20.0 +margin_top = 20.0 +margin_right = -20.0 +margin_bottom = -20.0 + +[node name="HealthBar" type="TextureRect" parent="Control"] +margin_right = 55.0 +margin_bottom = 14.0 texture = ExtResource( 4 ) -[node name="TextureRect2" type="TextureRect" parent="."] +[node name="HpBar" type="TextureRect" parent="Control/HealthBar"] +margin_left = 14.0 +margin_top = 3.0 +margin_right = 53.0 +margin_bottom = 7.0 +texture = ExtResource( 6 ) + +[node name="ShieldBar" type="TextureRect" parent="Control/HealthBar"] +margin_left = 14.0 +margin_top = 9.0 +margin_right = 46.0 +margin_bottom = 12.0 +texture = ExtResource( 7 ) + +[node name="MapBar" type="TextureRect" parent="Control"] anchor_left = 1.0 anchor_right = 1.0 -margin_left = -61.0 -margin_top = 12.0 -margin_right = -17.0 -margin_bottom = 56.0 +margin_left = -44.0 +margin_bottom = 44.0 texture = ExtResource( 2 ) + +[node name="Control" type="Control" parent="Control"] +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_top = -50.0 +margin_right = 50.0 + +[node name="GunBar" type="TextureRect" parent="Control/Control"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -33.0 +margin_top = -33.0 +margin_right = 33.0 +margin_bottom = 33.0 +texture = ExtResource( 5 ) + +[node name="Label" type="Label" parent="Control/Control"] +anchor_left = 0.5 +anchor_right = 0.5 +margin_left = -28.0 +margin_right = 28.0 +margin_bottom = 17.0 +text = "30/90" +align = 1 diff --git a/DungeonShooting_Godot/project.godot b/DungeonShooting_Godot/project.godot index 34cffb4..8ed3c3a 100644 --- a/DungeonShooting_Godot/project.godot +++ b/DungeonShooting_Godot/project.godot @@ -33,6 +33,11 @@ enabled=PoolStringArray( "res://addons/vnen.tiled_importer/plugin.cfg" ) +[gui] + +theme/custom="res://resource/theme/mainTheme.tres" +theme/custom_font="res://resource/font/cn_font_6.tres" + [importer_defaults] texture={ diff --git a/DungeonShooting_Godot/resource/font/cn_font_35.tres b/DungeonShooting_Godot/resource/font/cn_font_35.tres new file mode 100644 index 0000000..16b5fe2 --- /dev/null +++ b/DungeonShooting_Godot/resource/font/cn_font_35.tres @@ -0,0 +1,10 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://SourceHanSerifCN-SemiBold.otf" type="DynamicFontData" id=1] + +[resource] +size = 35 +use_mipmaps = true +use_filter = true +extra_spacing_char = 1 +font_data = ExtResource( 1 ) diff --git a/DungeonShooting_Godot/resource/font/cn_font_6.tres b/DungeonShooting_Godot/resource/font/cn_font_6.tres new file mode 100644 index 0000000..df04fd6 --- /dev/null +++ b/DungeonShooting_Godot/resource/font/cn_font_6.tres @@ -0,0 +1,10 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://SourceHanSerifCN-SemiBold.otf" type="DynamicFontData" id=1] + +[resource] +size = 6 +use_mipmaps = true +use_filter = true +extra_spacing_char = 1 +font_data = ExtResource( 1 ) diff --git a/DungeonShooting_Godot/resource/theme/mainTheme.tres b/DungeonShooting_Godot/resource/theme/mainTheme.tres new file mode 100644 index 0000000..0eae407 --- /dev/null +++ b/DungeonShooting_Godot/resource/theme/mainTheme.tres @@ -0,0 +1,489 @@ +[gd_resource type="Theme" load_steps=58 format=2] + +[sub_resource type="StyleBoxFlat" id=1] +content_margin_left = 6.0 +content_margin_right = 6.0 +content_margin_top = 4.0 +content_margin_bottom = 4.0 +bg_color = Color( 0.109412, 0.109412, 0.109412, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.0850983, 0.0850983, 0.0850983, 1 ) + +[sub_resource type="StyleBoxFlat" id=2] +content_margin_left = 6.0 +content_margin_right = 6.0 +content_margin_top = 4.0 +content_margin_bottom = 4.0 +bg_color = Color( 0.0911767, 0.0911767, 0.0911767, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.117647, 0.431373, 0.905882, 1 ) + +[sub_resource type="StyleBoxFlat" id=3] +content_margin_left = 6.0 +content_margin_right = 6.0 +content_margin_top = 4.0 +content_margin_bottom = 4.0 +bg_color = Color( 0.0911767, 0.0911767, 0.0911767, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.341177, 0.341177, 0.341177, 1 ) + +[sub_resource type="StyleBoxFlat" id=4] +content_margin_left = 6.0 +content_margin_right = 6.0 +content_margin_top = 4.0 +content_margin_bottom = 4.0 +bg_color = Color( 0, 0, 0, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.0759806, 0.0759806, 0.0759806, 1 ) + +[sub_resource type="StyleBoxFlat" id=5] +content_margin_left = 6.0 +content_margin_right = 6.0 +content_margin_top = 4.0 +content_margin_bottom = 4.0 +bg_color = Color( 0.0911767, 0.0911767, 0.0911767, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.117647, 0.431373, 0.905882, 1 ) + +[sub_resource type="StyleBoxFlat" id=6] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0932944, 0.118392, 0.156353, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0823529, 0.301961, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=7] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.109941, 0.0995689, 0.156353, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.228014, 0.137255, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=8] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.140588, 0.0995689, 0.15153, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.496176, 0.137255, 0.591912, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=9] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.140588, 0.0995689, 0.116059, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.496176, 0.137255, 0.281544, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=10] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.140588, 0.128039, 0.109059, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.496176, 0.386372, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=11] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.123941, 0.146863, 0.109059, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.350515, 0.551078, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=12] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0932944, 0.146863, 0.113883, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0823529, 0.551078, 0.2625, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=13] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0932944, 0.146863, 0.149353, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0823529, 0.551078, 0.572867, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=14] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.140588, 0.0995689, 0.15153, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.496176, 0.137255, 0.591912, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=15] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.140588, 0.0995689, 0.116059, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.496176, 0.137255, 0.281544, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=16] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.140588, 0.128039, 0.109059, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.496176, 0.386372, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=17] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.123941, 0.146863, 0.109059, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.350515, 0.551078, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=18] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0932944, 0.146863, 0.113883, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0823529, 0.551078, 0.2625, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=19] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0932944, 0.146863, 0.149353, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0823529, 0.551078, 0.572867, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=20] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0932944, 0.118392, 0.156353, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0823529, 0.301961, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=21] +content_margin_left = 3.0 +content_margin_right = 3.0 +content_margin_top = 5.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.109941, 0.0995689, 0.156353, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.228014, 0.137255, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=22] +bg_color = Color( 0.0823529, 0.301961, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=23] +bg_color = Color( 0.228014, 0.137255, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=24] +bg_color = Color( 0.496176, 0.137255, 0.591912, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=25] +bg_color = Color( 0.496176, 0.137255, 0.281544, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=26] +bg_color = Color( 0.496176, 0.386372, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=27] +bg_color = Color( 0.350515, 0.551078, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=28] +bg_color = Color( 0.0823529, 0.551078, 0.2625, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=29] +bg_color = Color( 0.0823529, 0.551078, 0.572867, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=30] +bg_color = Color( 0.496176, 0.137255, 0.591912, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=31] +bg_color = Color( 0.496176, 0.137255, 0.281544, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=32] +bg_color = Color( 0.496176, 0.386372, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=33] +bg_color = Color( 0.350515, 0.551078, 0.220294, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=34] +bg_color = Color( 0.0823529, 0.551078, 0.2625, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=35] +bg_color = Color( 0.0823529, 0.551078, 0.572867, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=36] +bg_color = Color( 0.0823529, 0.301961, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=37] +bg_color = Color( 0.228014, 0.137255, 0.634117, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=38] +bg_color = Color( 0.0941176, 0.345098, 0.724706, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=39] +bg_color = Color( 0.260588, 0.156863, 0.724706, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=40] +bg_color = Color( 0.567059, 0.156863, 0.676471, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=41] +bg_color = Color( 0.567059, 0.156863, 0.321765, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=42] +bg_color = Color( 0.567059, 0.441568, 0.251765, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=43] +bg_color = Color( 0.400588, 0.629804, 0.251765, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=44] +bg_color = Color( 0.0941176, 0.629804, 0.3, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=45] +bg_color = Color( 0.0941176, 0.629804, 0.654705, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=46] +bg_color = Color( 0.567059, 0.156863, 0.676471, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=47] +bg_color = Color( 0.567059, 0.156863, 0.321765, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=48] +bg_color = Color( 0.567059, 0.441568, 0.251765, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=49] +bg_color = Color( 0.400588, 0.629804, 0.251765, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=50] +bg_color = Color( 0.0941176, 0.629804, 0.3, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=51] +bg_color = Color( 0.0941176, 0.629804, 0.654705, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=52] +bg_color = Color( 0.0941176, 0.345098, 0.724706, 0.8 ) + +[sub_resource type="StyleBoxFlat" id=53] +bg_color = Color( 0.260588, 0.156863, 0.724706, 0.8 ) + +[sub_resource type="StyleBoxEmpty" id=54] +content_margin_left = 4.0 +content_margin_right = 4.0 +content_margin_top = 4.0 +content_margin_bottom = 4.0 + +[sub_resource type="Image" id=58] +data = { +"data": PoolByteArray( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 76, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 76, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 76, 255, 255, 255, 228, 255, 255, 255, 188, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 188, 255, 255, 255, 228, 255, 255, 255, 76, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 18, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 187, 255, 255, 255, 17, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 187, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 18, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 185, 255, 255, 255, 17, 255, 255, 255, 17, 255, 255, 255, 186, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 190, 255, 255, 255, 229, 255, 255, 255, 185, 255, 255, 255, 185, 255, 255, 255, 229, 255, 255, 255, 189, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 191, 255, 255, 255, 229, 255, 255, 255, 229, 255, 255, 255, 190, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 187, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 187, 255, 255, 255, 229, 255, 255, 255, 188, 255, 255, 255, 18, 255, 255, 255, 19, 255, 255, 255, 188, 255, 255, 255, 229, 255, 255, 255, 186, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 17, 255, 255, 255, 185, 255, 255, 255, 229, 255, 255, 255, 189, 255, 255, 255, 19, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 189, 255, 255, 255, 229, 255, 255, 255, 185, 255, 255, 255, 17, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 76, 255, 255, 255, 229, 255, 255, 255, 190, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 190, 255, 255, 255, 229, 255, 255, 255, 76, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 77, 255, 255, 255, 19, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 19, 255, 255, 255, 77, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ), +"format": "RGBA8", +"height": 16, +"mipmaps": false, +"width": 16 +} + +[sub_resource type="ImageTexture" id=56] +flags = 0 +flags = 0 +image = SubResource( 58 ) +size = Vector2( 16, 16 ) + +[sub_resource type="StyleBoxFlat" id=57] +content_margin_left = 6.0 +content_margin_right = 6.0 +content_margin_top = 4.0 +content_margin_bottom = 4.0 +bg_color = Color( 0.0705882, 0.0705882, 0.0705882, 1 ) + +[resource] +Button/colors/font_color = Color( 0.780392, 0.780392, 0.780392, 1 ) +Button/colors/font_color_disabled = Color( 1, 1, 1, 0.3 ) +Button/colors/font_color_focus = Color( 0.868235, 0.868235, 0.868235, 1 ) +Button/colors/font_color_hover = Color( 0.868235, 0.868235, 0.868235, 1 ) +Button/colors/font_color_pressed = Color( 0.117647, 0.431373, 0.905882, 1 ) +Button/colors/icon_color_hover = Color( 1.15, 1.15, 1.15, 1 ) +Button/colors/icon_color_pressed = Color( 0.135294, 0.496079, 1.04176, 1 ) +Button/styles/disabled = SubResource( 1 ) +Button/styles/focus = SubResource( 2 ) +Button/styles/hover = SubResource( 3 ) +Button/styles/normal = SubResource( 4 ) +Button/styles/pressed = SubResource( 5 ) +Editor/colors/accent_color = Color( 0.117647, 0.431373, 0.905882, 1 ) +Editor/colors/axis_x_color = Color( 0.96, 0.2, 0.32, 1 ) +Editor/colors/axis_y_color = Color( 0.53, 0.84, 0.01, 1 ) +Editor/colors/axis_z_color = Color( 0.16, 0.55, 0.96, 1 ) +Editor/colors/base_color = Color( 0.121569, 0.121569, 0.121569, 1 ) +Editor/colors/box_selection_fill_color = Color( 0.117647, 0.431373, 0.905882, 0.3 ) +Editor/colors/box_selection_stroke_color = Color( 0.117647, 0.431373, 0.905882, 0.8 ) +Editor/colors/contrast_color_1 = Color( 0.341177, 0.341177, 0.341177, 1 ) +Editor/colors/contrast_color_2 = Color( 0.450981, 0.450981, 0.450981, 1 ) +Editor/colors/dark_color_1 = Color( 0.0911767, 0.0911767, 0.0911767, 1 ) +Editor/colors/dark_color_2 = Color( 0.0759806, 0.0759806, 0.0759806, 1 ) +Editor/colors/dark_color_3 = Color( 0.0607845, 0.0607845, 0.0607845, 1 ) +Editor/colors/disabled_font_color = Color( 1, 1, 1, 0.3 ) +Editor/colors/error_color = Color( 1, 0.47, 0.42, 1 ) +Editor/colors/font_color = Color( 0.780392, 0.780392, 0.780392, 1 ) +Editor/colors/highlight_color = Color( 1, 1, 1, 0.2 ) +Editor/colors/highlighted_font_color = Color( 0.868235, 0.868235, 0.868235, 1 ) +Editor/colors/mono_color = Color( 1, 1, 1, 1 ) +Editor/colors/prop_category = Color( 0.200236, 0.200236, 0.200236, 1 ) +Editor/colors/prop_section = Color( 0.172971, 0.172971, 0.172971, 1 ) +Editor/colors/prop_subsection = Color( 0.145706, 0.145706, 0.145706, 1 ) +Editor/colors/property_color = Color( 0.640196, 0.640196, 0.640196, 1 ) +Editor/colors/sub_inspector_property_color = Color( 1, 1, 1, 1 ) +Editor/colors/success_color = Color( 0.45, 0.95, 0.5, 1 ) +Editor/colors/warning_color = Color( 1, 0.87, 0.4, 1 ) +Editor/constants/dark_theme = 1 +Editor/constants/inspector_margin = 8 +Editor/constants/scale = 1 +Editor/constants/sub_inspector_font_offset = 4 +Editor/constants/thumb_size = 64 +Editor/styles/sub_inspector_bg0 = SubResource( 6 ) +Editor/styles/sub_inspector_bg1 = SubResource( 7 ) +Editor/styles/sub_inspector_bg10 = SubResource( 8 ) +Editor/styles/sub_inspector_bg11 = SubResource( 9 ) +Editor/styles/sub_inspector_bg12 = SubResource( 10 ) +Editor/styles/sub_inspector_bg13 = SubResource( 11 ) +Editor/styles/sub_inspector_bg14 = SubResource( 12 ) +Editor/styles/sub_inspector_bg15 = SubResource( 13 ) +Editor/styles/sub_inspector_bg2 = SubResource( 14 ) +Editor/styles/sub_inspector_bg3 = SubResource( 15 ) +Editor/styles/sub_inspector_bg4 = SubResource( 16 ) +Editor/styles/sub_inspector_bg5 = SubResource( 17 ) +Editor/styles/sub_inspector_bg6 = SubResource( 18 ) +Editor/styles/sub_inspector_bg7 = SubResource( 19 ) +Editor/styles/sub_inspector_bg8 = SubResource( 20 ) +Editor/styles/sub_inspector_bg9 = SubResource( 21 ) +Editor/styles/sub_inspector_property_bg0 = SubResource( 22 ) +Editor/styles/sub_inspector_property_bg1 = SubResource( 23 ) +Editor/styles/sub_inspector_property_bg10 = SubResource( 24 ) +Editor/styles/sub_inspector_property_bg11 = SubResource( 25 ) +Editor/styles/sub_inspector_property_bg12 = SubResource( 26 ) +Editor/styles/sub_inspector_property_bg13 = SubResource( 27 ) +Editor/styles/sub_inspector_property_bg14 = SubResource( 28 ) +Editor/styles/sub_inspector_property_bg15 = SubResource( 29 ) +Editor/styles/sub_inspector_property_bg2 = SubResource( 30 ) +Editor/styles/sub_inspector_property_bg3 = SubResource( 31 ) +Editor/styles/sub_inspector_property_bg4 = SubResource( 32 ) +Editor/styles/sub_inspector_property_bg5 = SubResource( 33 ) +Editor/styles/sub_inspector_property_bg6 = SubResource( 34 ) +Editor/styles/sub_inspector_property_bg7 = SubResource( 35 ) +Editor/styles/sub_inspector_property_bg8 = SubResource( 36 ) +Editor/styles/sub_inspector_property_bg9 = SubResource( 37 ) +Editor/styles/sub_inspector_property_bg_selected0 = SubResource( 38 ) +Editor/styles/sub_inspector_property_bg_selected1 = SubResource( 39 ) +Editor/styles/sub_inspector_property_bg_selected10 = SubResource( 40 ) +Editor/styles/sub_inspector_property_bg_selected11 = SubResource( 41 ) +Editor/styles/sub_inspector_property_bg_selected12 = SubResource( 42 ) +Editor/styles/sub_inspector_property_bg_selected13 = SubResource( 43 ) +Editor/styles/sub_inspector_property_bg_selected14 = SubResource( 44 ) +Editor/styles/sub_inspector_property_bg_selected15 = SubResource( 45 ) +Editor/styles/sub_inspector_property_bg_selected2 = SubResource( 46 ) +Editor/styles/sub_inspector_property_bg_selected3 = SubResource( 47 ) +Editor/styles/sub_inspector_property_bg_selected4 = SubResource( 48 ) +Editor/styles/sub_inspector_property_bg_selected5 = SubResource( 49 ) +Editor/styles/sub_inspector_property_bg_selected6 = SubResource( 50 ) +Editor/styles/sub_inspector_property_bg_selected7 = SubResource( 51 ) +Editor/styles/sub_inspector_property_bg_selected8 = SubResource( 52 ) +Editor/styles/sub_inspector_property_bg_selected9 = SubResource( 53 ) +Label/colors/font_color = Color( 0.780392, 0.780392, 0.780392, 1 ) +Label/colors/font_color_shadow = Color( 0, 0, 0, 0 ) +Label/constants/line_spacing = 3 +Label/constants/shadow_as_outline = 0 +Label/constants/shadow_offset_x = 1 +Label/constants/shadow_offset_y = 1 +Label/styles/normal = SubResource( 54 ) +LineEdit/colors/clear_button_color = Color( 0.780392, 0.780392, 0.780392, 1 ) +LineEdit/colors/clear_button_color_pressed = Color( 0.117647, 0.431373, 0.905882, 1 ) +LineEdit/colors/cursor_color = Color( 0.780392, 0.780392, 0.780392, 1 ) +LineEdit/colors/font_color = Color( 0.780392, 0.780392, 0.780392, 1 ) +LineEdit/colors/font_color_selected = Color( 1, 1, 1, 1 ) +LineEdit/colors/font_color_uneditable = Color( 1, 1, 1, 0.65 ) +LineEdit/colors/read_only = Color( 1, 1, 1, 0.3 ) +LineEdit/colors/selection_color = Color( 0.117647, 0.431373, 0.905882, 0.4 ) +LineEdit/icons/clear = SubResource( 56 ) +LineEdit/styles/focus = SubResource( 2 ) +LineEdit/styles/normal = SubResource( 4 ) +LineEdit/styles/read_only = SubResource( 1 ) +Panel/styles/panel = SubResource( 57 )