├── Arch Entity Debugger ├── Assets │ ├── Debugger_Font.tres │ ├── FiraMono-Medium.ttf │ ├── FiraMono-Medium.ttf.import │ ├── Icons │ │ ├── expand.png │ │ ├── expand.png.import │ │ ├── handle.png │ │ ├── handle.png.import │ │ ├── shortcut.png │ │ └── shortcut.png.import │ ├── Scenes │ │ ├── Entity_Debugger.tscn │ │ ├── Entity_Debugger_Hotkey_Toggler.tscn │ │ └── Entity_Debugger_Window.tscn │ └── Theme_EntityViewer.tres └── Scripts │ ├── ArchetypeAttribute.cs │ ├── ArchetypeManager.cs │ ├── ComponentTypeArrayComparer.cs │ ├── EntityDebugger.cs │ ├── EntityDebuggerHotkeyToggler.cs │ ├── EntityRendererAttribute.cs │ ├── EntityTreeRendering.cs │ ├── IEntityTreeRenderer.cs │ ├── Renderers │ ├── AabbRenderer.cs │ ├── EntityRenderer.cs │ ├── Matrix4x4Renderer.cs │ ├── QuaternionRenderer.cs │ ├── UnsafeArrayRenderer.cs │ ├── UnsafeListRenderer.cs │ ├── UnsafeQueueRenderer.cs │ └── Vector3Renderer.cs │ └── TreeExtensions.cs ├── LICENSE.MD ├── README.MD └── docs ├── archetype_naming_1.png ├── archetype_naming_2.png └── example_main.png /Arch Entity Debugger/Assets/Debugger_Font.tres: -------------------------------------------------------------------------------- 1 | [gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://bg7og6mx4swlr"] 2 | 3 | [ext_resource type="FontFile" uid="uid://0yf5iwouiail" path="res://addons/Arch Entity Debugger/Assets/FiraMono-Medium.ttf" id="1_54pfa"] 4 | 5 | [resource] 6 | base_font = ExtResource("1_54pfa") 7 | variation_embolden = 0.5 8 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/FiraMono-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoadTurtleGames/ArchGodotEntityDebugger/27185c4e8bb246d7aa22179e3bfc78c548f86769/Arch Entity Debugger/Assets/FiraMono-Medium.ttf -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/FiraMono-Medium.ttf.import: -------------------------------------------------------------------------------- 1 | [remap] 2 | 3 | importer="font_data_dynamic" 4 | type="FontFile" 5 | uid="uid://0yf5iwouiail" 6 | path="res://.godot/imported/FiraMono-Medium.ttf-e72b3700c5d5dbd65b3baf411b1e0596.fontdata" 7 | 8 | [deps] 9 | 10 | source_file="res://addons/Arch Entity Debugger/Assets/FiraMono-Medium.ttf" 11 | dest_files=["res://.godot/imported/FiraMono-Medium.ttf-e72b3700c5d5dbd65b3baf411b1e0596.fontdata"] 12 | 13 | [params] 14 | 15 | Rendering=null 16 | antialiasing=1 17 | generate_mipmaps=false 18 | multichannel_signed_distance_field=false 19 | msdf_pixel_range=8 20 | msdf_size=48 21 | allow_system_fallback=true 22 | force_autohinter=false 23 | hinting=1 24 | subpixel_positioning=1 25 | oversampling=0.0 26 | Fallbacks=null 27 | fallbacks=[] 28 | Compress=null 29 | compress=true 30 | preload=[] 31 | language_support={} 32 | script_support={} 33 | opentype_features={} 34 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Icons/expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoadTurtleGames/ArchGodotEntityDebugger/27185c4e8bb246d7aa22179e3bfc78c548f86769/Arch Entity Debugger/Assets/Icons/expand.png -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Icons/expand.png.import: -------------------------------------------------------------------------------- 1 | [remap] 2 | 3 | importer="texture" 4 | type="CompressedTexture2D" 5 | uid="uid://cwljo186c8ya" 6 | path="res://.godot/imported/expand.png-3b2abe4fab167233966df985580d4539.ctex" 7 | metadata={ 8 | "vram_texture": false 9 | } 10 | 11 | [deps] 12 | 13 | source_file="res://addons/Arch Entity Debugger/Assets/Icons/expand.png" 14 | dest_files=["res://.godot/imported/expand.png-3b2abe4fab167233966df985580d4539.ctex"] 15 | 16 | [params] 17 | 18 | compress/mode=0 19 | compress/high_quality=false 20 | compress/lossy_quality=0.7 21 | compress/hdr_compression=1 22 | compress/normal_map=0 23 | compress/channel_pack=0 24 | mipmaps/generate=false 25 | mipmaps/limit=-1 26 | roughness/mode=0 27 | roughness/src_normal="" 28 | process/fix_alpha_border=true 29 | process/premult_alpha=false 30 | process/normal_map_invert_y=false 31 | process/hdr_as_srgb=false 32 | process/hdr_clamp_exposure=false 33 | process/size_limit=0 34 | detect_3d/compress_to=1 35 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Icons/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoadTurtleGames/ArchGodotEntityDebugger/27185c4e8bb246d7aa22179e3bfc78c548f86769/Arch Entity Debugger/Assets/Icons/handle.png -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Icons/handle.png.import: -------------------------------------------------------------------------------- 1 | [remap] 2 | 3 | importer="texture" 4 | type="CompressedTexture2D" 5 | uid="uid://bap27bhbdk6h1" 6 | path="res://.godot/imported/handle.png-8fd32557ad0057b067d2f2789e18a204.ctex" 7 | metadata={ 8 | "vram_texture": false 9 | } 10 | 11 | [deps] 12 | 13 | source_file="res://addons/Arch Entity Debugger/Assets/Icons/handle.png" 14 | dest_files=["res://.godot/imported/handle.png-8fd32557ad0057b067d2f2789e18a204.ctex"] 15 | 16 | [params] 17 | 18 | compress/mode=0 19 | compress/high_quality=false 20 | compress/lossy_quality=0.7 21 | compress/hdr_compression=1 22 | compress/normal_map=0 23 | compress/channel_pack=0 24 | mipmaps/generate=false 25 | mipmaps/limit=-1 26 | roughness/mode=0 27 | roughness/src_normal="" 28 | process/fix_alpha_border=true 29 | process/premult_alpha=false 30 | process/normal_map_invert_y=false 31 | process/hdr_as_srgb=false 32 | process/hdr_clamp_exposure=false 33 | process/size_limit=0 34 | detect_3d/compress_to=1 35 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Icons/shortcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoadTurtleGames/ArchGodotEntityDebugger/27185c4e8bb246d7aa22179e3bfc78c548f86769/Arch Entity Debugger/Assets/Icons/shortcut.png -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Icons/shortcut.png.import: -------------------------------------------------------------------------------- 1 | [remap] 2 | 3 | importer="texture" 4 | type="CompressedTexture2D" 5 | uid="uid://bs2dds68xfsyv" 6 | path="res://.godot/imported/shortcut.png-94c6f620618085b7979f4465cb372777.ctex" 7 | metadata={ 8 | "vram_texture": false 9 | } 10 | 11 | [deps] 12 | 13 | source_file="res://addons/Arch Entity Debugger/Assets/Icons/shortcut.png" 14 | dest_files=["res://.godot/imported/shortcut.png-94c6f620618085b7979f4465cb372777.ctex"] 15 | 16 | [params] 17 | 18 | compress/mode=0 19 | compress/high_quality=false 20 | compress/lossy_quality=0.7 21 | compress/hdr_compression=1 22 | compress/normal_map=0 23 | compress/channel_pack=0 24 | mipmaps/generate=false 25 | mipmaps/limit=-1 26 | roughness/mode=0 27 | roughness/src_normal="" 28 | process/fix_alpha_border=true 29 | process/premult_alpha=false 30 | process/normal_map_invert_y=false 31 | process/hdr_as_srgb=false 32 | process/hdr_clamp_exposure=false 33 | process/size_limit=0 34 | detect_3d/compress_to=1 35 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Scenes/Entity_Debugger.tscn: -------------------------------------------------------------------------------- 1 | [gd_scene load_steps=4 format=3 uid="uid://df15eyp0ekksp"] 2 | 3 | [ext_resource type="Theme" uid="uid://h10awbykqga4" path="res://addons/Arch Entity Debugger/Assets/Theme_EntityViewer.tres" id="1_a6t8t"] 4 | [ext_resource type="Script" path="res://addons/Arch Entity Debugger/Scripts/EntityDebugger.cs" id="2_g7ihv"] 5 | [ext_resource type="PackedScene" uid="uid://5dmngx31bwl" path="res://addons/Arch Entity Debugger/Assets/Scenes/Entity_Debugger_Window.tscn" id="3_7kx48"] 6 | 7 | [node name="Entity Debugger" type="Control"] 8 | custom_minimum_size = Vector2(300, 300) 9 | layout_mode = 3 10 | anchors_preset = 15 11 | anchor_right = 1.0 12 | anchor_bottom = 1.0 13 | grow_horizontal = 2 14 | grow_vertical = 2 15 | mouse_filter = 1 16 | theme = ExtResource("1_a6t8t") 17 | script = ExtResource("2_g7ihv") 18 | refreshRate = 0.1 19 | debugWindowPrefab = ExtResource("3_7kx48") 20 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Scenes/Entity_Debugger_Hotkey_Toggler.tscn: -------------------------------------------------------------------------------- 1 | [gd_scene load_steps=2 format=3 uid="uid://dqjjcld0njxn6"] 2 | 3 | [ext_resource type="Script" path="res://addons/Arch Entity Debugger/Scripts/EntityDebuggerHotkeyToggler.cs" id="1_4spm0"] 4 | 5 | [node name="Entity_Debugger_Hotkey_Toggler" type="Node2D"] 6 | script = ExtResource("1_4spm0") 7 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Scenes/Entity_Debugger_Window.tscn: -------------------------------------------------------------------------------- 1 | [gd_scene load_steps=3 format=3 uid="uid://5dmngx31bwl"] 2 | 3 | [ext_resource type="Theme" uid="uid://h10awbykqga4" path="res://addons/Arch Entity Debugger/Assets/Theme_EntityViewer.tres" id="1_cy6kn"] 4 | [ext_resource type="Texture2D" uid="uid://bap27bhbdk6h1" path="res://addons/Arch Entity Debugger/Assets/Icons/handle.png" id="2_j4r8q"] 5 | 6 | [node name="EntityDebuggerWindow" type="Window"] 7 | transparent_bg = true 8 | position = Vector2i(0, 36) 9 | size = Vector2i(600, 600) 10 | always_on_top = true 11 | transparent = true 12 | min_size = Vector2i(600, 600) 13 | theme = ExtResource("1_cy6kn") 14 | 15 | [node name="ColorRect" type="ColorRect" parent="."] 16 | anchors_preset = 15 17 | anchor_right = 1.0 18 | anchor_bottom = 1.0 19 | grow_horizontal = 2 20 | grow_vertical = 2 21 | color = Color(0, 0, 0, 0.392157) 22 | 23 | [node name="HeaderBar" type="HBoxContainer" parent="."] 24 | custom_minimum_size = Vector2(0, 24) 25 | anchors_preset = 10 26 | anchor_right = 1.0 27 | offset_left = 4.0 28 | offset_top = 4.0 29 | offset_right = 4.0 30 | offset_bottom = 28.0 31 | grow_horizontal = 2 32 | size_flags_vertical = 3 33 | 34 | [node name="MarginContainer" type="MarginContainer" parent="."] 35 | custom_minimum_size = Vector2(0, 28) 36 | anchors_preset = 10 37 | anchor_right = 1.0 38 | offset_bottom = 18.0 39 | grow_horizontal = 2 40 | size_flags_horizontal = 3 41 | theme_override_constants/margin_left = 4 42 | theme_override_constants/margin_right = 4 43 | 44 | [node name="WorldOptions" type="TabBar" parent="MarginContainer"] 45 | custom_minimum_size = Vector2(160, 10) 46 | layout_mode = 2 47 | size_flags_vertical = 8 48 | 49 | [node name="MarginContainer2" type="MarginContainer" parent="."] 50 | anchors_preset = 15 51 | anchor_right = 1.0 52 | anchor_bottom = 1.0 53 | grow_horizontal = 2 54 | grow_vertical = 2 55 | theme_override_constants/margin_top = 28 56 | 57 | [node name="Container" type="VSplitContainer" parent="MarginContainer2"] 58 | layout_mode = 2 59 | theme_override_constants/separation = -4 60 | theme_override_constants/minimum_grab_thickness = 16 61 | theme_override_icons/grabber = ExtResource("2_j4r8q") 62 | 63 | [node name="EntitiesListTree" type="Tree" parent="MarginContainer2/Container"] 64 | custom_minimum_size = Vector2(200, 200) 65 | layout_mode = 2 66 | size_flags_vertical = 3 67 | hide_root = true 68 | scroll_horizontal_enabled = false 69 | 70 | [node name="EntityDetailsTree" type="Tree" parent="MarginContainer2/Container"] 71 | custom_minimum_size = Vector2(200, 200) 72 | layout_mode = 2 73 | size_flags_vertical = 3 74 | scroll_horizontal_enabled = false 75 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Assets/Theme_EntityViewer.tres: -------------------------------------------------------------------------------- 1 | [gd_resource type="Theme" load_steps=68 format=3 uid="uid://h10awbykqga4"] 2 | 3 | [ext_resource type="FontVariation" uid="uid://bg7og6mx4swlr" path="res://addons/Arch Entity Debugger/Assets/Debugger_Font.tres" id="1_mq47o"] 4 | 5 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lmi24"] 6 | content_margin_left = 4.0 7 | content_margin_top = 4.0 8 | content_margin_right = 4.0 9 | content_margin_bottom = 4.0 10 | bg_color = Color(0.1, 0.1, 0.1, 0.3) 11 | corner_radius_top_left = 3 12 | corner_radius_top_right = 3 13 | corner_radius_bottom_right = 3 14 | corner_radius_bottom_left = 3 15 | corner_detail = 5 16 | 17 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mody6"] 18 | content_margin_left = 4.0 19 | content_margin_top = 4.0 20 | content_margin_right = 4.0 21 | content_margin_bottom = 4.0 22 | bg_color = Color(1, 1, 1, 0.75) 23 | draw_center = false 24 | corner_radius_top_left = 3 25 | corner_radius_top_right = 3 26 | corner_radius_bottom_right = 3 27 | corner_radius_bottom_left = 3 28 | corner_detail = 5 29 | expand_margin_left = 2.0 30 | expand_margin_top = 2.0 31 | expand_margin_right = 2.0 32 | expand_margin_bottom = 2.0 33 | 34 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_omf3x"] 35 | content_margin_left = 4.0 36 | content_margin_top = 4.0 37 | content_margin_right = 4.0 38 | content_margin_bottom = 4.0 39 | bg_color = Color(0.225, 0.225, 0.225, 0.6) 40 | corner_radius_top_left = 3 41 | corner_radius_top_right = 3 42 | corner_radius_bottom_right = 3 43 | corner_radius_bottom_left = 3 44 | corner_detail = 5 45 | 46 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fsiid"] 47 | content_margin_left = 4.0 48 | content_margin_top = 4.0 49 | content_margin_right = 4.0 50 | content_margin_bottom = 4.0 51 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 52 | corner_radius_top_left = 3 53 | corner_radius_top_right = 3 54 | corner_radius_bottom_right = 3 55 | corner_radius_bottom_left = 3 56 | corner_detail = 5 57 | 58 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_70ufp"] 59 | content_margin_left = 4.0 60 | content_margin_top = 4.0 61 | content_margin_right = 4.0 62 | content_margin_bottom = 4.0 63 | bg_color = Color(0, 0, 0, 0.6) 64 | corner_radius_top_left = 3 65 | corner_radius_top_right = 3 66 | corner_radius_bottom_right = 3 67 | corner_radius_bottom_left = 3 68 | corner_detail = 5 69 | 70 | [sub_resource type="Image" id="Image_jykcm"] 71 | data = { 72 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 153, 178, 178, 178, 166, 184, 184, 184, 18, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 184, 184, 184, 18, 178, 178, 178, 166, 178, 178, 178, 151, 255, 255, 255, 0, 255, 255, 255, 0, 178, 178, 178, 166, 178, 178, 178, 217, 178, 178, 178, 179, 184, 184, 184, 18, 255, 255, 255, 0, 255, 255, 255, 0, 175, 175, 175, 19, 178, 178, 178, 179, 178, 178, 178, 217, 178, 178, 178, 165, 255, 255, 255, 0, 255, 255, 255, 0, 184, 184, 184, 18, 177, 177, 177, 179, 178, 178, 178, 217, 179, 179, 179, 180, 175, 175, 175, 19, 175, 175, 175, 19, 179, 179, 179, 180, 178, 178, 178, 217, 177, 177, 177, 179, 180, 180, 180, 17, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 184, 184, 184, 18, 177, 177, 177, 179, 178, 178, 178, 217, 178, 178, 178, 181, 178, 178, 178, 181, 178, 178, 178, 217, 177, 177, 177, 179, 180, 180, 180, 17, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 184, 184, 184, 18, 177, 177, 177, 179, 178, 178, 178, 217, 178, 178, 178, 217, 177, 177, 177, 179, 180, 180, 180, 17, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 184, 184, 184, 18, 178, 178, 178, 165, 178, 178, 178, 165, 180, 180, 180, 17, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 73 | "format": "RGBA8", 74 | "height": 12, 75 | "mipmaps": false, 76 | "width": 12 77 | } 78 | 79 | [sub_resource type="ImageTexture" id="ImageTexture_ne5jy"] 80 | image = SubResource("Image_jykcm") 81 | 82 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6mu44"] 83 | content_margin_left = 8.0 84 | content_margin_top = 4.0 85 | content_margin_right = 21.0 86 | content_margin_bottom = 4.0 87 | bg_color = Color(0.1, 0.1, 0.1, 0.3) 88 | corner_radius_top_left = 3 89 | corner_radius_top_right = 3 90 | corner_radius_bottom_right = 3 91 | corner_radius_bottom_left = 3 92 | corner_detail = 5 93 | 94 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rjj21"] 95 | content_margin_left = 21.0 96 | content_margin_top = 4.0 97 | content_margin_right = 8.0 98 | content_margin_bottom = 4.0 99 | bg_color = Color(0.1, 0.1, 0.1, 0.3) 100 | corner_radius_top_left = 3 101 | corner_radius_top_right = 3 102 | corner_radius_bottom_right = 3 103 | corner_radius_bottom_left = 3 104 | corner_detail = 5 105 | 106 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gg7va"] 107 | content_margin_left = 8.0 108 | content_margin_top = 4.0 109 | content_margin_right = 21.0 110 | content_margin_bottom = 4.0 111 | bg_color = Color(0.225, 0.225, 0.225, 0.6) 112 | corner_radius_top_left = 3 113 | corner_radius_top_right = 3 114 | corner_radius_bottom_right = 3 115 | corner_radius_bottom_left = 3 116 | corner_detail = 5 117 | 118 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gu8ag"] 119 | content_margin_left = 21.0 120 | content_margin_top = 4.0 121 | content_margin_right = 8.0 122 | content_margin_bottom = 4.0 123 | bg_color = Color(0.225, 0.225, 0.225, 0.6) 124 | corner_radius_top_left = 3 125 | corner_radius_top_right = 3 126 | corner_radius_bottom_right = 3 127 | corner_radius_bottom_left = 3 128 | corner_detail = 5 129 | 130 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3o8sy"] 131 | content_margin_left = 8.0 132 | content_margin_top = 4.0 133 | content_margin_right = 21.0 134 | content_margin_bottom = 4.0 135 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 136 | corner_radius_top_left = 3 137 | corner_radius_top_right = 3 138 | corner_radius_bottom_right = 3 139 | corner_radius_bottom_left = 3 140 | corner_detail = 5 141 | 142 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_malrp"] 143 | content_margin_left = 21.0 144 | content_margin_top = 4.0 145 | content_margin_right = 8.0 146 | content_margin_bottom = 4.0 147 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 148 | corner_radius_top_left = 3 149 | corner_radius_top_right = 3 150 | corner_radius_bottom_right = 3 151 | corner_radius_bottom_left = 3 152 | corner_detail = 5 153 | 154 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hjrva"] 155 | content_margin_left = 8.0 156 | content_margin_top = 4.0 157 | content_margin_right = 21.0 158 | content_margin_bottom = 4.0 159 | bg_color = Color(0, 0, 0, 0.6) 160 | corner_radius_top_left = 3 161 | corner_radius_top_right = 3 162 | corner_radius_bottom_right = 3 163 | corner_radius_bottom_left = 3 164 | corner_detail = 5 165 | 166 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eqwj3"] 167 | content_margin_left = 21.0 168 | content_margin_top = 4.0 169 | content_margin_right = 8.0 170 | content_margin_bottom = 4.0 171 | bg_color = Color(0, 0, 0, 0.6) 172 | corner_radius_top_left = 3 173 | corner_radius_top_right = 3 174 | corner_radius_bottom_right = 3 175 | corner_radius_bottom_left = 3 176 | corner_detail = 5 177 | 178 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3i5hi"] 179 | content_margin_left = 4.0 180 | content_margin_top = 4.0 181 | content_margin_right = 4.0 182 | content_margin_bottom = 4.0 183 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 184 | corner_radius_top_left = 3 185 | corner_radius_top_right = 3 186 | corner_radius_bottom_right = 3 187 | corner_radius_bottom_left = 3 188 | corner_detail = 5 189 | 190 | [sub_resource type="Image" id="Image_cwka7"] 191 | data = { 192 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 26, 255, 255, 255, 146, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 144, 255, 255, 255, 25, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 146, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 144, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 237, 237, 237, 195, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 177, 177, 177, 209, 37, 37, 37, 252, 178, 178, 178, 209, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 176, 176, 176, 209, 32, 32, 32, 254, 26, 26, 26, 255, 84, 84, 84, 235, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 176, 176, 176, 209, 32, 32, 32, 254, 26, 26, 26, 255, 78, 78, 78, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 253, 253, 253, 192, 222, 222, 222, 198, 255, 255, 255, 191, 255, 255, 255, 191, 175, 175, 175, 210, 32, 32, 32, 254, 26, 26, 26, 255, 79, 79, 79, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 253, 253, 253, 192, 90, 90, 90, 234, 45, 45, 45, 249, 212, 212, 212, 200, 174, 174, 174, 210, 32, 32, 32, 254, 26, 26, 26, 255, 79, 79, 79, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 232, 232, 232, 196, 54, 54, 54, 246, 26, 26, 26, 255, 43, 43, 43, 250, 32, 32, 32, 254, 26, 26, 26, 255, 81, 81, 81, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 226, 226, 226, 197, 54, 54, 54, 246, 26, 26, 26, 255, 26, 26, 26, 255, 81, 81, 81, 237, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 226, 226, 226, 197, 54, 54, 54, 246, 81, 81, 81, 236, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 230, 230, 230, 197, 248, 248, 248, 193, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 144, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 143, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 25, 255, 255, 255, 144, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 143, 255, 255, 255, 24, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 193 | "format": "RGBA8", 194 | "height": 16, 195 | "mipmaps": false, 196 | "width": 16 197 | } 198 | 199 | [sub_resource type="ImageTexture" id="ImageTexture_q2stl"] 200 | image = SubResource("Image_cwka7") 201 | 202 | [sub_resource type="Image" id="Image_1lamb"] 203 | data = { 204 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 13, 255, 255, 255, 96, 255, 255, 255, 136, 255, 255, 255, 173, 255, 255, 255, 173, 255, 255, 255, 136, 255, 255, 255, 95, 255, 255, 255, 11, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 56, 255, 255, 255, 171, 254, 254, 254, 193, 242, 242, 242, 204, 228, 228, 228, 217, 228, 228, 228, 217, 242, 242, 242, 204, 255, 255, 255, 192, 255, 255, 255, 168, 255, 255, 255, 51, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 56, 255, 255, 255, 191, 243, 243, 243, 203, 206, 206, 206, 244, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 207, 207, 207, 243, 243, 243, 243, 203, 255, 255, 255, 190, 255, 255, 255, 50, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 12, 255, 255, 255, 171, 243, 243, 243, 203, 199, 199, 199, 254, 176, 176, 176, 255, 81, 81, 81, 255, 43, 43, 43, 255, 43, 43, 43, 255, 83, 83, 83, 255, 177, 177, 177, 255, 199, 199, 199, 254, 243, 243, 243, 203, 255, 255, 255, 168, 255, 255, 255, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 254, 254, 254, 193, 206, 206, 206, 244, 176, 176, 176, 255, 37, 37, 37, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 39, 39, 39, 255, 179, 179, 179, 255, 207, 207, 207, 243, 255, 255, 255, 192, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 137, 242, 242, 242, 204, 198, 198, 198, 255, 81, 81, 81, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 86, 86, 86, 255, 198, 198, 198, 255, 242, 242, 242, 204, 255, 255, 255, 154, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 174, 228, 228, 228, 217, 198, 198, 198, 255, 43, 43, 43, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 43, 43, 43, 255, 198, 198, 198, 255, 228, 228, 228, 217, 255, 255, 255, 180, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 173, 228, 228, 228, 217, 198, 198, 198, 255, 43, 43, 43, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 44, 44, 44, 255, 198, 198, 198, 255, 228, 228, 228, 217, 255, 255, 255, 180, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 136, 242, 242, 242, 204, 198, 198, 198, 255, 83, 83, 83, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 88, 88, 88, 255, 198, 198, 198, 255, 242, 242, 242, 204, 255, 255, 255, 152, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 95, 255, 255, 255, 192, 207, 207, 207, 243, 178, 178, 178, 255, 39, 39, 39, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 42, 42, 42, 255, 181, 181, 181, 255, 207, 207, 207, 243, 255, 255, 255, 192, 255, 255, 255, 94, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 11, 255, 255, 255, 169, 243, 243, 243, 203, 199, 199, 199, 254, 179, 179, 179, 255, 86, 86, 86, 255, 43, 43, 43, 255, 44, 44, 44, 255, 88, 88, 88, 255, 181, 181, 181, 255, 200, 200, 200, 253, 244, 244, 244, 202, 255, 255, 255, 165, 255, 255, 255, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 52, 255, 255, 255, 190, 243, 243, 243, 203, 207, 207, 207, 243, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 198, 198, 198, 255, 207, 207, 207, 243, 244, 244, 244, 202, 255, 255, 255, 189, 255, 255, 255, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 50, 255, 255, 255, 168, 255, 255, 255, 192, 242, 242, 242, 204, 228, 228, 228, 217, 228, 228, 228, 217, 242, 242, 242, 204, 255, 255, 255, 192, 255, 255, 255, 165, 255, 255, 255, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 10, 255, 255, 255, 96, 255, 255, 255, 154, 255, 255, 255, 180, 255, 255, 255, 180, 255, 255, 255, 152, 255, 255, 255, 94, 255, 255, 255, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 205 | "format": "RGBA8", 206 | "height": 16, 207 | "mipmaps": false, 208 | "width": 16 209 | } 210 | 211 | [sub_resource type="ImageTexture" id="ImageTexture_idp5i"] 212 | image = SubResource("Image_1lamb") 213 | 214 | [sub_resource type="Image" id="Image_kkqr1"] 215 | data = { 216 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 42, 42, 42, 12, 26, 26, 26, 67, 26, 26, 26, 105, 27, 27, 27, 122, 27, 27, 27, 122, 26, 26, 26, 105, 27, 27, 27, 66, 46, 46, 46, 11, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 29, 29, 29, 44, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 122, 30, 30, 30, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 29, 29, 29, 44, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 30, 30, 30, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 42, 42, 42, 12, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 46, 46, 46, 11, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 67, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 65, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 105, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 104, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 122, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 105, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 103, 255, 255, 255, 0, 255, 255, 255, 0, 27, 27, 27, 66, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 65, 255, 255, 255, 0, 255, 255, 255, 0, 46, 46, 46, 11, 27, 27, 27, 122, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 51, 51, 51, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 30, 30, 30, 42, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 31, 31, 31, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 30, 30, 30, 42, 27, 27, 27, 121, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 27, 27, 27, 121, 31, 31, 31, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 46, 46, 46, 11, 27, 27, 27, 65, 27, 27, 27, 104, 27, 27, 27, 122, 27, 27, 27, 121, 27, 27, 27, 103, 27, 27, 27, 65, 51, 51, 51, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 217 | "format": "RGBA8", 218 | "height": 16, 219 | "mipmaps": false, 220 | "width": 16 221 | } 222 | 223 | [sub_resource type="ImageTexture" id="ImageTexture_xaxxv"] 224 | image = SubResource("Image_kkqr1") 225 | 226 | [sub_resource type="Image" id="Image_mvcpb"] 227 | data = { 228 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 30, 178, 178, 178, 103, 178, 178, 178, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 176, 176, 176, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 176, 176, 176, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 177, 177, 177, 49, 178, 178, 178, 115, 178, 178, 178, 115, 173, 173, 173, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 177, 177, 177, 49, 178, 178, 178, 115, 178, 178, 178, 115, 181, 181, 181, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 179, 179, 179, 47, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 179, 179, 179, 47, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 30, 178, 178, 178, 103, 178, 178, 178, 46, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 229 | "format": "RGBA8", 230 | "height": 16, 231 | "mipmaps": false, 232 | "width": 8 233 | } 234 | 235 | [sub_resource type="ImageTexture" id="ImageTexture_vpjhb"] 236 | image = SubResource("Image_mvcpb") 237 | 238 | [sub_resource type="Image" id="Image_84rhv"] 239 | data = { 240 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 178, 178, 178, 46, 178, 178, 178, 103, 176, 176, 176, 29, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 181, 181, 181, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 48, 178, 178, 178, 115, 178, 178, 178, 115, 181, 181, 181, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 177, 177, 177, 49, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 181, 181, 181, 31, 178, 178, 178, 115, 178, 178, 178, 115, 177, 177, 177, 49, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 176, 176, 176, 48, 178, 178, 178, 115, 178, 178, 178, 115, 181, 181, 181, 48, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 176, 176, 176, 48, 178, 178, 178, 115, 178, 178, 178, 115, 173, 173, 173, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 178, 178, 178, 46, 178, 178, 178, 103, 179, 179, 179, 30, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 241 | "format": "RGBA8", 242 | "height": 16, 243 | "mipmaps": false, 244 | "width": 8 245 | } 246 | 247 | [sub_resource type="ImageTexture" id="ImageTexture_qj8wt"] 248 | image = SubResource("Image_84rhv") 249 | 250 | [sub_resource type="Image" id="Image_0pwnc"] 251 | data = { 252 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 30, 30, 30, 17, 26, 26, 26, 98, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 26, 26, 26, 97, 30, 30, 30, 17, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 98, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 97, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 255, 255, 255, 0, 255, 255, 255, 0, 26, 26, 26, 97, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 96, 255, 255, 255, 0, 255, 255, 255, 0, 30, 30, 30, 17, 26, 26, 26, 97, 26, 26, 26, 127, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 128, 26, 26, 26, 127, 26, 26, 26, 96, 32, 32, 32, 16, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 253 | "format": "RGBA8", 254 | "height": 16, 255 | "mipmaps": false, 256 | "width": 16 257 | } 258 | 259 | [sub_resource type="ImageTexture" id="ImageTexture_wh3h3"] 260 | image = SubResource("Image_0pwnc") 261 | 262 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bofdr"] 263 | content_margin_left = 4.0 264 | content_margin_top = 4.0 265 | content_margin_right = 4.0 266 | content_margin_bottom = 4.0 267 | bg_color = Color(0.4, 0.4, 0.4, 1) 268 | corner_radius_top_left = 3 269 | corner_radius_top_right = 3 270 | corner_radius_bottom_right = 3 271 | corner_radius_bottom_left = 3 272 | corner_detail = 5 273 | 274 | [sub_resource type="StyleBoxLine" id="StyleBoxLine_f7f0d"] 275 | content_margin_left = 4.0 276 | content_margin_top = 0.0 277 | content_margin_right = 4.0 278 | content_margin_bottom = 0.0 279 | color = Color(0.5, 0.5, 0.5, 1) 280 | 281 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8h28r"] 282 | content_margin_left = 4.0 283 | content_margin_top = 4.0 284 | content_margin_right = 4.0 285 | content_margin_bottom = 4.0 286 | bg_color = Color(0.25, 0.25, 0.25, 1) 287 | border_width_left = 2 288 | border_width_top = 2 289 | border_width_right = 2 290 | border_width_bottom = 2 291 | border_color = Color(0.175, 0.175, 0.175, 1) 292 | corner_radius_top_left = 3 293 | corner_radius_top_right = 3 294 | corner_radius_bottom_right = 3 295 | corner_radius_bottom_left = 3 296 | corner_detail = 5 297 | 298 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3kkan"] 299 | content_margin_left = 4.0 300 | content_margin_top = 4.0 301 | content_margin_right = 4.0 302 | content_margin_bottom = 4.0 303 | bg_color = Color(0.1, 0.1, 0.1, 0.3) 304 | border_width_left = 2 305 | border_width_top = 2 306 | border_width_right = 2 307 | border_width_bottom = 2 308 | border_color = Color(0.175, 0.175, 0.175, 1) 309 | corner_radius_top_left = 3 310 | corner_radius_top_right = 3 311 | corner_radius_bottom_right = 3 312 | corner_radius_bottom_left = 3 313 | corner_detail = 5 314 | 315 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u478u"] 316 | content_margin_left = 4.0 317 | content_margin_top = 4.0 318 | content_margin_right = 4.0 319 | content_margin_bottom = 4.0 320 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 321 | corner_radius_top_left = 3 322 | corner_radius_top_right = 3 323 | corner_radius_bottom_right = 3 324 | corner_radius_bottom_left = 3 325 | corner_detail = 5 326 | 327 | [sub_resource type="Image" id="Image_mkj7d"] 328 | data = { 329 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 97, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 97, 255, 255, 255, 96, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 330 | "format": "RGBA8", 331 | "height": 16, 332 | "mipmaps": false, 333 | "width": 16 334 | } 335 | 336 | [sub_resource type="ImageTexture" id="ImageTexture_npc68"] 337 | image = SubResource("Image_mkj7d") 338 | 339 | [sub_resource type="Image" id="Image_rpe3f"] 340 | data = { 341 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 78, 254, 255, 254, 136, 254, 255, 254, 173, 254, 255, 254, 173, 254, 255, 254, 135, 252, 255, 252, 77, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 21, 255, 255, 255, 144, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 143, 255, 255, 255, 20, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 144, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 123, 125, 123, 223, 134, 134, 134, 220, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 143, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 78, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 116, 117, 116, 226, 92, 92, 92, 233, 123, 125, 123, 223, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 252, 255, 252, 76, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 136, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 116, 117, 116, 226, 92, 92, 92, 233, 116, 117, 116, 226, 238, 240, 238, 194, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 255, 255, 255, 133, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 173, 254, 255, 254, 191, 254, 255, 254, 191, 123, 125, 123, 223, 92, 92, 92, 233, 115, 116, 115, 226, 238, 240, 238, 194, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 173, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 173, 254, 255, 254, 191, 254, 255, 254, 191, 123, 125, 123, 223, 92, 92, 92, 233, 115, 116, 115, 226, 237, 238, 237, 195, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 172, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 135, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 115, 116, 115, 226, 92, 92, 92, 233, 115, 116, 115, 226, 238, 240, 238, 194, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 255, 255, 255, 133, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 252, 255, 252, 77, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 115, 116, 115, 226, 92, 92, 92, 233, 125, 126, 125, 223, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 255, 255, 255, 75, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 254, 255, 254, 143, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 125, 126, 125, 223, 133, 133, 133, 220, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 142, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 20, 254, 255, 254, 143, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 142, 255, 255, 255, 19, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 252, 255, 252, 76, 255, 255, 255, 133, 254, 255, 254, 173, 254, 255, 254, 172, 255, 255, 255, 133, 255, 255, 255, 75, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 342 | "format": "RGBA8", 343 | "height": 16, 344 | "mipmaps": false, 345 | "width": 16 346 | } 347 | 348 | [sub_resource type="ImageTexture" id="ImageTexture_nphne"] 349 | image = SubResource("Image_rpe3f") 350 | 351 | [sub_resource type="Image" id="Image_lgt4p"] 352 | data = { 353 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 104, 254, 255, 254, 181, 254, 255, 254, 231, 254, 255, 254, 231, 254, 255, 254, 180, 255, 255, 255, 102, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 27, 254, 255, 254, 193, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 191, 255, 255, 255, 26, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 254, 255, 254, 193, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 80, 80, 80, 255, 96, 96, 96, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 191, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 104, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 66, 66, 66, 255, 26, 26, 26, 255, 80, 80, 80, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 255, 255, 255, 101, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 181, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 66, 66, 66, 255, 26, 26, 26, 255, 66, 66, 66, 255, 236, 237, 236, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 178, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 231, 254, 255, 254, 255, 254, 255, 254, 255, 80, 80, 80, 255, 26, 26, 26, 255, 65, 65, 65, 255, 236, 237, 236, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 231, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 231, 254, 255, 254, 255, 254, 255, 254, 255, 80, 80, 80, 255, 26, 26, 26, 255, 65, 65, 65, 255, 235, 236, 235, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 230, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 180, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 67, 67, 67, 255, 26, 26, 26, 255, 65, 65, 65, 255, 236, 237, 236, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 178, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 102, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 67, 67, 67, 255, 26, 26, 26, 255, 81, 81, 81, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 255, 255, 255, 100, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 254, 255, 254, 191, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 81, 81, 81, 255, 95, 95, 95, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 189, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 26, 254, 255, 254, 191, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 189, 255, 255, 255, 25, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 101, 254, 255, 254, 178, 254, 255, 254, 231, 254, 255, 254, 230, 254, 255, 254, 178, 255, 255, 255, 100, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 354 | "format": "RGBA8", 355 | "height": 16, 356 | "mipmaps": false, 357 | "width": 16 358 | } 359 | 360 | [sub_resource type="ImageTexture" id="ImageTexture_khtkn"] 361 | image = SubResource("Image_lgt4p") 362 | 363 | [sub_resource type="Image" id="Image_1afpd"] 364 | data = { 365 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 211, 211, 211, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 366 | "format": "RGBA8", 367 | "height": 32, 368 | "mipmaps": false, 369 | "width": 16 370 | } 371 | 372 | [sub_resource type="ImageTexture" id="ImageTexture_ux4lq"] 373 | image = SubResource("Image_1afpd") 374 | 375 | [sub_resource type="Image" id="Image_4dd7i"] 376 | data = { 377 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 78, 254, 255, 254, 136, 254, 255, 254, 173, 254, 255, 254, 173, 254, 255, 254, 135, 252, 255, 252, 77, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 21, 255, 255, 255, 144, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 143, 255, 255, 255, 20, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 144, 254, 255, 254, 191, 254, 255, 254, 191, 133, 133, 133, 220, 123, 125, 123, 223, 238, 240, 238, 194, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 143, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 78, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 123, 125, 123, 223, 92, 92, 92, 233, 115, 116, 115, 226, 238, 240, 238, 194, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 252, 255, 252, 76, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 136, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 115, 116, 115, 226, 92, 92, 92, 233, 115, 116, 115, 226, 238, 240, 238, 194, 254, 255, 254, 191, 254, 255, 254, 191, 255, 255, 255, 133, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 173, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 237, 238, 237, 195, 115, 116, 115, 226, 92, 92, 92, 233, 125, 126, 125, 223, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 173, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 173, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 237, 238, 237, 195, 115, 116, 115, 226, 92, 92, 92, 233, 125, 126, 125, 223, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 172, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 135, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 238, 240, 238, 194, 115, 116, 115, 226, 92, 92, 92, 233, 115, 116, 115, 226, 240, 241, 240, 194, 254, 255, 254, 191, 254, 255, 254, 191, 255, 255, 255, 133, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 252, 255, 252, 77, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 123, 125, 123, 223, 92, 92, 92, 233, 115, 116, 115, 226, 240, 241, 240, 194, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 255, 255, 255, 75, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 254, 255, 254, 143, 254, 255, 254, 191, 254, 255, 254, 191, 134, 134, 134, 220, 125, 126, 125, 223, 240, 241, 240, 194, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 142, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 20, 254, 255, 254, 143, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 191, 254, 255, 254, 142, 255, 255, 255, 19, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 252, 255, 252, 76, 255, 255, 255, 133, 254, 255, 254, 173, 254, 255, 254, 172, 255, 255, 255, 133, 255, 255, 255, 75, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 378 | "format": "RGBA8", 379 | "height": 16, 380 | "mipmaps": false, 381 | "width": 16 382 | } 383 | 384 | [sub_resource type="ImageTexture" id="ImageTexture_xsfl2"] 385 | image = SubResource("Image_4dd7i") 386 | 387 | [sub_resource type="Image" id="Image_kydop"] 388 | data = { 389 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 104, 254, 255, 254, 181, 254, 255, 254, 231, 254, 255, 254, 231, 254, 255, 254, 180, 255, 255, 255, 102, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 27, 254, 255, 254, 193, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 191, 255, 255, 255, 26, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 254, 255, 254, 193, 254, 255, 254, 255, 254, 255, 254, 255, 94, 94, 94, 255, 80, 80, 80, 255, 236, 237, 236, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 191, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 104, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 80, 80, 80, 255, 26, 26, 26, 255, 67, 67, 67, 255, 236, 237, 236, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 255, 255, 255, 101, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 181, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 65, 65, 65, 255, 26, 26, 26, 255, 67, 67, 67, 255, 236, 237, 236, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 178, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 231, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 235, 236, 235, 255, 65, 65, 65, 255, 26, 26, 26, 255, 81, 81, 81, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 231, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 231, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 235, 236, 235, 255, 65, 65, 65, 255, 26, 26, 26, 255, 81, 81, 81, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 230, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 255, 254, 180, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 236, 237, 236, 255, 65, 65, 65, 255, 26, 26, 26, 255, 67, 67, 67, 255, 237, 238, 237, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 178, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 102, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 80, 80, 80, 255, 26, 26, 26, 255, 67, 67, 67, 255, 237, 238, 237, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 255, 255, 255, 100, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 254, 255, 254, 191, 254, 255, 254, 255, 254, 255, 254, 255, 96, 96, 96, 255, 81, 81, 81, 255, 237, 238, 237, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 189, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 26, 254, 255, 254, 191, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 189, 255, 255, 255, 25, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 2, 255, 255, 255, 101, 254, 255, 254, 178, 254, 255, 254, 231, 254, 255, 254, 230, 254, 255, 254, 178, 255, 255, 255, 100, 255, 255, 255, 2, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 390 | "format": "RGBA8", 391 | "height": 16, 392 | "mipmaps": false, 393 | "width": 16 394 | } 395 | 396 | [sub_resource type="ImageTexture" id="ImageTexture_wpdlp"] 397 | image = SubResource("Image_kydop") 398 | 399 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_62l51"] 400 | content_margin_left = 10.0 401 | content_margin_top = 4.0 402 | content_margin_right = 10.0 403 | content_margin_bottom = 4.0 404 | bg_color = Color(0.1, 0.1, 0.1, 0.3) 405 | border_width_left = 1 406 | border_width_right = 1 407 | border_color = Color(0.175, 0.175, 0.175, 1) 408 | corner_detail = 1 409 | 410 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_scu03"] 411 | content_margin_left = 10.0 412 | content_margin_top = 4.0 413 | content_margin_right = 10.0 414 | content_margin_bottom = 4.0 415 | bg_color = Color(0.1, 0.1, 0.1, 0.3) 416 | border_width_left = 1 417 | border_width_right = 1 418 | border_color = Color(0.175, 0.175, 0.175, 1) 419 | corner_detail = 1 420 | 421 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_j5iyp"] 422 | content_margin_left = 10.0 423 | content_margin_top = 4.0 424 | content_margin_right = 10.0 425 | content_margin_bottom = 4.0 426 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 427 | border_width_top = 2 428 | border_color = Color(1, 1, 1, 0.75) 429 | corner_detail = 1 430 | 431 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_unj7v"] 432 | content_margin_left = 10.0 433 | content_margin_top = 4.0 434 | content_margin_right = 10.0 435 | content_margin_bottom = 4.0 436 | bg_color = Color(0, 0, 0, 0.6) 437 | border_width_left = 1 438 | border_width_right = 1 439 | border_color = Color(0.175, 0.175, 0.175, 1) 440 | corner_detail = 1 441 | 442 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_p26f3"] 443 | bg_color = Color(0.109804, 0.109804, 0.109804, 1) 444 | 445 | [sub_resource type="Image" id="Image_h7abf"] 446 | data = { 447 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 180, 180, 180, 81, 177, 177, 177, 88, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 88, 179, 179, 179, 80, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 177, 177, 177, 88, 178, 178, 178, 115, 178, 178, 178, 96, 179, 179, 179, 10, 179, 179, 179, 10, 178, 178, 178, 96, 178, 178, 178, 115, 177, 177, 177, 88, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 95, 178, 178, 178, 115, 178, 178, 178, 96, 178, 178, 178, 96, 178, 178, 178, 115, 177, 177, 177, 95, 199, 199, 199, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 95, 178, 178, 178, 115, 178, 178, 178, 115, 177, 177, 177, 95, 199, 199, 199, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 88, 177, 177, 177, 88, 199, 199, 199, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 448 | "format": "RGBA8", 449 | "height": 16, 450 | "mipmaps": false, 451 | "width": 16 452 | } 453 | 454 | [sub_resource type="ImageTexture" id="ImageTexture_g6ki5"] 455 | image = SubResource("Image_h7abf") 456 | 457 | [sub_resource type="Image" id="Image_jqi5f"] 458 | data = { 459 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 180, 180, 180, 81, 177, 177, 177, 88, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 177, 177, 177, 88, 178, 178, 178, 115, 177, 177, 177, 95, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 178, 178, 178, 96, 178, 178, 178, 115, 177, 177, 177, 95, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 178, 178, 178, 96, 178, 178, 178, 115, 177, 177, 177, 88, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 178, 178, 178, 96, 178, 178, 178, 115, 177, 177, 177, 88, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 178, 178, 178, 96, 178, 178, 178, 115, 177, 177, 177, 95, 199, 199, 199, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 177, 177, 177, 88, 178, 178, 178, 115, 177, 177, 177, 95, 199, 199, 199, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 80, 177, 177, 177, 88, 199, 199, 199, 9, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 460 | "format": "RGBA8", 461 | "height": 16, 462 | "mipmaps": false, 463 | "width": 16 464 | } 465 | 466 | [sub_resource type="ImageTexture" id="ImageTexture_fs4iv"] 467 | image = SubResource("Image_jqi5f") 468 | 469 | [sub_resource type="Image" id="Image_5void"] 470 | data = { 471 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 88, 179, 179, 179, 80, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 95, 178, 178, 178, 115, 177, 177, 177, 88, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 95, 178, 178, 178, 115, 177, 177, 177, 95, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 177, 177, 177, 88, 178, 178, 178, 115, 178, 178, 178, 96, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 177, 177, 177, 88, 178, 178, 178, 115, 178, 178, 178, 96, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 95, 178, 178, 178, 115, 178, 178, 178, 96, 179, 179, 179, 10, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 95, 178, 178, 178, 115, 177, 177, 177, 88, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 10, 177, 177, 177, 88, 176, 176, 176, 81, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 472 | "format": "RGBA8", 473 | "height": 16, 474 | "mipmaps": false, 475 | "width": 16 476 | } 477 | 478 | [sub_resource type="ImageTexture" id="ImageTexture_4evjh"] 479 | image = SubResource("Image_5void") 480 | 481 | [sub_resource type="Image" id="Image_yjx2e"] 482 | data = { 483 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 34, 255, 255, 255, 153, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 151, 255, 255, 255, 33, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 153, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 150, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 26, 26, 26, 255, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 151, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 149, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 33, 255, 255, 255, 150, 255, 255, 255, 189, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 189, 255, 255, 255, 149, 255, 255, 255, 31, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 484 | "format": "RGBA8", 485 | "height": 16, 486 | "mipmaps": false, 487 | "width": 16 488 | } 489 | 490 | [sub_resource type="ImageTexture" id="ImageTexture_3ah1n"] 491 | image = SubResource("Image_yjx2e") 492 | 493 | [sub_resource type="Image" id="Image_n88t7"] 494 | data = { 495 | "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 76, 255, 255, 255, 75, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 99, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 99, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 4, 255, 255, 255, 122, 255, 255, 255, 191, 255, 255, 255, 188, 255, 255, 255, 188, 255, 255, 255, 191, 255, 255, 255, 121, 255, 255, 255, 4, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 12, 255, 255, 255, 142, 255, 255, 255, 191, 255, 255, 255, 181, 255, 255, 255, 53, 255, 255, 255, 54, 255, 255, 255, 181, 255, 255, 255, 191, 255, 255, 255, 142, 255, 255, 255, 12, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 71, 255, 255, 255, 191, 255, 255, 255, 171, 255, 255, 255, 36, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 36, 255, 255, 255, 171, 255, 255, 255, 191, 255, 255, 255, 71, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 86, 255, 255, 255, 22, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 22, 255, 255, 255, 86, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 86, 255, 255, 255, 22, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 22, 255, 255, 255, 86, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 71, 255, 255, 255, 191, 255, 255, 255, 171, 255, 255, 255, 36, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 36, 255, 255, 255, 171, 255, 255, 255, 191, 255, 255, 255, 71, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 12, 255, 255, 255, 142, 255, 255, 255, 191, 255, 255, 255, 181, 255, 255, 255, 54, 255, 255, 255, 54, 255, 255, 255, 182, 255, 255, 255, 191, 255, 255, 255, 142, 255, 255, 255, 12, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 4, 255, 255, 255, 121, 255, 255, 255, 191, 255, 255, 255, 188, 255, 255, 255, 188, 255, 255, 255, 191, 255, 255, 255, 121, 255, 255, 255, 4, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 98, 255, 255, 255, 191, 255, 255, 255, 191, 255, 255, 255, 98, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 75, 255, 255, 255, 75, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), 496 | "format": "RGBA8", 497 | "height": 16, 498 | "mipmaps": false, 499 | "width": 16 500 | } 501 | 502 | [sub_resource type="ImageTexture" id="ImageTexture_f7mo4"] 503 | image = SubResource("Image_n88t7") 504 | 505 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5ttnm"] 506 | content_margin_left = 4.0 507 | content_margin_top = 4.0 508 | content_margin_right = 4.0 509 | content_margin_bottom = 5.0 510 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 511 | corner_radius_top_left = 3 512 | corner_radius_top_right = 3 513 | corner_radius_bottom_right = 3 514 | corner_radius_bottom_left = 3 515 | corner_detail = 5 516 | 517 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xqage"] 518 | content_margin_left = 4.0 519 | content_margin_top = 4.0 520 | content_margin_right = 4.0 521 | content_margin_bottom = 4.0 522 | bg_color = Color(1, 1, 1, 0.3) 523 | corner_radius_top_left = 3 524 | corner_radius_top_right = 3 525 | corner_radius_bottom_right = 3 526 | corner_radius_bottom_left = 3 527 | corner_detail = 5 528 | 529 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rpvkv"] 530 | content_margin_left = 4.0 531 | content_margin_top = 4.0 532 | content_margin_right = 4.0 533 | content_margin_bottom = 4.0 534 | bg_color = Color(1, 1, 1, 0.3) 535 | corner_radius_top_left = 3 536 | corner_radius_top_right = 3 537 | corner_radius_bottom_right = 3 538 | corner_radius_bottom_left = 3 539 | corner_detail = 5 540 | 541 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ni86y"] 542 | content_margin_left = 4.0 543 | content_margin_top = 4.0 544 | content_margin_right = 4.0 545 | content_margin_bottom = 4.0 546 | bg_color = Color(0.1, 0.1, 0.1, 0.6) 547 | corner_radius_top_left = 3 548 | corner_radius_top_right = 3 549 | corner_radius_bottom_right = 3 550 | corner_radius_bottom_left = 3 551 | corner_detail = 5 552 | 553 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nqvo8"] 554 | content_margin_left = 4.0 555 | content_margin_top = 4.0 556 | content_margin_right = 4.0 557 | content_margin_bottom = 4.0 558 | bg_color = Color(0, 0, 0, 0.6) 559 | corner_radius_top_left = 3 560 | corner_radius_top_right = 3 561 | corner_radius_bottom_right = 3 562 | corner_radius_bottom_left = 3 563 | corner_detail = 5 564 | 565 | [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5tpiq"] 566 | content_margin_left = 4.0 567 | content_margin_top = 4.0 568 | content_margin_right = 4.0 569 | content_margin_bottom = 4.0 570 | bg_color = Color(0.225, 0.225, 0.225, 0.6) 571 | corner_radius_top_left = 3 572 | corner_radius_top_right = 3 573 | corner_radius_bottom_right = 3 574 | corner_radius_bottom_left = 3 575 | corner_detail = 5 576 | 577 | [resource] 578 | default_base_scale = 12.0 579 | default_font = ExtResource("1_mq47o") 580 | default_font_size = 12 581 | Button/colors/font_color = Color(0.875, 0.875, 0.875, 1) 582 | Button/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5) 583 | Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1) 584 | Button/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1) 585 | Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1) 586 | Button/colors/font_outline_color = Color(1, 1, 1, 1) 587 | Button/colors/font_pressed_color = Color(1, 1, 1, 1) 588 | Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4) 589 | Button/colors/icon_focus_color = Color(1, 1, 1, 1) 590 | Button/colors/icon_hover_color = Color(1, 1, 1, 1) 591 | Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1) 592 | Button/colors/icon_normal_color = Color(1, 1, 1, 1) 593 | Button/colors/icon_pressed_color = Color(1, 1, 1, 1) 594 | Button/constants/h_separation = 2 595 | Button/constants/icon_max_width = 0 596 | Button/constants/outline_size = 0 597 | Button/styles/disabled = SubResource("StyleBoxFlat_lmi24") 598 | Button/styles/focus = SubResource("StyleBoxFlat_mody6") 599 | Button/styles/hover = SubResource("StyleBoxFlat_omf3x") 600 | Button/styles/normal = SubResource("StyleBoxFlat_fsiid") 601 | Button/styles/pressed = SubResource("StyleBoxFlat_70ufp") 602 | OptionButton/colors/font_color = Color(0.875, 0.875, 0.875, 1) 603 | OptionButton/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5) 604 | OptionButton/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1) 605 | OptionButton/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1) 606 | OptionButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1) 607 | OptionButton/colors/font_outline_color = Color(1, 1, 1, 1) 608 | OptionButton/colors/font_pressed_color = Color(1, 1, 1, 1) 609 | OptionButton/constants/arrow_margin = 4 610 | OptionButton/constants/h_separation = 2 611 | OptionButton/constants/modulate_arrow = 0 612 | OptionButton/constants/outline_size = 0 613 | OptionButton/icons/arrow = SubResource("ImageTexture_ne5jy") 614 | OptionButton/styles/disabled = SubResource("StyleBoxFlat_6mu44") 615 | OptionButton/styles/disabled_mirrored = SubResource("StyleBoxFlat_rjj21") 616 | OptionButton/styles/focus = SubResource("StyleBoxFlat_mody6") 617 | OptionButton/styles/hover = SubResource("StyleBoxFlat_gg7va") 618 | OptionButton/styles/hover_mirrored = SubResource("StyleBoxFlat_gu8ag") 619 | OptionButton/styles/normal = SubResource("StyleBoxFlat_3o8sy") 620 | OptionButton/styles/normal_mirrored = SubResource("StyleBoxFlat_malrp") 621 | OptionButton/styles/pressed = SubResource("StyleBoxFlat_hjrva") 622 | OptionButton/styles/pressed_mirrored = SubResource("StyleBoxFlat_eqwj3") 623 | PopupDialog/styles/panel = SubResource("StyleBoxFlat_3i5hi") 624 | PopupMenu/colors/font_accelerator_color = Color(0.7, 0.7, 0.7, 0.8) 625 | PopupMenu/colors/font_color = Color(0.875, 0.875, 0.875, 1) 626 | PopupMenu/colors/font_disabled_color = Color(0.4, 0.4, 0.4, 0.8) 627 | PopupMenu/colors/font_hover_color = Color(0.875, 0.875, 0.875, 1) 628 | PopupMenu/colors/font_outline_color = Color(1, 1, 1, 1) 629 | PopupMenu/colors/font_separator_color = Color(0.875, 0.875, 0.875, 1) 630 | PopupMenu/colors/font_separator_outline_color = Color(1, 1, 1, 1) 631 | PopupMenu/constants/h_separation = 4 632 | PopupMenu/constants/icon_max_width = 0 633 | PopupMenu/constants/indent = 10 634 | PopupMenu/constants/item_end_padding = 2 635 | PopupMenu/constants/item_start_padding = 2 636 | PopupMenu/constants/outline_size = 0 637 | PopupMenu/constants/separator_outline_size = 0 638 | PopupMenu/constants/v_separation = 4 639 | PopupMenu/font_sizes/font_separator_size = 16 640 | PopupMenu/font_sizes/font_size = 16 641 | PopupMenu/icons/checked = SubResource("ImageTexture_q2stl") 642 | PopupMenu/icons/checked_disabled = SubResource("ImageTexture_q2stl") 643 | PopupMenu/icons/radio_checked = SubResource("ImageTexture_idp5i") 644 | PopupMenu/icons/radio_checked_disabled = SubResource("ImageTexture_idp5i") 645 | PopupMenu/icons/radio_unchecked = SubResource("ImageTexture_xaxxv") 646 | PopupMenu/icons/radio_unchecked_disabled = SubResource("ImageTexture_xaxxv") 647 | PopupMenu/icons/submenu = SubResource("ImageTexture_vpjhb") 648 | PopupMenu/icons/submenu_mirrored = SubResource("ImageTexture_qj8wt") 649 | PopupMenu/icons/unchecked = SubResource("ImageTexture_wh3h3") 650 | PopupMenu/icons/unchecked_disabled = SubResource("ImageTexture_wh3h3") 651 | PopupMenu/styles/hover = SubResource("StyleBoxFlat_bofdr") 652 | PopupMenu/styles/labeled_separator_left = SubResource("StyleBoxLine_f7f0d") 653 | PopupMenu/styles/labeled_separator_right = SubResource("StyleBoxLine_f7f0d") 654 | PopupMenu/styles/panel = SubResource("StyleBoxFlat_8h28r") 655 | PopupMenu/styles/panel_disabled = SubResource("StyleBoxFlat_3kkan") 656 | PopupMenu/styles/separator = SubResource("StyleBoxLine_f7f0d") 657 | PopupPanel/styles/panel = SubResource("StyleBoxFlat_u478u") 658 | SplitContainer/constants/autohide = 0 659 | SplitContainer/constants/minimum_grab_thickness = 6 660 | SplitContainer/constants/separation = 6 661 | TabBar/colors/drop_mark_color = Color(1, 1, 1, 1) 662 | TabBar/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5) 663 | TabBar/colors/font_hovered_color = Color(0.95, 0.95, 0.95, 1) 664 | TabBar/colors/font_outline_color = Color(1, 1, 1, 1) 665 | TabBar/colors/font_selected_color = Color(0.95, 0.95, 0.95, 1) 666 | TabBar/colors/font_unselected_color = Color(0.7, 0.7, 0.7, 1) 667 | TabBar/constants/h_separation = 4 668 | TabBar/constants/icon_max_width = 0 669 | TabBar/constants/outline_size = 0 670 | TabBar/icons/close = SubResource("ImageTexture_npc68") 671 | TabBar/icons/decrement = SubResource("ImageTexture_nphne") 672 | TabBar/icons/decrement_highlight = SubResource("ImageTexture_khtkn") 673 | TabBar/icons/drop_mark = SubResource("ImageTexture_ux4lq") 674 | TabBar/icons/increment = SubResource("ImageTexture_xsfl2") 675 | TabBar/icons/increment_highlight = SubResource("ImageTexture_wpdlp") 676 | TabBar/styles/button_highlight = SubResource("StyleBoxFlat_fsiid") 677 | TabBar/styles/button_pressed = SubResource("StyleBoxFlat_70ufp") 678 | TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_62l51") 679 | TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_scu03") 680 | TabBar/styles/tab_selected = SubResource("StyleBoxFlat_j5iyp") 681 | TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_unj7v") 682 | TooltipLabel/colors/font_color = Color(1, 1, 1, 1) 683 | TooltipLabel/colors/font_outline_color = Color(0, 0, 0, 0) 684 | TooltipLabel/colors/font_shadow_color = Color(0, 0, 0, 0) 685 | TooltipLabel/constants/outline_size = 0 686 | TooltipLabel/constants/shadow_offset_x = 1 687 | TooltipLabel/constants/shadow_offset_y = 1 688 | TooltipLabel/font_sizes/font_size = 12 689 | TooltipPanel/styles/panel = SubResource("StyleBoxFlat_p26f3") 690 | Tree/colors/children_hl_line_color = Color(0.27, 0.27, 0.27, 1) 691 | Tree/colors/custom_button_font_highlight = Color(0.95, 0.95, 0.95, 1) 692 | Tree/colors/drop_position_color = Color(1, 1, 1, 1) 693 | Tree/colors/font_color = Color(0.827451, 0.827451, 0.827451, 1) 694 | Tree/colors/font_outline_color = Color(1, 1, 1, 1) 695 | Tree/colors/font_selected_color = Color(1, 1, 1, 1) 696 | Tree/colors/guide_color = Color(0.7, 0.7, 0.7, 0.25) 697 | Tree/colors/parent_hl_line_color = Color(0.27, 0.27, 0.27, 1) 698 | Tree/colors/relationship_line_color = Color(0.27, 0.27, 0.27, 1) 699 | Tree/colors/title_button_color = Color(0.875, 0.875, 0.875, 1) 700 | Tree/constants/button_margin = 4 701 | Tree/constants/children_hl_line_width = 1 702 | Tree/constants/draw_guides = 0 703 | Tree/constants/draw_relationship_lines = 0 704 | Tree/constants/h_separation = 0 705 | Tree/constants/icon_max_width = 0 706 | Tree/constants/item_margin = 16 707 | Tree/constants/outline_size = 0 708 | Tree/constants/parent_hl_line_margin = 0 709 | Tree/constants/parent_hl_line_width = 1 710 | Tree/constants/relationship_line_width = 1 711 | Tree/constants/scroll_border = 4 712 | Tree/constants/scroll_speed = 12 713 | Tree/constants/scrollbar_h_separation = 0 714 | Tree/constants/scrollbar_margin_bottom = -1 715 | Tree/constants/scrollbar_margin_left = -1 716 | Tree/constants/scrollbar_margin_right = -1 717 | Tree/constants/scrollbar_margin_top = -1 718 | Tree/constants/scrollbar_v_separation = 0 719 | Tree/constants/v_separation = 4 720 | Tree/icons/arrow = SubResource("ImageTexture_g6ki5") 721 | Tree/icons/arrow_collapsed = SubResource("ImageTexture_fs4iv") 722 | Tree/icons/arrow_collapsed_mirrored = SubResource("ImageTexture_4evjh") 723 | Tree/icons/checked = SubResource("ImageTexture_q2stl") 724 | Tree/icons/indeterminate = SubResource("ImageTexture_3ah1n") 725 | Tree/icons/select_arrow = SubResource("ImageTexture_ne5jy") 726 | Tree/icons/unchecked = SubResource("ImageTexture_wh3h3") 727 | Tree/icons/updown = SubResource("ImageTexture_f7mo4") 728 | Tree/styles/button_pressed = SubResource("StyleBoxFlat_70ufp") 729 | Tree/styles/cursor = SubResource("StyleBoxFlat_mody6") 730 | Tree/styles/cursor_unfocused = SubResource("StyleBoxFlat_mody6") 731 | Tree/styles/custom_button = SubResource("StyleBoxFlat_fsiid") 732 | Tree/styles/custom_button_hover = SubResource("StyleBoxFlat_omf3x") 733 | Tree/styles/custom_button_pressed = SubResource("StyleBoxFlat_70ufp") 734 | Tree/styles/focus = SubResource("StyleBoxFlat_mody6") 735 | Tree/styles/panel = SubResource("StyleBoxFlat_5ttnm") 736 | Tree/styles/selected = SubResource("StyleBoxFlat_xqage") 737 | Tree/styles/selected_focus = SubResource("StyleBoxFlat_rpvkv") 738 | Tree/styles/title_button_hover = SubResource("StyleBoxFlat_ni86y") 739 | Tree/styles/title_button_normal = SubResource("StyleBoxFlat_nqvo8") 740 | Tree/styles/title_button_pressed = SubResource("StyleBoxFlat_5tpiq") 741 | VSplitContainer/constants/autohide = 0 742 | VSplitContainer/constants/minimum_grab_thickness = 6 743 | VSplitContainer/constants/separation = 12 744 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/ArchetypeAttribute.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using System; 4 | /// 5 | /// Attribute to define the display name for an archetype. 6 | /// 7 | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)] 8 | public class ArchetypeAttribute : Attribute 9 | { 10 | public string DisplayName { get; } 11 | 12 | public ArchetypeAttribute(string displayName) 13 | { 14 | DisplayName = displayName; 15 | } 16 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/ArchetypeManager.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Arch.Core.Utils; 4 | using System; 5 | using System.Collections.Generic; 6 | using System.Reflection; 7 | using Arch.Core; 8 | 9 | /// 10 | /// Manages the mapping between archetypes and their display names. 11 | /// 12 | public static class ArchetypeManager 13 | { 14 | private static Dictionary _archetypeDictionary = new(new ComponentTypeArrayComparer()); 15 | 16 | static ArchetypeManager() 17 | { 18 | RegisterArchetypes(); 19 | } 20 | 21 | private static void RegisterArchetypes() 22 | { 23 | Type[] typesInAssembly = Assembly.GetExecutingAssembly().GetTypes(); 24 | 25 | foreach (Type type in typesInAssembly) 26 | { 27 | FieldInfo[] fields = type.GetFields(BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Public); 28 | 29 | foreach (FieldInfo field in fields) 30 | { 31 | ArchetypeAttribute attribute = field.GetCustomAttribute(); 32 | if (attribute != null) 33 | { 34 | ComponentType[] archetype = field.GetValue(null) as ComponentType[]; 35 | if (archetype != null) 36 | { 37 | _archetypeDictionary[archetype] = attribute.DisplayName; 38 | } 39 | } 40 | } 41 | } 42 | } 43 | 44 | /// 45 | /// Tries to get the display name for a given archetype. 46 | /// 47 | public static bool TryGetArchetypeDisplayName(ComponentType[] types, out string displayName) 48 | { 49 | return _archetypeDictionary.TryGetValue(types, out displayName); 50 | } 51 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/ComponentTypeArrayComparer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Arch.Core.Utils; 4 | using System.Collections.Generic; 5 | using System.Linq; 6 | using Arch.Core; 7 | 8 | /// 9 | /// Custom comparer for ComponentType arrays. 10 | /// Necessary for using arrays as keys in dictionaries. 11 | /// 12 | public class ComponentTypeArrayComparer : IEqualityComparer 13 | { 14 | public bool Equals(ComponentType[] x, ComponentType[] y) 15 | { 16 | return Enumerable.SequenceEqual(x, y); 17 | } 18 | 19 | public int GetHashCode(ComponentType[] obj) 20 | { 21 | int hash = 19; 22 | foreach (ComponentType comp in obj) 23 | { 24 | hash = hash * 31 + comp.GetHashCode(); 25 | } 26 | return hash; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/EntityDebugger.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Arch.Core; 4 | using Arch.Core.Extensions; 5 | using Godot; 6 | using System.Collections.Generic; 7 | using System.Linq; 8 | using System.Text; 9 | 10 | public partial class EntityDebugger : Control 11 | { 12 | private TabBar worldOptions; 13 | private Tree entityListTree; 14 | private Tree entityDetailsTree; 15 | 16 | [Export] 17 | private bool activateOnReady = true; 18 | [Export] 19 | private float refreshRate = 0.05f; 20 | [Export] 21 | private PackedScene debugWindowPrefab; 22 | private Window debugWindow; 23 | 24 | private Entity selectedEntity = Entity.Null; 25 | 26 | private double timer; 27 | 28 | public World ActiveWorld => worldOptions.CurrentTab != -1 && World.WorldSize > worldOptions.CurrentTab ? World.Worlds[worldOptions.CurrentTab] : null; 29 | public bool IsActive => debugWindow.Visible; 30 | 31 | /// 32 | /// Sets the window's visibility, and enables/disables processing of entities 33 | /// 34 | public void SetActive(bool active) 35 | { 36 | debugWindow.Visible = active; 37 | } 38 | 39 | /// 40 | /// Sets the active world to display entities from 41 | /// 42 | public void SetWorld(int index) 43 | { 44 | if (index > 0 && index < World.WorldSize) 45 | { 46 | worldOptions.CurrentTab = index; 47 | selectedEntity = Entity.Null; 48 | entityDetailsTree.Clear(); 49 | ClearEntityListTree(); 50 | } 51 | } 52 | 53 | /// 54 | /// Selects an entity in the details tree 55 | /// 56 | /// 57 | public void SelectEntity(Entity entity) 58 | { 59 | if (selectedEntity != entity) 60 | { 61 | selectedEntity = entity; 62 | entityDetailsTree.Clear(); 63 | RefreshEntityDetailsTree(); 64 | } 65 | } 66 | 67 | public override void _Ready() 68 | { 69 | debugWindow = GD.Load(debugWindowPrefab.ResourcePath).Instantiate() as Window; 70 | debugWindow.CloseRequested += () => SetActive(false); 71 | 72 | GetViewport().GuiEmbedSubwindows = false; 73 | SetActive(activateOnReady); 74 | debugWindow.Title = "Arch Entity Debugger"; 75 | AddChild(debugWindow); 76 | debugWindow.Position = GetWindow().Position; 77 | 78 | worldOptions = debugWindow.GetNode("MarginContainer/WorldOptions"); 79 | entityListTree = debugWindow.GetNode("MarginContainer2/Container/EntitiesListTree"); 80 | entityDetailsTree = debugWindow.GetNode("MarginContainer2/Container/EntityDetailsTree"); 81 | 82 | entityListTree.Connect("item_selected", Callable.From(OnEntitySelected)); 83 | entityDetailsTree.Connect("button_clicked", Callable.From(OnEntityComponentButtonClicked)); 84 | 85 | worldOptions.Connect("tab_changed", Callable.From(SetWorld)); 86 | 87 | entityListTree.Columns = 2; 88 | entityListTree.SetColumnCustomMinimumWidth(1, 10); 89 | entityListTree.SetColumnExpandRatio(0, 100); 90 | entityListTree.SetColumnExpandRatio(1, 2); 91 | 92 | 93 | entityDetailsTree.Columns = 4; 94 | entityDetailsTree.SetColumnExpandRatio(0, 100); 95 | entityDetailsTree.SetColumnExpandRatio(1, 1); 96 | entityDetailsTree.SetColumnExpandRatio(2, 1); 97 | entityDetailsTree.SetColumnExpandRatio(3, 1); 98 | } 99 | 100 | public override void _Process(double delta) 101 | { 102 | if (!IsActive) 103 | return; 104 | 105 | timer += delta; 106 | if (timer > refreshRate) 107 | { 108 | timer = 0; 109 | RefreshWorlds(); 110 | if (ActiveWorld == null) 111 | return; 112 | RefreshEntityListTree(); 113 | RefreshEntityDetailsTree(); 114 | CheckForOverlap(); 115 | } 116 | } 117 | 118 | private void CheckForOverlap() 119 | { 120 | Rect2 debugRect = new(debugWindow.Position, debugWindow.Size); 121 | Rect2 mainRect = new(GetWindow().Position, GetWindow().Size); 122 | 123 | if (debugRect.Intersects(mainRect)) 124 | { 125 | debugWindow.GetViewport().TransparentBg = true; 126 | } 127 | else 128 | { 129 | debugWindow.GetViewport().TransparentBg = false; 130 | } 131 | } 132 | 133 | private void RefreshWorlds() 134 | { 135 | if (worldOptions.TabCount != World.WorldSize) 136 | { 137 | worldOptions.ClearTabs(); 138 | 139 | for (int i = 0; i < World.WorldSize; i++) 140 | { 141 | worldOptions.AddTab($"{i}"); 142 | } 143 | } 144 | 145 | if (worldOptions.CurrentTab == -1 && !(World.WorldSize == 0)) 146 | { 147 | worldOptions.CurrentTab = 0; 148 | } 149 | } 150 | 151 | private readonly Dictionary archetypeItems = new(); 152 | private readonly Dictionary entityItems = new(); 153 | private readonly Dictionary categoryItems = new(); 154 | private readonly StringBuilder stringBuilder = new(); 155 | private readonly HashSet currentEntities = new(); 156 | private readonly List toRemove = new(); 157 | 158 | private void ClearEntityListTree() 159 | { 160 | entityListTree.Clear(); 161 | archetypeItems.Clear(); 162 | entityItems.Clear(); 163 | categoryItems.Clear(); 164 | } 165 | 166 | private void RefreshEntityListTree() 167 | { 168 | if (entityListTree.GetRoot() == null) 169 | { 170 | TreeItem root = entityListTree.CreateItem(); 171 | root.SetText(0, "Entities List"); 172 | } 173 | TreeItem rootItem = entityListTree.GetRoot(); 174 | 175 | foreach (ref Archetype archetype in ActiveWorld) 176 | { 177 | if (!ArchetypeManager.TryGetArchetypeDisplayName(archetype.Signature, out string archetypeKey)) 178 | { 179 | stringBuilder.Clear(); 180 | 181 | foreach (Arch.Core.ComponentType type in archetype.Signature) 182 | { 183 | stringBuilder.Append(type.Type.Name).Append(", "); 184 | } 185 | if (stringBuilder.Length > 0) 186 | stringBuilder.Length -= 2; // Remove trailing ", " 187 | 188 | archetypeKey = stringBuilder.ToString(); 189 | } 190 | 191 | if (archetype.EntityCount == 0) 192 | { 193 | if (archetypeItems.ContainsKey(archetypeKey)) 194 | { 195 | archetypeItems[archetypeKey].SetText(1, "0"); 196 | } 197 | 198 | continue; 199 | } 200 | 201 | string[] categories = archetypeKey.Split('/'); 202 | if (categories.Length == 1) 203 | { 204 | categories = categories.Prepend("Misc").ToArray(); 205 | } 206 | TreeItem parentItem = rootItem; 207 | 208 | string builtPath = ""; 209 | foreach (string category in categories) 210 | { 211 | builtPath = string.IsNullOrEmpty(builtPath) ? category : $"{builtPath}/{category}"; 212 | if (!categoryItems.ContainsKey(builtPath)) 213 | { 214 | TreeItem newCategoryItem = parentItem.CreateChildAlphabetically(category); 215 | newCategoryItem.SetSelectable(0, false); 216 | newCategoryItem.SetSelectable(1, false); 217 | newCategoryItem.SetCustomColor(1, Colors.LightYellow); 218 | categoryItems[builtPath] = newCategoryItem; 219 | } 220 | parentItem = categoryItems[builtPath]; 221 | } 222 | 223 | if (!archetypeItems.ContainsKey(archetypeKey)) 224 | { 225 | archetypeItems[archetypeKey] = parentItem; 226 | parentItem.SetTooltipText(0, archetypeKey); 227 | parentItem.SetCustomBgColor(0, new Color(1, 1, 1, 0.1f)); 228 | parentItem.SetCustomBgColor(1, new Color(1, 1, 1, 0.1f)); 229 | parentItem.Collapsed = true; 230 | } 231 | 232 | TreeItem archetypeItem = parentItem; 233 | archetypeItem.SetText(1, archetype.EntityCount.ToString()); 234 | 235 | foreach (ref Chunk chunk in archetype) 236 | { 237 | foreach (int index in chunk) 238 | { 239 | Entity entity = chunk.Entities[index]; 240 | string entityIdKey = $"{entity.Id} | {entity.Version}"; 241 | currentEntities.Add(entityIdKey); 242 | 243 | if (!entityItems.ContainsKey(entityIdKey)) 244 | { 245 | TreeItem newEntityItem = archetypeItem.CreateChild(0); 246 | newEntityItem.SetMetadata(0, entity.Id); 247 | newEntityItem.SetText(0, entityIdKey); 248 | entityItems[entityIdKey] = newEntityItem; 249 | } 250 | 251 | TreeItem entityItem = entityItems[entityIdKey]; 252 | if (entity == selectedEntity) 253 | { 254 | entityListTree.Disconnect("item_selected", Callable.From(OnEntitySelected)); 255 | entityItem.Select(0); 256 | entityListTree.Connect("item_selected", Callable.From(OnEntitySelected)); 257 | } 258 | } 259 | } 260 | } 261 | 262 | toRemove.AddRange(entityItems.Keys.Except(currentEntities)); 263 | foreach (string key in toRemove) 264 | { 265 | TreeItem parentArchetypeItem = entityItems[key].GetParent(); 266 | entityItems[key].Free(); 267 | entityItems.Remove(key); 268 | } 269 | 270 | currentEntities.Clear(); 271 | toRemove.Clear(); 272 | } 273 | 274 | private void OnEntitySelected() 275 | { 276 | TreeItem selected = entityListTree.GetSelected(); 277 | if (selected == null) return; 278 | 279 | if (entityDetailsTree.GetRoot() == null) 280 | { 281 | entityDetailsTree.CreateItem(); 282 | } 283 | Variant selectedMetadata = selected.GetMetadata(0); 284 | Entity entity = FindEntityById((int)selectedMetadata); 285 | SelectEntity(entity); 286 | } 287 | 288 | private void OnEntityComponentButtonClicked(TreeItem item, int buttonId, int column, int mouseButtonIndex) 289 | { 290 | if (item.HasMeta("ENTITY_REF")) 291 | { 292 | int entityId = (int)item.GetMeta("ENTITY_REF"); 293 | 294 | if (buttonId == 0) 295 | { 296 | Entity entity = FindEntityById(entityId); 297 | SelectEntity(entity); 298 | } 299 | if (buttonId == 1) 300 | { 301 | bool isExpanded = item.HasMeta("EXPAND_ENTITY_REF") && (bool)item.GetMeta("EXPAND_ENTITY_REF"); 302 | 303 | item.SetMeta("EXPAND_ENTITY_REF", !isExpanded); 304 | } 305 | } 306 | } 307 | 308 | private Entity FindEntityById(int id) 309 | { 310 | foreach (ref Archetype archetype in ActiveWorld) 311 | { 312 | foreach (ref Chunk chunk in archetype) 313 | { 314 | foreach (int index in chunk) 315 | { 316 | Entity entity = chunk.Entities[index]; 317 | if (entity.Id == id) 318 | return entity; 319 | } 320 | } 321 | } 322 | return Entity.Null; 323 | } 324 | 325 | private void RefreshEntityDetailsTree() 326 | { 327 | if (!selectedEntity.IsAlive()) 328 | { 329 | entityDetailsTree.Clear(); 330 | return; 331 | } 332 | 333 | Entity entity = selectedEntity; 334 | 335 | TreeItem entityRoot = entityDetailsTree.GetRoot(); 336 | 337 | if (entityRoot == null) 338 | { 339 | entityRoot = entityDetailsTree.CreateItem(); 340 | if (ArchetypeManager.TryGetArchetypeDisplayName(entity.GetComponentTypes(), out string archetypeName)) 341 | archetypeName = archetypeName.Split("/").LastOrDefault(); 342 | else 343 | archetypeName = "Entity"; 344 | 345 | entityRoot.SetText(0, $"{archetypeName} | ID: {entity.Id} | Version: {entity.Version}"); 346 | } 347 | 348 | object[] components = entity.GetAllComponents(); 349 | for (int i = 0; i < components.Length; i++) 350 | { 351 | EntityTreeRendering.Render(entityRoot, components[i], i, components[i].GetType().Name, true); 352 | } 353 | } 354 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/EntityDebuggerHotkeyToggler.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | 5 | public partial class EntityDebuggerHotkeyToggler : Node 6 | { 7 | [Export] 8 | private string toggleAction = "toggle_arch_entity_debugger"; 9 | 10 | [Export] 11 | private EntityDebugger entityDebugger; 12 | 13 | public override void _Ready() 14 | { 15 | if (!InputMap.HasAction(toggleAction)) 16 | { 17 | InputMap.AddAction(toggleAction); 18 | InputEventKey defaultKeybind = new(); 19 | defaultKeybind.Keycode = Key.Quoteleft; 20 | defaultKeybind.ShiftPressed = true; 21 | InputMap.ActionAddEvent(toggleAction, defaultKeybind); 22 | } 23 | } 24 | 25 | public override void _Input(InputEvent _event) 26 | { 27 | if (_event.IsActionPressed(toggleAction)) 28 | { 29 | if (entityDebugger == null) 30 | { 31 | GD.PrintErr("entityDebugger is not set in EntityDebuggerHotkeyToggler!"); 32 | } 33 | 34 | entityDebugger.SetActive(!entityDebugger.IsActive); 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/EntityRendererAttribute.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using System; 4 | 5 | [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] 6 | public class EntityRendererAttribute : Attribute 7 | { 8 | public Type RenderedType { get; } 9 | 10 | public EntityRendererAttribute(Type renderedType) 11 | { 12 | RenderedType = renderedType; 13 | } 14 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/EntityTreeRendering.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | using System; 5 | using System.Collections.Generic; 6 | using System.Reflection; 7 | 8 | public static class EntityTreeRendering 9 | { 10 | static Dictionary genericTypedRenderers = new(); 11 | static Dictionary customRenderers = new(); 12 | 13 | static EntityTreeRendering() 14 | { 15 | foreach (Type type in Assembly.GetExecutingAssembly().GetTypes()) 16 | { 17 | if (typeof(IEntityTreeRenderer).IsAssignableFrom(type) && !type.IsAbstract && !type.IsInterface) 18 | { 19 | Type renderedType = null; 20 | 21 | EntityRendererAttribute attr = (EntityRendererAttribute)Attribute.GetCustomAttribute(type, typeof(EntityRendererAttribute)); 22 | if (attr != null) 23 | { 24 | renderedType = attr.RenderedType; 25 | } 26 | 27 | if (renderedType != null) 28 | { 29 | if (type.IsGenericTypeDefinition) 30 | { 31 | genericTypedRenderers[renderedType] = type; 32 | GD.Print($"Loaded generic type {type.Name}"); 33 | } 34 | else 35 | { 36 | IEntityTreeRenderer instance = Activator.CreateInstance(type) as IEntityTreeRenderer; 37 | customRenderers[renderedType] = instance; 38 | GD.Print($"Loaded type {type.Name}"); 39 | } 40 | } 41 | } 42 | } 43 | } 44 | 45 | public static void Render(TreeItem parentItem, object component, int childIndex, string fieldName = "", bool highlighted = false, int depth = 0) 46 | { 47 | if (depth > 3) 48 | return; 49 | 50 | bool isNew = parentItem.CreateOrGetChild(childIndex, out TreeItem componentItem); 51 | if (!string.IsNullOrEmpty(fieldName)) 52 | componentItem.SetText(0, fieldName); 53 | 54 | if (highlighted) 55 | { 56 | componentItem.SetCustomBgColor(0, new Color(1, 1, 1, 0.1f)); 57 | } 58 | 59 | if (component == null) 60 | { 61 | componentItem.SetText(0, $"{fieldName}: NULL"); 62 | componentItem.SetCustomColor(0, Colors.Red); 63 | return; 64 | } 65 | 66 | Type componentType = component.GetType(); 67 | 68 | if (componentType.IsPrimitive || componentType == typeof(string)) 69 | { 70 | componentItem.SetText(0, $"{fieldName}: {component}"); 71 | return; 72 | } 73 | 74 | if (componentType.IsEnum) 75 | { 76 | componentItem.SetText(0, $"{fieldName}: {component}"); 77 | return; 78 | } 79 | 80 | if (customRenderers.TryGetValue(componentType, out IEntityTreeRenderer customRenderer)) 81 | { 82 | customRenderer.Render(isNew, componentItem, component, fieldName); 83 | 84 | return; 85 | } 86 | 87 | if (componentType.IsGenericType) 88 | { 89 | Type genericTypeDefinition = componentType.GetGenericTypeDefinition(); 90 | if (genericTypedRenderers.TryGetValue(genericTypeDefinition, out Type rendererType)) 91 | { 92 | customRenderer = (IEntityTreeRenderer)Activator.CreateInstance(rendererType.MakeGenericType(componentType.GetGenericArguments())); 93 | customRenderer.Render(isNew, componentItem, component, fieldName); 94 | 95 | // Cache the instance in customRenderers for reuse 96 | customRenderers[componentType] = customRenderer; 97 | 98 | return; 99 | } 100 | } 101 | 102 | FieldInfo[] fields = componentType.GetFields(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance); 103 | int fieldIndex = -1; 104 | foreach (FieldInfo field in fields) 105 | { 106 | fieldIndex++; 107 | 108 | object fieldValue; 109 | try 110 | { 111 | fieldValue = field.GetValue(component); 112 | Render(componentItem, fieldValue, fieldIndex, field.Name, false, depth + 1); 113 | } 114 | catch (Exception e) 115 | { 116 | componentItem.CreateOrGetChild(fieldIndex, out TreeItem child); 117 | child.SetText(0, $"{field.Name} | {field.FieldType}: ERROR"); 118 | child.SetTooltipText(0, e.Message); 119 | child.SetCustomColor(0, Colors.Red); 120 | return; 121 | } 122 | } 123 | } 124 | } 125 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/IEntityTreeRenderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | 5 | public interface IEntityTreeRenderer 6 | { 7 | void Render(bool isNew, TreeItem rootItem, object component, string fieldName); 8 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/AabbRenderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | 5 | [EntityRenderer(typeof(Aabb))] 6 | public class AabbRenderer : IEntityTreeRenderer 7 | { 8 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 9 | { 10 | Aabb aabb = (Aabb)component; 11 | 12 | rootItem.SetText(0, fieldName); 13 | rootItem.SetText(0, $"{fieldName}: {aabb}"); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/EntityRenderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Arch.Core; 4 | using Arch.Core.Extensions; 5 | using Godot; 6 | 7 | [EntityRenderer(typeof(Entity))] 8 | public class EntityRenderer : IEntityTreeRenderer 9 | { 10 | static readonly Color refColor = new("#89B0F1"); 11 | 12 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 13 | { 14 | Entity entity = (Entity)component; 15 | 16 | if (isNew) 17 | { 18 | rootItem.AddButton(0, ResourceLoader.Load("res://addons/Arch Entity Debugger/Assets/Icons/shortcut.png")); 19 | rootItem.AddButton(1, ResourceLoader.Load("res://addons/Arch Entity Debugger/Assets/Icons/expand.png")); 20 | } 21 | 22 | if (entity == Entity.Null) 23 | { 24 | rootItem.SetText(0, $"{fieldName}: REF{{NULL}}"); 25 | rootItem.SetCustomColor(0, Colors.IndianRed); 26 | } 27 | else if (!entity.IsAlive()) 28 | { 29 | rootItem.SetText(0, $"{fieldName}: REF{{INVALID}}"); 30 | rootItem.SetCustomColor(0, Colors.MediumVioletRed); 31 | } 32 | else 33 | { 34 | rootItem.SetText(0, $"{fieldName}: REF{{{entity.Id}}}"); 35 | 36 | rootItem.SetMeta("ENTITY_REF", entity.Id); 37 | 38 | bool expand = rootItem.HasMeta("EXPAND_ENTITY_REF") && (bool)rootItem.GetMeta("EXPAND_ENTITY_REF"); 39 | if (expand) 40 | { 41 | rootItem.SetCustomBgColor(0, new Color(refColor, 0.25f)); 42 | rootItem.ClearCustomColor(0); 43 | 44 | object[] components = entity.GetAllComponents(); 45 | for (int i = 0; i < components.Length; i++) 46 | { 47 | EntityTreeRendering.Render(rootItem, components[i], i, components[i].GetType().Name, true); 48 | } 49 | } 50 | else 51 | { 52 | rootItem.ClearCustomBgColor(0); 53 | rootItem.SetCustomColor(0, refColor); 54 | 55 | foreach (TreeItem child in rootItem.GetChildren()) 56 | { 57 | child.Free(); 58 | } 59 | } 60 | } 61 | } 62 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/Matrix4x4Renderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | using System.Numerics; 5 | 6 | 7 | [EntityRenderer(typeof(Matrix4x4))] 8 | public class Matrix4x4Renderer : IEntityTreeRenderer 9 | { 10 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 11 | { 12 | if (isNew) 13 | rootItem.Collapsed = true; 14 | 15 | Matrix4x4 matrix4X4 = (Matrix4x4)component; 16 | rootItem.SetTooltipText(0, matrix4X4.ToString()); 17 | 18 | // Render each row of the matrix as a child item 19 | rootItem.CreateOrGetChild(0, out TreeItem row1); 20 | rootItem.CreateOrGetChild(1, out TreeItem row2); 21 | rootItem.CreateOrGetChild(2, out TreeItem row3); 22 | rootItem.CreateOrGetChild(3, out TreeItem row4); 23 | row1.SetText(0, $"[{matrix4X4.M11:F2}, {matrix4X4.M12:F2}, {matrix4X4.M13:F2}, {matrix4X4.M14:F2}]"); 24 | row2.SetText(0, $"[{matrix4X4.M21:F2}, {matrix4X4.M22:F2}, {matrix4X4.M23:F2}, {matrix4X4.M24:F2}]"); 25 | row3.SetText(0, $"[{matrix4X4.M31:F2}, {matrix4X4.M32:F2}, {matrix4X4.M33:F2}, {matrix4X4.M34:F2}]"); 26 | row4.SetText(0, $"[{matrix4X4.M41:F2}, {matrix4X4.M42:F2}, {matrix4X4.M43:F2}, {matrix4X4.M44:F2}]"); 27 | } 28 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/QuaternionRenderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | 5 | [EntityRenderer(typeof(System.Numerics.Quaternion))] 6 | public class QuaternionRenderer : IEntityTreeRenderer 7 | { 8 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 9 | { 10 | System.Numerics.Quaternion quaternion = (System.Numerics.Quaternion)component; 11 | 12 | rootItem.SetText(0, fieldName); 13 | rootItem.SetText(0, $"{fieldName}: {quaternion}"); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/UnsafeArrayRenderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Arch.LowLevel; 4 | using Godot; 5 | 6 | [EntityRenderer(typeof(UnsafeArray<>))] 7 | public class UnsafeArrayRenderer : IEntityTreeRenderer 8 | where T : unmanaged 9 | { 10 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 11 | { 12 | UnsafeArray unsafeArray = (UnsafeArray)component; 13 | 14 | rootItem.SetText(0, $"{fieldName} | Length {unsafeArray.Length}:"); 15 | 16 | for (int i = 0; i < unsafeArray.Length; i++) 17 | { 18 | T item = unsafeArray[i]; 19 | EntityTreeRendering.Render(rootItem, item, i, i.ToString()); 20 | } 21 | } 22 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/UnsafeListRenderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Arch.LowLevel; 4 | using Godot; 5 | 6 | [EntityRenderer(typeof(UnsafeList<>))] 7 | public class UnsafeListRenderer : IEntityTreeRenderer 8 | where T : unmanaged 9 | { 10 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 11 | { 12 | UnsafeList unsafeList = (UnsafeList)component; 13 | 14 | rootItem.SetText(0, $"{fieldName} ({unsafeList.Count}/{unsafeList.Capacity}):"); 15 | 16 | Godot.Collections.Array existingChildren = rootItem.GetChildren(); 17 | 18 | //clean up old list items 19 | for (int i = unsafeList.Count; i < existingChildren.Count; i++) 20 | { 21 | existingChildren[i].Free(); 22 | } 23 | 24 | //update / add list items 25 | for (int i = 0; i < unsafeList.Count; i++) 26 | { 27 | T item = unsafeList[i]; 28 | EntityTreeRendering.Render(rootItem, item, i, item.ToString()); 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/UnsafeQueueRenderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Arch.LowLevel; 4 | using Godot; 5 | 6 | [EntityRenderer(typeof(UnsafeQueue<>))] 7 | public class UnsafeQueueRenderer : IEntityTreeRenderer 8 | where T : unmanaged 9 | { 10 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 11 | { 12 | UnsafeQueue unsafeQueue = (UnsafeQueue)component; 13 | 14 | rootItem.SetText(0, $"{fieldName} ({unsafeQueue.Count}/{unsafeQueue.Capacity}):"); 15 | 16 | int i = 0; 17 | foreach (T item in unsafeQueue) 18 | { 19 | EntityTreeRendering.Render(rootItem, item, i, i.ToString()); 20 | i++; 21 | } 22 | } 23 | } -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/Renderers/Vector3Renderer.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | 5 | [EntityRenderer(typeof(System.Numerics.Vector3))] 6 | public class Vector3Renderer : IEntityTreeRenderer 7 | { 8 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 9 | { 10 | System.Numerics.Vector3 vector3 = (System.Numerics.Vector3)component; 11 | 12 | rootItem.SetText(0, $"{fieldName}: {vector3}"); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Arch Entity Debugger/Scripts/TreeExtensions.cs: -------------------------------------------------------------------------------- 1 | namespace RoadTurtleGames.ArchEntityDebugger; 2 | 3 | using Godot; 4 | using System; 5 | 6 | public static class TreeExtensions 7 | { 8 | /// 9 | /// Tries to get a child, and if it doesn't exist, creates a new one 10 | /// 11 | /// true if child is new, false if it already existed 12 | public static bool CreateOrGetChild(this TreeItem parentItem, int childIndex, out TreeItem child) 13 | { 14 | if (parentItem.GetChildCount() > childIndex) 15 | { 16 | child = parentItem.GetChild(childIndex); 17 | return false; 18 | } 19 | 20 | child = parentItem.CreateChild(); 21 | return true; 22 | } 23 | 24 | public static TreeItem CreateChildAlphabetically(this TreeItem parentItem, string text, int textColumn = 0) 25 | { 26 | int insertIndex = GetInsertIndex(parentItem, text, textColumn); 27 | TreeItem child = parentItem.CreateChild(insertIndex); 28 | child.SetText(textColumn, text); 29 | 30 | return child; 31 | } 32 | 33 | private static int GetInsertIndex(TreeItem parent, string newText, int column) 34 | { 35 | TreeItem child = parent.GetFirstChild(); 36 | int index = 0; 37 | 38 | while (child != null) 39 | { 40 | if (newText.CompareTo(child.GetText(column)) < 0) 41 | return index; 42 | 43 | index++; 44 | child = child.GetNext(); 45 | } 46 | 47 | return index; 48 | } 49 | 50 | public static TreeItem CreateChildWithMetadataOrdering(this TreeItem parentItem, Func comparisonFunc, int comparisonColumn, Variant metadata) 51 | { 52 | int insertIndex = GetInsertIndex(parentItem, comparisonFunc, comparisonColumn, metadata); 53 | TreeItem child = parentItem.CreateChild(insertIndex); 54 | child.SetMetadata(comparisonColumn, metadata); 55 | return child; 56 | } 57 | 58 | private static int GetInsertIndex(TreeItem parent, Func comparisonFunc, int column, Variant newMetadata) 59 | { 60 | TreeItem child = parent.GetFirstChild(); 61 | int index = 0; 62 | 63 | while (child != null) 64 | { 65 | Variant childMetadata = child.GetMetadata(column); 66 | 67 | if (comparisonFunc(newMetadata, childMetadata) > 0) 68 | return index; 69 | 70 | index++; 71 | child = child.GetNext(); 72 | } 73 | 74 | return index; 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /LICENSE.MD: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright 2023 Road Turtle Games 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- 1 | # Arch Entity Debugger for Godot 2 | 3 | A debug tool built by **Road Turtle Games** when developing our latest game, [Sweets Inc](https://twitter.com/SweetsIncGame). We decided to make it public to assist other Godot developers in debugging their [Arch](https://github.com/genaray/Arch) entities. 4 | 5 | ![Example Image](docs/example_main.png) 6 | 7 | ## Features 8 | 9 | - **Entity List**: Quickly view all entities in your worlds, categorized by archetype. 10 | - **Entity Inspector**: Dive into each entity's components, and watch updates in real time. 11 | 12 | ## Installation 13 | 14 | Move the "Arch Entity Debugger" folder into the "addons" folder in your Godot project. 15 | 16 | Place the Entity_Debugger.tscn scene into a scene in your game. 17 | 18 | Optionally, you can enable easy toggling of the Entity Debugger via a hotkey. 19 | To do so add the Entity_Debugger_Hotkey_toggler.tscn scene and set the entityDebugger field, to enable toggling via hotkey ("Shift+`" by default) 20 | 21 | ## Public Methods 22 | 23 | Some public methods are exposed to allow you to control the debugger externally. You can show/hide the debugger, select an entity, or select an active world. 24 | 25 | - SetActive(int index) : Sets the window's visibility, and enables/disables processing of entities 26 | - SelectEntity(Entity entity) : Selects an entity in the details tree 27 | - SetWorld(int index) : Sets the active world to display entities from 28 | 29 | ## Customization / Extension 30 | 31 | The Entity debugger can be customized to display components or other types in whatever way you like. Create a custom renderer by adding the **EntityRendererAttribute** to a class, and inheriting from **IEntityTreeRenderer**. 32 | 33 | Here's a simple example: 34 | 35 | ```C# 36 | [EntityRenderer(typeof(System.Numerics.Vector3))] 37 | public class Vector3Renderer : IEntityTreeRenderer 38 | { 39 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 40 | { 41 | System.Numerics.Vector3 vector3 = (System.Numerics.Vector3)component; 42 | 43 | rootItem.SetText(0, fieldName); 44 | rootItem.SetText(0, $"{fieldName}: {vector3}"); 45 | } 46 | } 47 | ``` 48 | 49 | And here's a more complex one: 50 | 51 | ```C# 52 | [EntityRenderer(typeof(UnsafeList<>))] 53 | public class UnsafeListRenderer : IEntityTreeRenderer 54 | where T : unmanaged 55 | { 56 | public void Render(bool isNew, TreeItem rootItem, object component, string fieldName) 57 | { 58 | UnsafeList unsafeList = (UnsafeList)component; 59 | 60 | rootItem.SetText(0, $"{fieldName} ({unsafeList.Count}/{unsafeList.Capacity})"); 61 | 62 | for (int i = 0; i < unsafeList.Count; i++) 63 | { 64 | T item = unsafeList[i]; 65 | EntityTreeRendering.Render(rootItem, item, i, item.ToString()); 66 | } 67 | } 68 | } 69 | ``` 70 | You can also customize the display of your archetypes in a similar fashion using the **ArchetypeAttribute** like so: 71 | 72 | ```C# 73 | [Archetype("Testing/My Cool Testing Entity")] 74 | public static readonly ComponentType[] MY_TEST_ENTITY = new ComponentType[] { 75 | typeof(TestEntityData), 76 | typeof(MoreEntityData) 77 | }; 78 | ``` 79 | 80 | Any entities matching all of the same component types will be rendered in the tree view and subcategorized based on the slashes in the archetype name string: 81 | 82 | ![Example Image](docs/archetype_naming_1.png) 83 | 84 | Without customization, this same entity will instead display a list of component types in the "Misc" category: 85 | 86 | ![Example Image](docs/archetype_naming_2.png) 87 | 88 | It is recommended to use archetype names, for organizational purposes, but also due to an issue where the Godot tree view has weird sizing issues when the main column's text is too long. 89 | 90 | ## Contributing 91 | 92 | We welcome contributions! If you find a bug or have a feature request, please create an issue. If you'd like to contribute code, please fork the repository and submit a pull request. 93 | 94 | ## License 95 | 96 | This addon is licensed under the [Apache License 2.0](LICENSE.MD). 97 | 98 | ## Contact 99 | 100 | - **Road Turtle Games** 101 | - Website: [www.roadturtlegames.com](www.roadturtlegames.com) 102 | - Email: 103 | -------------------------------------------------------------------------------- /docs/archetype_naming_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoadTurtleGames/ArchGodotEntityDebugger/27185c4e8bb246d7aa22179e3bfc78c548f86769/docs/archetype_naming_1.png -------------------------------------------------------------------------------- /docs/archetype_naming_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoadTurtleGames/ArchGodotEntityDebugger/27185c4e8bb246d7aa22179e3bfc78c548f86769/docs/archetype_naming_2.png -------------------------------------------------------------------------------- /docs/example_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoadTurtleGames/ArchGodotEntityDebugger/27185c4e8bb246d7aa22179e3bfc78c548f86769/docs/example_main.png --------------------------------------------------------------------------------