From 30d8a5072ab6757b55403208e6e4df7897ab7a09 Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Wed, 29 Jul 2020 22:58:04 +0300 Subject: [PATCH 1/6] add others files (partly) --- text.csv => assets/locales/text.csv | 0 project.godot | 224 ++++ src/gui_common/MainMenu.tscn | 313 +++++ src/microbe_stage/MicrobeStage.tscn | 1857 +++++++++++++++++++++++++++ 4 files changed, 2394 insertions(+) rename text.csv => assets/locales/text.csv (100%) create mode 100644 project.godot create mode 100644 src/gui_common/MainMenu.tscn create mode 100644 src/microbe_stage/MicrobeStage.tscn diff --git a/text.csv b/assets/locales/text.csv similarity index 100% rename from text.csv rename to assets/locales/text.csv diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..8aaebb8 --- /dev/null +++ b/project.godot @@ -0,0 +1,224 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +_global_script_classes=[ ] +_global_script_class_icons={ + +} + +[application] + +config/name="Thrive" +config/description="Thrive is an open source evolution simulation game. +Play as a microbe on an alien world trying to survive and adapt to your surroundings in order to thrive. + +https://revolutionarygamesstudio.com/" +run/main_scene="res://src/gui_common/MainMenu.tscn" +config/use_custom_user_dir=true +config/custom_user_dir_name="Thrive" +boot_splash/image="res://assets/misc/thrive_logo_big.png" +boot_splash/bg_color=Color( 0, 0, 0, 1 ) +config/icon="res://assets/misc/icon.png" +config/windows_native_icon="res://assets/misc/icon.ico" + +[autoload] + +StartupActions="*res://src/engine/StartupActions.cs" +SimulationParameters="*res://simulation_parameters/SimulationParameters.cs" +Invoke="*res://src/engine/Invoke.cs" +GUICommon="*res://src/gui_common/GUICommon.cs" +SceneManager="*res://src/engine/SceneManager.cs" +SaveStatusOverlay="*res://src/saving/SaveStatusOverlay.tscn" +ColourblindScreenFilter="*res://src/engine/ColourblindScreenFilter.tscn" +LoadingScreen="*res://src/engine/LoadingScreen.tscn" +FPSCounter="*res://src/engine/FPSCounter.tscn" +OverlayManager="*res://src/engine/OverlayManager.cs" +TransitionManager="*res://src/gui_common/TransitionManager.cs" +CursorLoader="*res://src/engine/CursorLoader.cs" +ScreenShotTaker="*res://src/engine/ScreenShotTaker.cs" +QuickLoadHandler="*res://src/gui_common/QuickLoadHandler.cs" +Jukebox="*res://src/general/Jukebox.cs" +TemporaryLoadedNodeDeleter="*res://src/saving/TemporaryLoadedNodeDeleter.cs" +PostStartupActions="*res://src/engine/PostStartupActions.cs" + +[debug] + +settings/fps/force_fps=400 + +[display] + +window/size/width=1280 +window/size/height=720 +window/dpi/allow_hidpi=true +mouse_cursor/custom_image="res://assets/textures/gui/cursors/default.png" +window/stretch/mode="2d" +window/stretch/aspect="expand" + +[editor] + +search_in_file_extensions=PoolStringArray( "gd", "shader", "cs" ) + +[input] + +g_move_forward={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null) + ] +} +g_move_backwards={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null) + ] +} +g_move_left={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null) + ] +} +g_move_right={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null) + ] +} +g_cheat_glucose={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":79,"unicode":0,"echo":false,"script":null) + ] +} +g_cheat_ammonia={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":76,"unicode":0,"echo":false,"script":null) + ] +} +g_cheat_phosphates={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":73,"unicode":0,"echo":false,"script":null) + ] +} +g_cheat_editor={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":80,"unicode":0,"echo":false,"script":null) + ] +} +g_zoom_out={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777347,"unicode":0,"echo":false,"script":null) +, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":5,"pressed":false,"doubleclick":false,"script":null) + ] +} +g_zoom_in={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777349,"unicode":0,"echo":false,"script":null) +, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":4,"pressed":false,"doubleclick":false,"script":null) + ] +} +g_toggle_engulf={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":71,"unicode":0,"echo":false,"script":null) + ] +} +g_fire_toxin={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":69,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":7,"pressure":0.0,"pressed":false,"script":null) + ] +} +e_rotate_right={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":5,"pressure":0.0,"pressed":false,"script":null) + ] +} +e_rotate_left={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":4,"pressure":0.0,"pressed":false,"script":null) + ] +} +e_undo={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":90,"unicode":0,"echo":false,"script":null) + ] +} +e_redo={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":true,"meta":false,"command":true,"pressed":false,"scancode":90,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":89,"unicode":0,"echo":false,"script":null) + ] +} +e_primary={ +"deadzone": 0.5, +"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) + ] +} +e_secondary={ +"deadzone": 0.5, +"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":2,"pressed":false,"doubleclick":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null) + ] +} +toggle_FPS={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777246,"unicode":0,"echo":false,"script":null) + ] +} +g_hold_forward={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":88,"unicode":0,"echo":false,"script":null) + ] +} +g_quick_save={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777248,"unicode":0,"echo":false,"script":null) + ] +} +quick_load={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777252,"unicode":0,"echo":false,"script":null) + ] +} +screenshot={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777255,"unicode":0,"echo":false,"script":null) + ] +} + +[layer_names] + +3d_physics/layer_1="Common" +3d_physics/layer_2="Microbe" + +[locale] + +translations=PoolStringArray( "res://assets/locales/text.en.translation", "res://assets/locales/text.ru.translation" ) + +[logging] + +file_logging/enable_file_logging=true + +[physics] + +3d/default_gravity=9.81 + +[rendering] + +quality/driver/fallback_to_gles2=true +environment/default_environment="res://default_env.tres" diff --git a/src/gui_common/MainMenu.tscn b/src/gui_common/MainMenu.tscn new file mode 100644 index 0000000..9cd72cf --- /dev/null +++ b/src/gui_common/MainMenu.tscn @@ -0,0 +1,313 @@ +[gd_scene load_steps=11 format=2] + +[ext_resource path="res://src/gui_common/MainMenu.cs" type="Script" id=1] +[ext_resource path="res://src/gui_common/thrive_theme.tres" type="Theme" id=2] +[ext_resource path="res://assets/textures/gui/logo.png" type="Texture" id=3] +[ext_resource path="res://src/general/OptionsMenu.tscn" type="PackedScene" id=4] +[ext_resource path="res://src/gui_common/VersionNumber.cs" type="Script" id=5] +[ext_resource path="res://assets/textures/gui/BG_Menu02.png" type="Texture" id=6] +[ext_resource path="res://assets/textures/gui/BG_Menu01.png" type="Texture" id=7] +[ext_resource path="res://assets/textures/gui/BG_Menu03.png" type="Texture" id=8] +[ext_resource path="res://src/saving/SaveManagerGUI.tscn" type="PackedScene" id=9] + +[sub_resource type="Animation" id=1] +resource_name = "MenuSlide" +length = 0.6 +tracks/0/type = "value" +tracks/0/path = NodePath("MenuContainers/MenuCenterContainer:rect_size") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.2, 0.3, 0.6 ), +"transitions": PoolRealArray( 0.5, 2, 0.5, 0.5 ), +"update": 0, +"values": [ Vector2( 1280, 505 ), Vector2( 1280, 0 ), Vector2( 1280, 0 ), Vector2( 1280, 505 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("MenuContainers/MenuCenterContainer:anchor_top") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 0.2, 0.3, 0.6 ), +"transitions": PoolRealArray( 0.5, 2, 0.5, 0.5 ), +"update": 0, +"values": [ 0.5, 0.7, 0.7, 0.5 ] +} +tracks/2/type = "method" +tracks/2/path = NodePath(".") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/keys = { +"times": PoolRealArray( 0.3 ), +"transitions": PoolRealArray( 1 ), +"values": [ { +"args": [ ], +"method": "SwitchMenu" +} ] +} + +[node name="MainMenu" type="Node"] +script = ExtResource( 1 ) +__meta__ = { +"_editor_description_": "The root and controller for the main menu" +} +ThriveLogoPath = NodePath("MenuContainers/LogoCenterContainer/Logo") +MenuBackgrounds = [ ExtResource( 7 ), ExtResource( 6 ), ExtResource( 8 ) ] +NewGameButtonPath = NodePath("MenuContainers/MenuCenterContainer/MenuItems/MainMenu/NewGame") +FreebuildButtonPath = NodePath("MenuContainers/MenuCenterContainer/MenuItems/Tools/Freebuild Editor") + +[node name="Background" type="TextureRect" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +expand = true +stretch_mode = 7 +__meta__ = { +"_edit_use_anchors_": false, +"_editor_description_": "Randomizeable background" +} + +[node name="MenuContainers" type="Node" parent="."] +__meta__ = { +"_editor_description_": "The UI for the main menu is contained here" +} + +[node name="LogoCenterContainer" type="CenterContainer" parent="MenuContainers"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -637.35 +margin_top = -360.0 +margin_right = 642.65 +margin_bottom = -72.0 +__meta__ = { +"_edit_use_anchors_": true, +"_editor_description_": "Centering fo the Thrive logo" +} + +[node name="Logo" type="TextureRect" parent="MenuContainers/LogoCenterContainer"] +margin_left = 556.0 +margin_top = 60.0 +margin_right = 723.0 +margin_bottom = 228.0 +texture = ExtResource( 3 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MenuCenterContainer" type="CenterContainer" parent="MenuContainers"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.85 +margin_left = -639.183 +margin_top = -145.0 +margin_right = 640.817 +margin_bottom = 108.0 +rect_clip_content = true +__meta__ = { +"_edit_use_anchors_": false, +"_editor_description_": "Centering for the menu items" +} + +[node name="MenuItems" type="Control" parent="MenuContainers/MenuCenterContainer"] +margin_left = 640.0 +margin_top = 252.0 +margin_right = 640.0 +margin_bottom = 252.0 +theme = ExtResource( 2 ) +__meta__ = { +"_editor_description_": "All of the menu stuff goes here" +} + +[node name="MainMenu" type="VBoxContainer" parent="MenuContainers/MenuCenterContainer/MenuItems" groups=[ +"MenuItem", +]] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -125.0 +margin_top = -150.0 +margin_right = 125.0 +margin_bottom = 190.0 +custom_constants/separation = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="NewGame" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/MainMenu"] +margin_right = 250.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 250, 40 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +text = "NEW_GAME" + +[node name="LoadGame" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/MainMenu"] +margin_top = 50.0 +margin_right = 250.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 250, 40 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +text = "LOAD_GAME" + +[node name="Options" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/MainMenu"] +margin_top = 100.0 +margin_right = 250.0 +margin_bottom = 140.0 +rect_min_size = Vector2( 250, 40 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +text = "OPTIONS" + +[node name="Tools" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/MainMenu"] +margin_top = 150.0 +margin_right = 250.0 +margin_bottom = 190.0 +rect_min_size = Vector2( 250, 40 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +text = "TOOLS" + +[node name="Extras" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/MainMenu"] +margin_top = 200.0 +margin_right = 250.0 +margin_bottom = 240.0 +rect_min_size = Vector2( 250, 40 ) +mouse_filter = 1 +disabled = true +enabled_focus_mode = 0 +text = "EXTRAS" + +[node name="Credits" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/MainMenu"] +margin_top = 250.0 +margin_right = 250.0 +margin_bottom = 290.0 +rect_min_size = Vector2( 250, 40 ) +mouse_filter = 1 +disabled = true +enabled_focus_mode = 0 +text = "CREDITS" + +[node name="Quit" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/MainMenu"] +margin_top = 300.0 +margin_right = 250.0 +margin_bottom = 340.0 +rect_min_size = Vector2( 250, 40 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +text = "QUIT" + +[node name="Tools" type="VBoxContainer" parent="MenuContainers/MenuCenterContainer/MenuItems" groups=[ +"MenuItem", +]] +visible = false +margin_left = -125.0 +margin_top = -150.0 +margin_right = 125.0 +margin_bottom = 90.0 +custom_constants/separation = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Freebuild Editor" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/Tools"] +margin_right = 250.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 250, 40 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +text = "Microbe Freebuild Editor" + +[node name="\?\?" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/Tools"] +margin_top = 50.0 +margin_right = 250.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 250, 40 ) +mouse_filter = 1 +disabled = true +enabled_focus_mode = 0 +text = "???" + +[node name="\?\?_2" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/Tools"] +margin_top = 100.0 +margin_right = 250.0 +margin_bottom = 140.0 +rect_min_size = Vector2( 250, 40 ) +mouse_filter = 1 +disabled = true +enabled_focus_mode = 0 +text = "???" + +[node name="\?\?_3" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/Tools"] +margin_top = 150.0 +margin_right = 250.0 +margin_bottom = 190.0 +rect_min_size = Vector2( 250, 40 ) +mouse_filter = 1 +disabled = true +enabled_focus_mode = 0 +text = "???" + +[node name="Back" type="Button" parent="MenuContainers/MenuCenterContainer/MenuItems/Tools"] +margin_top = 200.0 +margin_right = 250.0 +margin_bottom = 240.0 +rect_min_size = Vector2( 250, 40 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +text = "BACK" + +[node name="OptionsMenu" parent="." instance=ExtResource( 4 )] +visible = false + +[node name="SaveManagerGUI" parent="." instance=ExtResource( 9 )] +visible = false + +[node name="VersionNumber" type="Label" parent="."] +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -298.0 +margin_top = -23.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 1 +size_flags_horizontal = 3 +size_flags_vertical = 6 +theme = ExtResource( 2 ) +text = "x.y.z" +align = 2 +valign = 2 +clip_text = true +max_lines_visible = 1 +script = ExtResource( 5 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="GUIAnimations" type="AnimationPlayer" parent="."] +anims/MenuSlide = SubResource( 1 ) +[connection signal="pressed" from="MenuContainers/MenuCenterContainer/MenuItems/MainMenu/NewGame" to="." method="NewGamePressed"] +[connection signal="pressed" from="MenuContainers/MenuCenterContainer/MenuItems/MainMenu/LoadGame" to="." method="LoadGamePressed"] +[connection signal="pressed" from="MenuContainers/MenuCenterContainer/MenuItems/MainMenu/Options" to="." method="OptionsPressed"] +[connection signal="pressed" from="MenuContainers/MenuCenterContainer/MenuItems/MainMenu/Tools" to="." method="ToolsPressed"] +[connection signal="pressed" from="MenuContainers/MenuCenterContainer/MenuItems/MainMenu/Quit" to="." method="QuitPressed"] +[connection signal="pressed" from="MenuContainers/MenuCenterContainer/MenuItems/Tools/Freebuild Editor" to="." method="FreebuildEditorPressed"] +[connection signal="pressed" from="MenuContainers/MenuCenterContainer/MenuItems/Tools/Back" to="." method="BackFromToolsPressed"] +[connection signal="OnOptionsClosed" from="OptionsMenu" to="." method="OnReturnFromOptions"] +[connection signal="OnBackPressed" from="SaveManagerGUI" to="." method="OnReturnFromLoadGame"] diff --git a/src/microbe_stage/MicrobeStage.tscn b/src/microbe_stage/MicrobeStage.tscn new file mode 100644 index 0000000..c185094 --- /dev/null +++ b/src/microbe_stage/MicrobeStage.tscn @@ -0,0 +1,1857 @@ +[gd_scene load_steps=114 format=2] + +[ext_resource path="res://src/microbe_stage/MicrobeStage.cs" type="Script" id=1] +[ext_resource path="res://src/microbe_stage/MicrobeCamera.tscn" type="PackedScene" id=2] +[ext_resource path="res://assets/textures/gui/bevel/AmmoniaInv.png" type="Texture" id=3] +[ext_resource path="res://assets/textures/gui/bevel/PhosphateInv.png" type="Texture" id=4] +[ext_resource path="res://assets/textures/gui/bevel/PhosphatesBW.png" type="Texture" id=5] +[ext_resource path="res://assets/sounds/soundeffects/microbe-pickup-organelle.ogg" type="AudioStream" id=6] +[ext_resource path="res://src/microbe_stage/PlayerMicrobeInput.cs" type="Script" id=7] +[ext_resource path="res://src/microbe_stage/gui/WinBox.tscn" type="PackedScene" id=8] +[ext_resource path="res://src/microbe_stage/MicrobeHUD.cs" type="Script" id=9] +[ext_resource path="res://src/microbe_stage/CompoundCloudSystem.cs" type="Script" id=10] +[ext_resource path="res://src/general/PauseMenu.tscn" type="PackedScene" id=11] +[ext_resource path="res://assets/fonts/Jura-DemiBold.ttf" type="DynamicFontData" id=12] +[ext_resource path="res://assets/textures/gui/bevel/CompoundPanelShortened.png" type="Texture" id=13] +[ext_resource path="res://assets/textures/gui/bevel/environmentPanelShortened.png" type="Texture" id=14] +[ext_resource path="res://assets/textures/gui/bevel/agentsPanel.png" type="Texture" id=15] +[ext_resource path="res://assets/textures/gui/bevel/helpButton.png" type="Texture" id=16] +[ext_resource path="res://assets/textures/gui/bevel/searchButton.png" type="Texture" id=17] +[ext_resource path="res://assets/textures/gui/bevel/MainMenu.png" type="Texture" id=18] +[ext_resource path="res://assets/textures/gui/bevel/suicideButton.png" type="Texture" id=19] +[ext_resource path="res://assets/textures/gui/bevel/statisticsButton.png" type="Texture" id=20] +[ext_resource path="res://assets/textures/gui/bevel/chemicalButton.png" type="Texture" id=21] +[ext_resource path="res://assets/textures/gui/bevel/compoundsButton.png" type="Texture" id=22] +[ext_resource path="res://assets/textures/gui/bevel/pauseButton.png" type="Texture" id=23] +[ext_resource path="res://assets/textures/gui/bevel/MainMenuActive.png" type="Texture" id=24] +[ext_resource path="res://assets/textures/gui/bevel/MainMenuHover.png" type="Texture" id=25] +[ext_resource path="res://assets/textures/gui/bevel/compoundsButtonHover.png" type="Texture" id=26] +[ext_resource path="res://assets/textures/gui/bevel/searchButtonHover.png" type="Texture" id=27] +[ext_resource path="res://assets/textures/gui/bevel/suicideButtonHover.png" type="Texture" id=28] +[ext_resource path="res://assets/textures/gui/bevel/statisticsButtonActive.png" type="Texture" id=29] +[ext_resource path="res://assets/textures/gui/bevel/chemicalButtonActive.png" type="Texture" id=30] +[ext_resource path="res://assets/textures/gui/bevel/chemicalButtonHover.png" type="Texture" id=31] +[ext_resource path="res://assets/textures/gui/bevel/searchButtonActive.png" type="Texture" id=32] +[ext_resource path="res://assets/textures/gui/bevel/pauseButtonHover.png" type="Texture" id=33] +[ext_resource path="res://assets/textures/gui/bevel/statisticsButtonHover.png" type="Texture" id=34] +[ext_resource path="res://assets/textures/gui/bevel/compoundsButtonActive.png" type="Texture" id=35] +[ext_resource path="res://assets/textures/gui/bevel/pauseButtonActive.png" type="Texture" id=36] +[ext_resource path="res://assets/textures/gui/bevel/helpButtonActive.png" type="Texture" id=37] +[ext_resource path="res://assets/textures/gui/bevel/helpButtonHover.png" type="Texture" id=38] +[ext_resource path="res://assets/textures/gui/bevel/LargeTwoNormal.png" type="Texture" id=39] +[ext_resource path="res://assets/textures/gui/bevel/LargeTwoHover.png" type="Texture" id=40] +[ext_resource path="res://assets/textures/gui/bevel/LargeTwoDisabled.png" type="Texture" id=41] +[ext_resource path="res://assets/textures/gui/bevel/compressPanel.png" type="Texture" id=42] +[ext_resource path="res://assets/textures/gui/bevel/expandPanel.png" type="Texture" id=43] +[ext_resource path="res://assets/textures/gui/bevel/expandPanelActive.png" type="Texture" id=44] +[ext_resource path="res://assets/textures/gui/bevel/compressPanelActive.png" type="Texture" id=45] +[ext_resource path="res://assets/textures/gui/bevel/Glucose.png" type="Texture" id=46] +[ext_resource path="res://assets/textures/gui/bevel/HydrogenSulfide.png" type="Texture" id=47] +[ext_resource path="res://assets/textures/gui/bevel/Ammonia.png" type="Texture" id=48] +[ext_resource path="res://assets/textures/gui/bevel/Iron.png" type="Texture" id=49] +[ext_resource path="res://assets/textures/gui/bevel/Phosphates.png" type="Texture" id=50] +[ext_resource path="res://assets/textures/gui/bevel/Oxygen.png" type="Texture" id=51] +[ext_resource path="res://assets/textures/gui/bevel/Pressure.png" type="Texture" id=52] +[ext_resource path="res://assets/textures/gui/bevel/Sunlight.png" type="Texture" id=53] +[ext_resource path="res://assets/textures/gui/bevel/Temperature.png" type="Texture" id=54] +[ext_resource path="res://assets/textures/gui/bevel/CarbonDioxide.png" type="Texture" id=55] +[ext_resource path="res://assets/textures/gui/bevel/Nitrogen.png" type="Texture" id=56] +[ext_resource path="res://assets/textures/gui/bevel/OxytoxyNT.png" type="Texture" id=57] +[ext_resource path="res://assets/textures/gui/bevel/HealthBarFg.png" type="Texture" id=58] +[ext_resource path="res://assets/textures/gui/bevel/AtpBarFg.png" type="Texture" id=59] +[ext_resource path="res://assets/textures/gui/bevel/ATP.png" type="Texture" id=60] +[ext_resource path="res://assets/textures/gui/bevel/Hitpoints.png" type="Texture" id=61] +[ext_resource path="res://assets/textures/gui/bevel/dataValueBackground.png" type="Texture" id=62] +[ext_resource path="res://assets/textures/gui/bevel/AtpBarBg.png" type="Texture" id=63] +[ext_resource path="res://assets/textures/gui/bevel/HealthBarBg.png" type="Texture" id=64] +[ext_resource path="res://assets/textures/gui/bevel/ReproductionBar.png" type="Texture" id=65] +[ext_resource path="res://assets/fonts/Jura-Medium.ttf" type="DynamicFontData" id=66] +[ext_resource path="res://src/engine/ChromaticFilter.tscn" type="PackedScene" id=67] +[ext_resource path="res://assets/fonts/thrive.ttf" type="DynamicFontData" id=69] +[ext_resource path="res://src/microbe_stage/gui/ExtinctionBox.tscn" type="PackedScene" id=70] +[ext_resource path="res://assets/textures/gui/bevel/AmmoniaBW.png" type="Texture" id=71] +[ext_resource path="res://assets/textures/gui/bevel/pauseButtonPausedHover.png" type="Texture" id=78] +[ext_resource path="res://assets/textures/gui/bevel/pauseButtonPaused.png" type="Texture" id=79] + +[sub_resource type="DynamicFont" id=1] +size = 15 +font_data = ExtResource( 12 ) + +[sub_resource type="Theme" id=2] +default_font = SubResource( 1 ) + +[sub_resource type="StyleBoxFlat" id=3] +bg_color = Color( 0, 0.0745098, 0.0823529, 0.588235 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.0666667, 1, 0.835294, 1 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[sub_resource type="StyleBoxEmpty" id=4] + +[sub_resource type="DynamicFont" id=5] +size = 20 +font_data = ExtResource( 12 ) + +[sub_resource type="StyleBoxTexture" id=6] +texture = ExtResource( 43 ) +region_rect = Rect2( 0, 0, 20, 20 ) +expand_margin_left = 1.0 +expand_margin_right = 1.0 +expand_margin_top = 1.0 +expand_margin_bottom = 1.0 + +[sub_resource type="StyleBoxTexture" id=7] +texture = ExtResource( 44 ) +region_rect = Rect2( 0, 0, 20, 20 ) +expand_margin_left = 1.0 +expand_margin_right = 1.0 +expand_margin_top = 1.0 +expand_margin_bottom = 1.0 + +[sub_resource type="StyleBoxTexture" id=8] +texture = ExtResource( 43 ) +region_rect = Rect2( 0, 0, 20, 20 ) + +[sub_resource type="ButtonGroup" id=9] + +[sub_resource type="StyleBoxTexture" id=10] +texture = ExtResource( 42 ) +region_rect = Rect2( 0, 0, 20, 20 ) + +[sub_resource type="StyleBoxTexture" id=11] +texture = ExtResource( 45 ) +region_rect = Rect2( 0, 0, 20, 20 ) +expand_margin_left = 1.0 +expand_margin_right = 1.0 +expand_margin_top = 1.0 +expand_margin_bottom = 1.0 + +[sub_resource type="StyleBoxTexture" id=12] +texture = ExtResource( 42 ) +region_rect = Rect2( 0, 0, 20, 20 ) + +[sub_resource type="StyleBoxFlat" id=13] +bg_color = Color( 0, 0.596078, 0.764706, 1 ) + +[sub_resource type="StyleBoxFlat" id=14] +bg_color = Color( 0, 0, 0, 0.196078 ) + +[sub_resource type="DynamicFont" id=15] +size = 14 +font_data = ExtResource( 12 ) + +[sub_resource type="StyleBoxFlat" id=16] +bg_color = Color( 0.141176, 0.278431, 0.682353, 1 ) + +[sub_resource type="StyleBoxFlat" id=17] +bg_color = Color( 0.407843, 0.698039, 0.431373, 1 ) + +[sub_resource type="ButtonGroup" id=18] + +[sub_resource type="StyleBoxTexture" id=19] +texture = ExtResource( 42 ) +region_rect = Rect2( 0, 0, 20, 20 ) + +[sub_resource type="StyleBoxTexture" id=20] +texture = ExtResource( 45 ) +region_rect = Rect2( 0, 0, 20, 20 ) +expand_margin_left = 1.0 +expand_margin_right = 1.0 +expand_margin_top = 1.0 +expand_margin_bottom = 1.0 + +[sub_resource type="StyleBoxTexture" id=21] +texture = ExtResource( 42 ) +region_rect = Rect2( 0, 0, 20, 20 ) + +[sub_resource type="StyleBoxFlat" id=22] +bg_color = Color( 0.568627, 0.611765, 0.615686, 1 ) + +[sub_resource type="StyleBoxFlat" id=23] +bg_color = Color( 0, 0, 0, 0.196078 ) + +[sub_resource type="DynamicFont" id=24] +size = 14 +font_data = ExtResource( 12 ) + +[sub_resource type="StyleBoxFlat" id=25] +bg_color = Color( 0.631373, 0.396078, 0, 1 ) + +[sub_resource type="StyleBoxFlat" id=26] +bg_color = Color( 0.380392, 0.141176, 0.8, 1 ) + +[sub_resource type="StyleBoxFlat" id=27] +bg_color = Color( 0.462745, 0.470588, 0.184314, 1 ) + +[sub_resource type="StyleBoxFlat" id=28] +bg_color = Color( 0.541176, 0.141176, 0.0745098, 1 ) + +[sub_resource type="StyleBoxTexture" id=29] +texture = ExtResource( 15 ) +region_rect = Rect2( 0, 0, 250, 91 ) + +[sub_resource type="StyleBoxFlat" id=30] +bg_color = Color( 0.623529, 0.0745098, 0.376471, 1 ) + +[sub_resource type="StyleBoxFlat" id=31] +bg_color = Color( 0, 0, 0, 0.196078 ) + +[sub_resource type="DynamicFont" id=32] +size = 14 +font_data = ExtResource( 12 ) + +[sub_resource type="StyleBoxEmpty" id=33] + +[sub_resource type="DynamicFont" id=34] +size = 25 +font_data = ExtResource( 66 ) + +[sub_resource type="StyleBoxFlat" id=35] +bg_color = Color( 0.47451, 0.560784, 0.588235, 0.392157 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.533333, 0.745098, 0.815686, 0.392157 ) + +[sub_resource type="DynamicFont" id=36] +size = 13 +font_data = ExtResource( 12 ) + +[sub_resource type="StyleBoxTexture" id=37] +texture = ExtResource( 62 ) +region_rect = Rect2( 0, 0, 86, 52 ) + +[sub_resource type="DynamicFont" id=38] +size = 14 +font_data = ExtResource( 69 ) + +[sub_resource type="Animation" id=39] +length = 5.0 +loop = true +tracks/0/type = "value" +tracks/0/path = NodePath("Highlight:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 1.1, 2.5, 3.5, 4.5 ), +"transitions": PoolRealArray( 0.5, 1, 0.5, 1, 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Highlight/Light2D:energy") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 1.1, 2.5, 3.5, 4.5 ), +"transitions": PoolRealArray( 1, 1, 1, 1, 1 ), +"update": 0, +"values": [ 1.0, 1.0, 0.0, 0.0, 1.0 ] +} + +[sub_resource type="Animation" id=40] +tracks/0/type = "value" +tracks/0/path = NodePath("LeftPanels:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.4 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("LeftPanels:rect_position") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 0.4 ), +"transitions": PoolRealArray( 2, 1 ), +"update": 0, +"values": [ Vector2( 10, 89 ), Vector2( -300, 89 ) ] +} +tracks/2/type = "value" +tracks/2/path = NodePath("LeftPanels:visible") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/keys = { +"times": PoolRealArray( 0, 0.4 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 1, +"values": [ true, false ] +} + +[sub_resource type="Animation" id=41] +tracks/0/type = "value" +tracks/0/path = NodePath("LeftPanels:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.4 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("LeftPanels:rect_position") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 0.4 ), +"transitions": PoolRealArray( 0.5, 1 ), +"update": 0, +"values": [ Vector2( -300, 89 ), Vector2( 10, 89 ) ] +} +tracks/2/type = "value" +tracks/2/path = NodePath("LeftPanels:visible") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 1, +"values": [ true ] +} + +[node name="MicrobeStage" type="Node"] +process_priority = -1 +script = ExtResource( 1 ) + +[node name="World" type="Node" parent="."] + +[node name="PrimaryCamera" parent="World" instance=ExtResource( 2 )] +pause_mode = 2 + +[node name="DynamicallySpawned" type="Node" parent="World"] + +[node name="CompoundClouds" type="Node" parent="World"] +script = ExtResource( 10 ) + +[node name="WorldLight" type="DirectionalLight" parent="World"] +transform = Transform( -0.687551, 0.322878, -0.650403, 0.0453496, 0.913048, 0.405323, 0.724719, 0.249185, -0.642409, 0, 1.19209e-07, 0 ) +shadow_enabled = true + +[node name="PlayerMicrobeInput" type="Node" parent="."] +script = ExtResource( 7 ) + +[node name="ChromaticFilter" parent="." instance=ExtResource( 67 )] + +[node name="MicrobeHUD" type="Node" parent="."] +pause_mode = 2 +script = ExtResource( 9 ) +__meta__ = { +"_editor_description_": "" +} +AnimationPlayerPath = NodePath("AnimationPlayer") +LeftPanelsPath = NodePath("LeftPanels") +MouseHoverPanelPath = NodePath("MouseHoverPanel") +HoveredItemsContainerPath = NodePath("MouseHoverPanel/MarginContainer/VBoxContainer/HoveredItems") +MenuPath = NodePath("CanvasLayer/PauseMenu") +PauseButtonPath = NodePath("BottomBar/PauseButtonMargin/Pause") +ResumeButtonPath = NodePath("BottomBar/PauseButtonMargin/Resume") +AtpLabelPath = NodePath("BottomRight/DataValue/Margin/VBox/ATPValue") +HpLabelPath = NodePath("BottomRight/DataValue/Margin/VBox/HPValue") +PopulationLabelPath = NodePath("BottomRight/PopulationData/Value") +PatchLabelPath = NodePath("BottomBar/PatchLabel") +EditorButtonPath = NodePath("BottomRight/EditorButton") +EnvironmentPanelPath = NodePath("LeftPanels/EnvironmentPanel") +OxygenBarPath = NodePath("LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Oxygen") +Co2BarPath = NodePath("LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/CarbonDioxide") +NitrogenBarPath = NodePath("LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Nitrogen") +TemperaturePath = NodePath("LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Temperature") +SunlightPath = NodePath("LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Sunlight") +PressurePath = NodePath("LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Pressure") +EnvironmentPanelBarContainerPath = NodePath("LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer") +CompoundsPanelPath = NodePath("LeftPanels/CompoundsPanel") +GlucoseBarPath = NodePath("LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/glucose") +AmmoniaBarPath = NodePath("LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/ammonia") +PhosphateBarPath = NodePath("LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/phosphates") +HydrogenSulfideBarPath = NodePath("LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/hydrogensulfide") +IronBarPath = NodePath("LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/iron") +CompoundsPanelBarContainerPath = NodePath("LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer") +AgentsPanelPath = NodePath("LeftPanels/AgentsPanel") +OxytoxyBarPath = NodePath("LeftPanels/AgentsPanel/VBoxContainer/MarginContainer2/BarContainer/oxytoxy") +AgentsPanelBarContainerPath = NodePath("LeftPanels/AgentsPanel/VBoxContainer/MarginContainer2/BarContainer") +AtpBarPath = NodePath("BottomRight/ATPBar") +HealthBarPath = NodePath("BottomRight/HealthBar") +AmmoniaReproductionBarPath = NodePath("BottomRight/EditorButton/ReproductionBar/AmmoniaReproductionBar") +PhosphateReproductionBarPath = NodePath("BottomRight/EditorButton/ReproductionBar/PhosphateReproductionBar") +ExtinctionBoxScene = ExtResource( 70 ) +WinBoxScene = ExtResource( 8 ) +MicrobePickupOrganelleSound = ExtResource( 6 ) +AmmoniaBW = ExtResource( 71 ) +PhosphatesBW = ExtResource( 5 ) +AmmoniaInv = ExtResource( 3 ) +PhosphatesInv = ExtResource( 4 ) + +[node name="MouseHoverPanel" type="PanelContainer" parent="MicrobeHUD"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -280.0 +margin_top = 10.0 +margin_right = -10.0 +margin_bottom = 140.0 +grow_horizontal = 0 +theme = SubResource( 2 ) +custom_styles/panel = SubResource( 3 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeHUD/MouseHoverPanel"] +margin_left = 1.0 +margin_top = 1.0 +margin_right = 269.0 +margin_bottom = 129.0 +custom_constants/margin_right = 10 +custom_constants/margin_top = 10 +custom_constants/margin_left = 10 +custom_constants/margin_bottom = 10 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeHUD/MouseHoverPanel/MarginContainer"] +margin_left = 10.0 +margin_top = 10.0 +margin_right = 258.0 +margin_bottom = 118.0 + +[node name="MousePos" type="Label" parent="MicrobeHUD/MouseHoverPanel/MarginContainer/VBoxContainer"] +margin_right = 248.0 +margin_bottom = 17.0 +text = "STUFF_AT" +align = 1 + +[node name="HSeparator" type="HSeparator" parent="MicrobeHUD/MouseHoverPanel/MarginContainer/VBoxContainer"] +margin_top = 21.0 +margin_right = 248.0 +margin_bottom = 26.0 +rect_min_size = Vector2( 0, 5 ) +custom_styles/separator = SubResource( 4 ) + +[node name="HoveredItems" type="VBoxContainer" parent="MicrobeHUD/MouseHoverPanel/MarginContainer/VBoxContainer"] +margin_top = 30.0 +margin_right = 248.0 +margin_bottom = 30.0 + +[node name="LeftPanels" type="VBoxContainer" parent="MicrobeHUD"] +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_left = 10.0 +margin_top = -631.0 +margin_right = 263.0 +margin_bottom = -59.0 +mouse_filter = 2 +size_flags_horizontal = 0 +size_flags_vertical = 0 +custom_constants/separation = 10 +alignment = 2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="EnvironmentPanel" type="NinePatchRect" parent="MicrobeHUD/LeftPanels"] +margin_right = 195.0 +margin_bottom = 224.0 +rect_min_size = Vector2( 195, 224 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 14 ) +patch_margin_left = 5 +patch_margin_top = 45 +patch_margin_right = 5 +patch_margin_bottom = 15 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeHUD/LeftPanels/EnvironmentPanel"] +margin_right = 195.0 +margin_bottom = 224.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Header" type="MarginContainer" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer"] +margin_right = 195.0 +margin_bottom = 35.0 +rect_min_size = Vector2( 195, 35 ) +mouse_filter = 1 +custom_constants/margin_left = 10 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header"] +margin_left = 10.0 +margin_right = 195.0 +margin_bottom = 35.0 +custom_constants/separation = 6 + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header/HBoxContainer"] +margin_top = 6.0 +margin_right = 123.0 +margin_bottom = 28.0 +custom_fonts/font = SubResource( 5 ) +text = "ENVIRONMENT" + +[node name="MarginContainer4" type="MarginContainer" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header/HBoxContainer"] +margin_left = 129.0 +margin_right = 149.0 +margin_bottom = 35.0 +custom_constants/margin_top = 8 +custom_constants/margin_bottom = 7 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="EnvironmentExpandButton" type="Button" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header/HBoxContainer/MarginContainer4"] +margin_top = 8.0 +margin_right = 20.0 +margin_bottom = 28.0 +rect_min_size = Vector2( 20, 20 ) +focus_mode = 0 +custom_styles/hover = SubResource( 6 ) +custom_styles/pressed = SubResource( 7 ) +custom_styles/normal = SubResource( 8 ) +toggle_mode = true +pressed = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 9 ) + +[node name="MarginContainer3" type="MarginContainer" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header/HBoxContainer"] +margin_left = 155.0 +margin_right = 175.0 +margin_bottom = 35.0 +custom_constants/margin_top = 8 +custom_constants/margin_bottom = 7 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="EnvironmentCompressButton" type="Button" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header/HBoxContainer/MarginContainer3"] +margin_top = 8.0 +margin_right = 20.0 +margin_bottom = 28.0 +rect_min_size = Vector2( 20, 20 ) +focus_mode = 0 +custom_styles/hover = SubResource( 10 ) +custom_styles/pressed = SubResource( 11 ) +custom_styles/normal = SubResource( 12 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 9 ) + +[node name="Body" type="MarginContainer" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer"] +margin_top = 39.0 +margin_right = 195.0 +margin_bottom = 224.0 +rect_min_size = Vector2( 195, 185 ) +custom_constants/margin_top = 5 +custom_constants/margin_left = 22 +custom_constants/margin_bottom = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="BarContainer" type="GridContainer" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body"] +margin_left = 22.0 +margin_top = 5.0 +margin_right = 195.0 +margin_bottom = 175.0 + +[node name="Oxygen" type="ProgressBar" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer"] +show_behind_parent = true +margin_right = 162.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 162, 25 ) +custom_styles/fg = SubResource( 13 ) +custom_styles/bg = SubResource( 14 ) +step = 0.1 +percent_visible = false + +[node name="OxygenIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Oxygen"] +margin_left = -15.0 +margin_right = 15.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 51 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Oxygen"] +anchor_top = 0.5 +anchor_bottom = 0.5 +margin_left = 20.0 +margin_top = -12.5 +margin_right = 38.0 +margin_bottom = 12.5 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "02" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Oxygen"] +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_left = -62.0 +margin_top = -12.5 +margin_right = -6.99998 +margin_bottom = 12.5 +grow_horizontal = 0 +rect_min_size = Vector2( 55, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "0%" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="CarbonDioxide" type="ProgressBar" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer"] +show_behind_parent = true +margin_top = 29.0 +margin_right = 162.0 +margin_bottom = 54.0 +rect_min_size = Vector2( 162, 25 ) +custom_styles/fg = SubResource( 16 ) +custom_styles/bg = SubResource( 14 ) +step = 0.1 +percent_visible = false + +[node name="CO2Icon" type="TextureRect" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/CarbonDioxide"] +margin_left = -15.0 +margin_right = 15.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 55 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/CarbonDioxide"] +anchor_top = 0.5 +anchor_bottom = 0.5 +margin_left = 20.0 +margin_top = -12.5 +margin_right = 46.0 +margin_bottom = 12.5 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "CO2" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/CarbonDioxide"] +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_left = -62.0 +margin_top = -12.5 +margin_right = -6.99998 +margin_bottom = 12.5 +grow_horizontal = 0 +rect_min_size = Vector2( 55, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "0%" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Nitrogen" type="ProgressBar" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer"] +show_behind_parent = true +margin_top = 58.0 +margin_right = 162.0 +margin_bottom = 83.0 +rect_min_size = Vector2( 162, 25 ) +custom_styles/fg = SubResource( 17 ) +custom_styles/bg = SubResource( 14 ) +step = 0.1 +percent_visible = false + +[node name="NitrogenIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Nitrogen"] +margin_left = -15.0 +margin_right = 15.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 56 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Nitrogen"] +anchor_top = 0.5 +anchor_bottom = 0.5 +margin_left = 20.0 +margin_top = -12.5 +margin_right = 49.0 +margin_bottom = 12.5 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "N2" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Nitrogen"] +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_left = -62.0 +margin_top = -12.5 +margin_right = -6.99998 +margin_bottom = 12.5 +grow_horizontal = 0 +rect_min_size = Vector2( 55, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "0%" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Temperature" type="ProgressBar" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer"] +self_modulate = Color( 1, 1, 1, 0 ) +show_behind_parent = true +margin_top = 87.0 +margin_right = 162.0 +margin_bottom = 112.0 +rect_min_size = Vector2( 162, 25 ) + +[node name="TemperatureIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Temperature"] +margin_left = -15.0 +margin_right = 15.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 54 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Temperature"] +anchor_top = 0.5 +anchor_bottom = 0.5 +margin_left = 20.0 +margin_top = -12.5 +margin_right = 60.0 +margin_bottom = 12.5 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "TEMP_DOT" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Temperature"] +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_left = -62.0 +margin_top = -12.5 +margin_right = -6.99998 +margin_bottom = 12.5 +grow_horizontal = 0 +rect_min_size = Vector2( 55, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "55° C" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Sunlight" type="ProgressBar" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer"] +self_modulate = Color( 1, 1, 1, 0 ) +show_behind_parent = true +margin_top = 116.0 +margin_right = 162.0 +margin_bottom = 141.0 +rect_min_size = Vector2( 162, 25 ) + +[node name="LightIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Sunlight"] +margin_left = -15.0 +margin_right = 15.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 53 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Sunlight"] +anchor_top = 0.5 +anchor_bottom = 0.5 +margin_left = 20.0 +margin_top = -12.5 +margin_right = 66.0 +margin_bottom = 12.5 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "LIGHT" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Sunlight"] +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_left = -62.0 +margin_top = -12.5 +margin_right = -6.99998 +margin_bottom = 12.5 +grow_horizontal = 0 +rect_min_size = Vector2( 55, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "0%" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Pressure" type="ProgressBar" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer"] +self_modulate = Color( 1, 1, 1, 0 ) +show_behind_parent = true +margin_top = 145.0 +margin_right = 162.0 +margin_bottom = 170.0 +rect_min_size = Vector2( 162, 25 ) + +[node name="PressureIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Pressure"] +margin_left = -15.0 +margin_right = 15.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 52 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Pressure"] +anchor_top = 0.5 +anchor_bottom = 0.5 +margin_left = 20.0 +margin_top = -12.5 +margin_right = 69.0 +margin_bottom = 12.5 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "PRESS_DOT" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Body/BarContainer/Pressure"] +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_left = -62.0 +margin_top = -12.5 +margin_right = -4.0 +margin_bottom = 12.5 +grow_horizontal = 0 +rect_min_size = Vector2( 55, 25 ) +custom_fonts/font = SubResource( 15 ) +text = "200_KPA" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="CompoundsPanel" type="NinePatchRect" parent="MicrobeHUD/LeftPanels"] +margin_top = 234.0 +margin_right = 253.0 +margin_bottom = 473.0 +rect_min_size = Vector2( 253, 239 ) +size_flags_horizontal = 0 +texture = ExtResource( 13 ) +patch_margin_left = 5 +patch_margin_top = 45 +patch_margin_right = 5 +patch_margin_bottom = 20 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeHUD/LeftPanels/CompoundsPanel"] +margin_right = 252.0 +margin_bottom = 204.0 +rect_min_size = Vector2( 252, 0 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Header" type="MarginContainer" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer"] +margin_right = 252.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 230, 40 ) +custom_constants/margin_left = 45 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header"] +margin_left = 45.0 +margin_right = 252.0 +margin_bottom = 40.0 +custom_constants/separation = 6 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header/HBoxContainer"] +margin_top = 9.0 +margin_right = 145.0 +margin_bottom = 31.0 +rect_min_size = Vector2( 145, 0 ) +custom_fonts/font = SubResource( 5 ) +text = "COMPOUNDS" + +[node name="MarginContainer3" type="MarginContainer" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header/HBoxContainer"] +margin_left = 151.0 +margin_right = 171.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 20, 20 ) +custom_constants/margin_top = 10 +custom_constants/margin_bottom = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="CompoundExpandButton" type="Button" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header/HBoxContainer/MarginContainer3"] +margin_top = 10.0 +margin_right = 20.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 20, 20 ) +focus_mode = 0 +custom_styles/hover = SubResource( 6 ) +custom_styles/pressed = SubResource( 7 ) +custom_styles/normal = SubResource( 8 ) +toggle_mode = true +pressed = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 18 ) + +[node name="MarginContainer4" type="MarginContainer" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header/HBoxContainer"] +margin_left = 177.0 +margin_right = 197.0 +margin_bottom = 40.0 +custom_constants/margin_top = 10 +custom_constants/margin_bottom = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="CompoundCompressButton" type="Button" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header/HBoxContainer/MarginContainer4"] +margin_top = 10.0 +margin_right = 20.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 20, 20 ) +focus_mode = 0 +custom_styles/hover = SubResource( 19 ) +custom_styles/pressed = SubResource( 20 ) +custom_styles/normal = SubResource( 21 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 18 ) + +[node name="Body" type="MarginContainer" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer"] +margin_top = 44.0 +margin_right = 252.0 +margin_bottom = 209.0 +custom_constants/margin_right = 10 +custom_constants/margin_top = 5 +custom_constants/margin_left = 22 +custom_constants/margin_bottom = 15 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="BarContainer" type="GridContainer" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body"] +margin_left = 22.0 +margin_top = 5.0 +margin_right = 242.0 +margin_bottom = 150.0 +size_flags_horizontal = 0 +custom_constants/vseparation = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="glucose" type="ProgressBar" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer" groups=[ +"CompoundBar", +]] +show_behind_parent = true +margin_right = 220.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 220, 25 ) +size_flags_horizontal = 0 +custom_styles/fg = SubResource( 22 ) +custom_styles/bg = SubResource( 23 ) +step = 0.1 +percent_visible = false + +[node name="AmmoniaIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/glucose"] +margin_left = -12.0 +margin_right = 13.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +texture = ExtResource( 46 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/glucose"] +margin_left = 20.0 +margin_right = 81.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "GLUCOSE" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/glucose"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -44.0 +margin_right = -4.0 +margin_bottom = 25.0 +grow_horizontal = 0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "0.0 / 4" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="ammonia" type="ProgressBar" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer" groups=[ +"CompoundBar", +]] +show_behind_parent = true +margin_top = 30.0 +margin_right = 220.0 +margin_bottom = 55.0 +rect_min_size = Vector2( 220, 25 ) +size_flags_horizontal = 0 +custom_styles/fg = SubResource( 25 ) +custom_styles/bg = SubResource( 23 ) +step = 0.1 +percent_visible = false + +[node name="AmmoniaIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/ammonia"] +margin_left = -12.0 +margin_right = 13.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +texture = ExtResource( 48 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/ammonia"] +margin_left = 20.0 +margin_right = 81.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "AMMONIA" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/ammonia"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -44.0 +margin_right = -4.0 +margin_bottom = 25.0 +grow_horizontal = 0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "0.0 / 4" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="phosphates" type="ProgressBar" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer" groups=[ +"CompoundBar", +]] +show_behind_parent = true +margin_top = 60.0 +margin_right = 220.0 +margin_bottom = 85.0 +rect_min_size = Vector2( 220, 25 ) +size_flags_horizontal = 0 +custom_styles/fg = SubResource( 26 ) +custom_styles/bg = SubResource( 23 ) +step = 0.1 +percent_visible = false + +[node name="PhospateIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/phosphates"] +margin_left = -12.0 +margin_right = 13.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +texture = ExtResource( 50 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/phosphates"] +margin_left = 20.0 +margin_right = 95.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "PHOSPHATE" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/phosphates"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -44.0 +margin_right = -3.99998 +margin_bottom = 25.0 +grow_horizontal = 0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "0.0 / 4" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="hydrogensulfide" type="ProgressBar" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer" groups=[ +"CompoundBar", +]] +show_behind_parent = true +margin_top = 90.0 +margin_right = 220.0 +margin_bottom = 115.0 +rect_min_size = Vector2( 220, 25 ) +size_flags_horizontal = 0 +custom_styles/fg = SubResource( 27 ) +custom_styles/bg = SubResource( 23 ) +step = 0.1 +percent_visible = false + +[node name="HydrogenSulfideIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/hydrogensulfide"] +margin_left = -12.0 +margin_right = 13.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +texture = ExtResource( 47 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/hydrogensulfide"] +margin_left = 20.0 +margin_right = 141.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "HYDROGEN_SULFIDE" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/hydrogensulfide"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -44.0 +margin_right = -3.99998 +margin_bottom = 25.0 +grow_horizontal = 0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "0.0 / 4" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="iron" type="ProgressBar" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer" groups=[ +"CompoundBar", +]] +show_behind_parent = true +margin_top = 120.0 +margin_right = 220.0 +margin_bottom = 145.0 +rect_min_size = Vector2( 220, 25 ) +size_flags_horizontal = 0 +custom_styles/fg = SubResource( 28 ) +custom_styles/bg = SubResource( 23 ) +step = 0.1 +percent_visible = false + +[node name="IronIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/iron"] +margin_left = -12.0 +margin_right = 13.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +texture = ExtResource( 49 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/iron"] +margin_left = 20.0 +margin_right = 47.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "IRON" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Body/BarContainer/iron"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -44.0 +margin_right = -3.99998 +margin_bottom = 25.0 +grow_horizontal = 0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 24 ) +text = "0.0 / 4" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="AgentsPanel" type="PanelContainer" parent="MicrobeHUD/LeftPanels"] +margin_top = 483.0 +margin_right = 252.0 +margin_bottom = 572.0 +rect_min_size = Vector2( 252, 89 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +custom_styles/panel = SubResource( 29 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeHUD/LeftPanels/AgentsPanel"] +margin_right = 252.0 +margin_bottom = 89.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer"] +margin_right = 252.0 +margin_bottom = 35.0 +rect_min_size = Vector2( 230, 35 ) +custom_constants/margin_left = 40 + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer/MarginContainer"] +margin_left = 40.0 +margin_top = 6.0 +margin_right = 252.0 +margin_bottom = 28.0 +custom_fonts/font = SubResource( 5 ) +text = "AGENTS" + +[node name="MarginContainer2" type="MarginContainer" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer"] +margin_top = 39.0 +margin_right = 252.0 +margin_bottom = 89.0 +rect_min_size = Vector2( 240, 50 ) +custom_constants/margin_right = 10 +custom_constants/margin_top = 5 +custom_constants/margin_left = 22 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="BarContainer" type="GridContainer" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer/MarginContainer2"] +margin_left = 22.0 +margin_top = 5.0 +margin_right = 242.0 +margin_bottom = 45.0 + +[node name="oxytoxy" type="ProgressBar" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer/MarginContainer2/BarContainer" groups=[ +"CompoundBar", +]] +margin_right = 220.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 220, 25 ) +size_flags_horizontal = 0 +custom_styles/fg = SubResource( 30 ) +custom_styles/bg = SubResource( 31 ) +step = 0.1 +percent_visible = false + +[node name="OxyToxyIcon" type="TextureRect" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer/MarginContainer2/BarContainer/oxytoxy"] +margin_left = -12.0 +margin_right = 13.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 57 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer/MarginContainer2/BarContainer/oxytoxy"] +margin_left = 18.0 +margin_right = 97.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 32 ) +text = "OXYTOXY_NT" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/LeftPanels/AgentsPanel/VBoxContainer/MarginContainer2/BarContainer/oxytoxy"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -45.0 +margin_right = -4.99998 +margin_bottom = 25.0 +grow_horizontal = 0 +rect_min_size = Vector2( 0, 25 ) +custom_fonts/font = SubResource( 32 ) +text = "0.0 / 4" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="PanelsTween" type="Tween" parent="MicrobeHUD/LeftPanels"] + +[node name="BottomBar" type="HBoxContainer" parent="MicrobeHUD"] +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_left = 10.0 +margin_top = -50.9999 +margin_right = 375.0 +margin_bottom = -7.99994 +rect_min_size = Vector2( 0, 35 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="OpenMicrobeMenu" type="TextureButton" parent="MicrobeHUD/BottomBar"] +margin_right = 55.0 +margin_bottom = 43.0 +focus_mode = 0 +action_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 18 ) +texture_pressed = ExtResource( 24 ) +texture_hover = ExtResource( 25 ) + +[node name="PauseButtonMargin" type="MarginContainer" parent="MicrobeHUD/BottomBar"] +margin_left = 59.0 +margin_right = 89.0 +margin_bottom = 43.0 +custom_constants/margin_top = 7 +custom_constants/margin_bottom = 0 + +[node name="Pause" type="TextureButton" parent="MicrobeHUD/BottomBar/PauseButtonMargin"] +margin_top = 7.0 +margin_right = 30.0 +margin_bottom = 37.0 +focus_mode = 0 +size_flags_horizontal = 0 +size_flags_vertical = 0 +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 23 ) +texture_pressed = ExtResource( 36 ) +texture_hover = ExtResource( 33 ) + +[node name="Resume" type="TextureButton" parent="MicrobeHUD/BottomBar/PauseButtonMargin"] +visible = false +margin_top = 7.0 +margin_right = 30.0 +margin_bottom = 37.0 +focus_mode = 0 +size_flags_horizontal = 0 +size_flags_vertical = 0 +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 79 ) +texture_pressed = ExtResource( 79 ) +texture_hover = ExtResource( 78 ) + +[node name="CompoundsButton" type="TextureButton" parent="MicrobeHUD/BottomBar"] +margin_left = 93.0 +margin_right = 135.0 +margin_bottom = 43.0 +focus_mode = 0 +toggle_mode = true +pressed = true +action_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 22 ) +texture_pressed = ExtResource( 35 ) +texture_hover = ExtResource( 26 ) + +[node name="ChemicalButton" type="TextureButton" parent="MicrobeHUD/BottomBar"] +margin_left = 139.0 +margin_right = 181.0 +margin_bottom = 43.0 +focus_mode = 0 +disabled = true +enabled_focus_mode = 0 +texture_normal = ExtResource( 21 ) +texture_pressed = ExtResource( 30 ) +texture_hover = ExtResource( 31 ) + +[node name="StatisticsButton" type="TextureButton" parent="MicrobeHUD/BottomBar"] +margin_left = 185.0 +margin_right = 227.0 +margin_bottom = 43.0 +focus_mode = 0 +disabled = true +enabled_focus_mode = 0 +texture_normal = ExtResource( 20 ) +texture_pressed = ExtResource( 29 ) +texture_hover = ExtResource( 34 ) + +[node name="SearchButton" type="TextureButton" parent="MicrobeHUD/BottomBar"] +margin_left = 231.0 +margin_right = 273.0 +margin_bottom = 43.0 +focus_mode = 0 +disabled = true +enabled_focus_mode = 0 +texture_normal = ExtResource( 17 ) +texture_pressed = ExtResource( 32 ) +texture_hover = ExtResource( 27 ) + +[node name="QuestionMarkButton" type="TextureButton" parent="MicrobeHUD/BottomBar"] +margin_left = 277.0 +margin_right = 319.0 +margin_bottom = 43.0 +focus_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 16 ) +texture_pressed = ExtResource( 37 ) +texture_hover = ExtResource( 38 ) + +[node name="SuicideButton" type="TextureButton" parent="MicrobeHUD/BottomBar"] +margin_left = 323.0 +margin_right = 365.0 +margin_bottom = 43.0 +focus_mode = 0 +action_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 19 ) +texture_pressed = ExtResource( 28 ) +texture_hover = ExtResource( 28 ) + +[node name="HSeparator" type="HSeparator" parent="MicrobeHUD/BottomBar"] +margin_left = 369.0 +margin_right = 384.0 +margin_bottom = 43.0 +rect_min_size = Vector2( 15, 0 ) +custom_styles/separator = SubResource( 33 ) + +[node name="PatchLabel" type="Label" parent="MicrobeHUD/BottomBar"] +margin_left = 388.0 +margin_top = 8.0 +margin_right = 462.0 +margin_bottom = 35.0 +custom_fonts/font = SubResource( 34 ) +text = "PATCH" + +[node name="BottomRight" type="Control" parent="MicrobeHUD"] +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -340.0 +margin_top = -340.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="PopulationData" type="HBoxContainer" parent="MicrobeHUD/BottomRight"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = 31.0 +margin_top = -133.135 +margin_right = 142.0 +margin_bottom = -115.135 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="MicrobeHUD/BottomRight/PopulationData"] +margin_right = 79.0 +margin_bottom = 18.0 +custom_styles/normal = SubResource( 35 ) +custom_fonts/font = SubResource( 36 ) +text = "POPULATION" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeHUD/BottomRight/PopulationData"] +margin_left = 83.0 +margin_right = 111.0 +margin_bottom = 18.0 +custom_styles/normal = SubResource( 35 ) +custom_fonts/font = SubResource( 36 ) +text = "100" +align = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="DataValue" type="PanelContainer" parent="MicrobeHUD/BottomRight"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = 30.0 +margin_top = -108.0 +margin_right = 117.0 +margin_bottom = -58.0 +custom_styles/panel = SubResource( 37 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Margin" type="MarginContainer" parent="MicrobeHUD/BottomRight/DataValue"] +margin_right = 87.0 +margin_bottom = 50.0 +custom_constants/margin_right = 5 +custom_constants/margin_top = 6 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 6 + +[node name="VBox" type="VBoxContainer" parent="MicrobeHUD/BottomRight/DataValue/Margin"] +margin_left = 5.0 +margin_top = 6.0 +margin_right = 82.0 +margin_bottom = 44.0 +custom_constants/separation = 8 + +[node name="HPValue" type="Label" parent="MicrobeHUD/BottomRight/DataValue/Margin/VBox"] +margin_right = 77.0 +margin_bottom = 15.0 +custom_fonts/font = SubResource( 38 ) +text = "HITPOINTS" + +[node name="ATPValue" type="Label" parent="MicrobeHUD/BottomRight/DataValue/Margin/VBox"] +margin_top = 23.0 +margin_right = 77.0 +margin_bottom = 38.0 +custom_fonts/font = SubResource( 38 ) +text = "ATP" + +[node name="ATPBar" type="TextureProgress" parent="MicrobeHUD/BottomRight" groups=[ +"MicrobeTextureHUDBar", +]] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -101.282 +margin_top = -75.282 +margin_right = 158.718 +margin_bottom = 176.718 +step = 0.001 +value = 100.0 +texture_under = ExtResource( 63 ) +texture_progress = ExtResource( 59 ) +fill_mode = 4 +tint_under = Color( 0, 0, 0, 1 ) +radial_initial_angle = 248.0 +radial_fill_degrees = 111.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="ATPIcon" type="TextureRect" parent="MicrobeHUD/BottomRight/ATPBar"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -110.0 +margin_top = 54.0005 +margin_right = -90.0 +margin_bottom = 74.0005 +texture = ExtResource( 60 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="HealthBar" type="TextureProgress" parent="MicrobeHUD/BottomRight" groups=[ +"MicrobeTextureHUDBar", +]] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -126.948 +margin_top = -101.615 +margin_right = 173.052 +margin_bottom = 198.385 +step = 0.1 +value = 100.0 +texture_under = ExtResource( 64 ) +texture_progress = ExtResource( 58 ) +fill_mode = 4 +tint_under = Color( 0, 0, 0, 1 ) +radial_initial_angle = 240.0 +radial_fill_degrees = 120.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="HitpointIcon" type="TextureRect" parent="MicrobeHUD/BottomRight/HealthBar"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -125.0 +margin_top = 80.0 +margin_right = -105.0 +margin_bottom = 100.0 +texture = ExtResource( 61 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="EditorButton" type="TextureButton" parent="MicrobeHUD/BottomRight"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -75.0 +margin_top = -50.0 +margin_right = 120.0 +margin_bottom = 145.0 +focus_mode = 0 +disabled = true +enabled_focus_mode = 0 +texture_normal = ExtResource( 39 ) +texture_pressed = ExtResource( 40 ) +texture_hover = ExtResource( 40 ) +texture_disabled = ExtResource( 41 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Highlight" type="TextureRect" parent="MicrobeHUD/BottomRight/EditorButton"] +visible = false +anchor_right = 1.0 +anchor_bottom = 1.0 +texture = ExtResource( 40 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Light2D" type="Light2D" parent="MicrobeHUD/BottomRight/EditorButton/Highlight"] +position = Vector2( 97.4353, 97.5359 ) +texture = ExtResource( 40 ) + +[node name="ReproductionBar" type="Control" parent="MicrobeHUD/BottomRight/EditorButton"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -97.5 +margin_top = -97.5 +margin_right = 97.5 +margin_bottom = 97.5 +mouse_filter = 2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="BarBackground" type="TextureRect" parent="MicrobeHUD/BottomRight/EditorButton/ReproductionBar"] +modulate = Color( 0, 0, 0, 1 ) +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -97.5 +margin_top = -97.5 +margin_right = 97.5 +margin_bottom = 97.5 +texture = ExtResource( 65 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="AmmoniaReproductionBar" type="TextureProgress" parent="MicrobeHUD/BottomRight/EditorButton/ReproductionBar" groups=[ +"MicrobeTextureHUDBar", +]] +margin_right = 195.0 +margin_bottom = 195.0 +step = 0.1 +texture_progress = ExtResource( 65 ) +fill_mode = 5 +tint_progress = Color( 1, 0.627451, 0.121569, 1 ) +radial_fill_degrees = 180.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="PhosphateReproductionBar" type="TextureProgress" parent="MicrobeHUD/BottomRight/EditorButton/ReproductionBar" groups=[ +"MicrobeTextureHUDBar", +]] +margin_right = 195.0 +margin_bottom = 195.0 +step = 0.1 +texture_progress = ExtResource( 65 ) +fill_mode = 5 +tint_progress = Color( 0.690196, 0.423529, 1, 1 ) +radial_initial_angle = 180.0 +radial_fill_degrees = 180.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="AmmoniaIcon" type="TextureRect" parent="MicrobeHUD/BottomRight/EditorButton/ReproductionBar"] +margin_left = 85.0 +margin_top = 7.5 +margin_right = 110.0 +margin_bottom = 32.5 +texture = ExtResource( 3 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="PhosphateIcon" type="TextureRect" parent="MicrobeHUD/BottomRight/EditorButton/ReproductionBar"] +margin_left = 85.0 +margin_top = 162.5 +margin_right = 110.0 +margin_bottom = 187.5 +texture = ExtResource( 4 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="AnimationPlayer" type="AnimationPlayer" parent="MicrobeHUD/BottomRight/EditorButton"] +anims/EditorButtonFlash = SubResource( 39 ) + +[node name="CanvasLayer" type="CanvasLayer" parent="MicrobeHUD"] +__meta__ = { +"_editor_description_": "The pause menu is inside this CanvasLayer, to make sure the menu will always be on top of every other UIs" +} + +[node name="PauseMenu" parent="MicrobeHUD/CanvasLayer" instance=ExtResource( 11 )] +visible = false + +[node name="AnimationPlayer" type="AnimationPlayer" parent="MicrobeHUD"] +anims/HideLeftPanels = SubResource( 40 ) +anims/ShowLeftPanels = SubResource( 41 ) +[connection signal="pressed" from="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header/HBoxContainer/MarginContainer4/EnvironmentExpandButton" to="MicrobeHUD" method="ResizeEnvironmentPanel" binds= [ "expand" ]] +[connection signal="pressed" from="MicrobeHUD/LeftPanels/EnvironmentPanel/VBoxContainer/Header/HBoxContainer/MarginContainer3/EnvironmentCompressButton" to="MicrobeHUD" method="ResizeEnvironmentPanel" binds= [ "compress" ]] +[connection signal="pressed" from="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header/HBoxContainer/MarginContainer3/CompoundExpandButton" to="MicrobeHUD" method="ResizeCompoundPanel" binds= [ "expand" ]] +[connection signal="pressed" from="MicrobeHUD/LeftPanels/CompoundsPanel/VBoxContainer/Header/HBoxContainer/MarginContainer4/CompoundCompressButton" to="MicrobeHUD" method="ResizeCompoundPanel" binds= [ "compress" ]] +[connection signal="pressed" from="MicrobeHUD/BottomBar/OpenMicrobeMenu" to="MicrobeHUD" method="OpenMicrobeStageMenuPressed"] +[connection signal="pressed" from="MicrobeHUD/BottomBar/PauseButtonMargin/Pause" to="MicrobeHUD" method="PauseButtonPressed"] +[connection signal="pressed" from="MicrobeHUD/BottomBar/PauseButtonMargin/Resume" to="MicrobeHUD" method="PauseButtonPressed"] +[connection signal="pressed" from="MicrobeHUD/BottomBar/CompoundsButton" to="MicrobeHUD" method="CompoundButtonPressed"] +[connection signal="pressed" from="MicrobeHUD/BottomBar/QuestionMarkButton" to="MicrobeHUD" method="GoToHelpScreen"] +[connection signal="pressed" from="MicrobeHUD/BottomBar/SuicideButton" to="MicrobeHUD" method="OnSuicide"] +[connection signal="pressed" from="MicrobeHUD/BottomRight/EditorButton" to="MicrobeHUD" method="EditorButtonPressed"] +[connection signal="MakeSave" from="MicrobeHUD/CanvasLayer/PauseMenu" to="." method="SaveGame"] +[connection signal="OnClosed" from="MicrobeHUD/CanvasLayer/PauseMenu" to="MicrobeHUD" method="CloseMenu"] +[connection signal="OnOpenWithKeyPress" from="MicrobeHUD/CanvasLayer/PauseMenu" to="MicrobeHUD" method="OpenMenu"] From 377c1e41188f1e075d6d66a4e20f9437795e6353 Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Wed, 29 Jul 2020 23:12:59 +0300 Subject: [PATCH 2/6] fixes --- assets/locales/text.csv | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/assets/locales/text.csv b/assets/locales/text.csv index 9013921..0b72082 100644 --- a/assets/locales/text.csv +++ b/assets/locales/text.csv @@ -14,21 +14,21 @@ BEHAVIOR,BEHAVIOR,ПОВЕДЕНИЕ,, BELOW_SEA_LEVEL,200-340m below sea level,200-340м ниже уровня моря,, BIOLUMESCENT_VACUOLE_NA_MP,"Biolumescent Vacuole -N/A MP","Биолюминесценция +N/A MP","Биолюминесцентная Вакуоль Н/Д МО",, BIOLUMINESCENT_VACUOLE,"Bioluminescent -Vacuole","Биолюминесценция +Vacuole","Биолюминесцентная Вакуоль",, BIOME_HERE,Biome: BIOME HERE,Биом: BIOME HERE,, CALCIUM_CARBONATE,"Calcium Carbonate","Углекислый Кальций",, CALCIUM_CARBONATE_50_MP,"Calcium Carbonate -50 MP","Углекислый кальций +50 MP","Углекислый Кальций 50 МО",, CARBON,Carbon,Углерод,, -CARBON_DIOXIDE,Carbon Dioxide,Углекислый газ,, +CARBON_DIOXIDE,Carbon Dioxide,Углекислый Газ,, CELL_EDITOR,CELL EDITOR,КЛЕТОЧНЫЙ РЕДАКТОР,, CELLULOSE,Cellulose,Целлюлоза,, CELLULOSE_50_MP,"Cellulose @@ -73,15 +73,16 @@ CYTOPLASM_22_MP,"Cytoplasm 22 MP","Цитоплазма 22 МО",, CYTOPLASM_LONG,"The gooey innards of a cell. The cytoplasm is the basic mixture of ions, proteins, and other substances dissolved in water that fill the interior of the cell. One of the functions it performs is Fermentation, the conversion of glucose into ATP energy. For cells that lack organelles to have more advanced metabolisms, this is what they rely on for energy. It is also used to store molecules in the cell and to grow the cell's size.","Липкие внутренности клетки. Цитоплазма - это основная смесь ионов, белков и других веществ, растворенных в воде, которые заполняют внутреннюю часть клетки. Одна из его функций - это ферментация, превращение глюкозы в энергию АТФ. Для клеток, которым не хватает органелл, чтобы иметь более продвинутый метаболизм, это то, на что они полагаются для получения энергии. Он также используется для хранения молекул в клетке и для увеличения размера клетки.",, -DESCRIPTION,"The most basic form of membrane, it has little protection against damage. It also needs more energy to not deform. The advantage is that it allows the cell to move and absorb nutrients swiftly.","Самая основная форма мембраны, она имеет мало защиты от повреждений. Ему также нужно больше энергии, чтобы не деформироваться. Преимущество заключается в том, что оан позволяет клетке быстро двигаться и поглощать питательные вещества.й",, +DESCRIPTION,"The most basic form of membrane, it has little protection against damage. It also needs more energy to not deform. The advantage is that it allows the cell to move and absorb nutrients swiftly.","Самая основная форма мембраны, она имеет мало защиты от повреждений. Ему также нужно больше энергии, чтобы не деформироваться. Преимущество заключается в том, что оан позволяет клетке быстро двигаться и поглощать питательные вещества.",, DESCRIPTION2,"A membrane with two layers, it has better protection against damage and takes less energy to not deform. However, it slows the cell down some and lowers the rate at which it can absorb resources.","Мембрана с двумя слоями, она имеет лучшую защиту от повреждений и занимает меньше энергии, чтобы не деформироваться. Однако это несколько замедляет клетку и снижает скорость, с которой она может поглощать ресурсы.",, DIOXIDE,Dioxide,Диоксид,, DOT_CAN,. Can,. Может,, DOT_CAN_RELEASE,. Can release,. Может высвободить,, DOT_RATE,. Rate,. Стоимость,, -DOUBLE,Double,Двойной,, +DOUBLE,Double,Двойная,, DOUBLE_50_MP,"Double -50 MP",,, +50 MP","Двойная +50 МО",, E_DOT,E.,,, ENVIRONMENT,Environment,Окружающая среда,, EVO_RESULTS_PANEL,The amount of glucose has been reduced to ... of the previous amount.,Количество глюкозы было уменьшено до ... из предыдущей суммы.,, @@ -159,9 +160,10 @@ NITROGENASE_55_MP,"Nitrogenase 55 MP","Нитрогеназа 55 МО",, NITROGENASE_LONG,"Nitrogenase is a protein able to use gaseous nitrogen and cellular energy in the form of ATP to produce ammonia, a key growth nutrient for cells. This is a process referred to as Anaerobic Nitrogen Fixation. Since the nitrogenase is suspended directly in the cytoplasm, the surrounding fluid performs some fermentation.","Нитрогеназа - это белок, способный использовать газообразный азот и клеточную энергию в форме АТФ для производства аммиака, ключевого питательного вещества для роста клеток. Этот процесс называется анаэробной фиксацией азота. Поскольку нитрогеназа суспендируется непосредственно в цитоплазме, окружающая жидкость выполняет некоторое брожение.",, -NORMAL,Normal,,, +NORMAL,Normal,Нормальная,, NORMAL_50_MP,"Normal -50 MP",,, +50 MP","Нормальная +50 МО",, NUCLEUS,Nucleus,Ядро,, NUCLEUS_100_MP,"Nucleus 100 MP","Ядро @@ -180,7 +182,7 @@ OXYTOXY,Oxytoxy,Окситокси,, OXYTOXY_LONG,A modified metabolosome responsible for the production of a primitive form of the toxic agent Oxytoxy NT.,"Модифицированная метаболос -ома, ответственная за выработку примитивной формы токсического агента Окситокси-НТ.",, OXYTOXY_LONGG,"The toxin vacuole is a vacuole that has been modified for the specific production, storage, and secretion of oxytoxy toxins. More toxin vacuoles will increase the rate at which toxins can be released.","Вакуоль токсина-это вакуоль, которая была модифицирована для специфического производства, хранения и секреции окситоксических токсинов. Больше вакуолей токсина увеличит скорость, с которой токсины могут высвобождаться.",, OXYTOXY_NT,OxyToxy NT,,, -PATCH,Patch:,,, +PATCH,Patch:,Путь:,, PATCH_MAP,PATCH MAP,,, PATCH_NAME_GOES_HERE,Patch Name Goes Here,,, PHOSPHATE,Phosphate,Фосфат,, @@ -190,7 +192,7 @@ POPULATION,POPULATION:,ПОПУЛЯЦИЯ:,, PREDATORY_PILUS,Predatory Pilus,,, PREDATORY_PILUS_30_MP,"Predatory Pilus 30 MP",,, -PRESS_DOT,Press.,,, +PRESS_DOT,Press.,Давл.,, PRESSURE,Pressure,Давление,, PRIMUM_THRIVIUM,Primum Thrivium,,, PRODUCES,Produces,Производит,, From 6354aa51dad4b893f256bb5ecfdff3c5da87270f Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Mon, 3 Aug 2020 01:35:40 +0300 Subject: [PATCH 3/6] little fix --- assets/locales/text.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/locales/text.csv b/assets/locales/text.csv index 0b72082..f5205f3 100644 --- a/assets/locales/text.csv +++ b/assets/locales/text.csv @@ -109,7 +109,7 @@ GENERATION_2,Generation 2,Поколение 2,, GLUCOSE,Glucose,Глюкоза,, HEALTH,Health,Здоровье,, HELP,Help,Помощь,, -HITPOINTS,Hitpoints,,, +HITPOINTS,Hitpoints,Очки здоровья,, HYDROGEN_SULFIDE,Hydrogen Sulfide,Сероводород,, INCREASES_THE_STORAGE,Increases the storage space of the cell.,,, INTENSITY_OF,intensity of,интенсивность,, @@ -232,7 +232,7 @@ STRUCTURAL_ORGANELLES,Structural Organelles,Структурные органе STRUCTURE,STRUCTURE,СТРУКТУРА,, STUFF_AT,Stuff at,Материал в,, SYMMETRY,Symmetry,Симметрия,, -TEMP_DOT,Temp.,,, +TEMP_DOT,Temp.,Темп.,, TEMPERATURE,Temperature,Температура,, THERMOPLAST,Thermoplast,Термопласт,, THERMOPLAST_40_MP,"Thermoplast From 03495a738b750d726d96a2eb07593096dbf2a2f2 Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Mon, 3 Aug 2020 10:13:22 +0300 Subject: [PATCH 4/6] upstream --- project.godot | 2 +- src/microbe_stage/editor/MicrobeEditor.tscn | 10448 ++++++++++++++++++ src/microbe_stage/gui/ExtinctionBox.tscn | 73 + src/microbe_stage/gui/WinBox.tscn | 77 + 4 files changed, 10599 insertions(+), 1 deletion(-) create mode 100644 src/microbe_stage/editor/MicrobeEditor.tscn create mode 100644 src/microbe_stage/gui/ExtinctionBox.tscn create mode 100644 src/microbe_stage/gui/WinBox.tscn diff --git a/project.godot b/project.godot index 8aaebb8..fdef7b4 100644 --- a/project.godot +++ b/project.godot @@ -208,7 +208,7 @@ screenshot={ [locale] -translations=PoolStringArray( "res://assets/locales/text.en.translation", "res://assets/locales/text.ru.translation" ) +translations=PoolStringArray( "res://assets/locales/text.en.translation", "res://assets/locales/text.ru.translation", "res://assets/locales/text.pl.translation", "res://assets/locales/text.uk.translation" ) [logging] diff --git a/src/microbe_stage/editor/MicrobeEditor.tscn b/src/microbe_stage/editor/MicrobeEditor.tscn new file mode 100644 index 0000000..574c3f1 --- /dev/null +++ b/src/microbe_stage/editor/MicrobeEditor.tscn @@ -0,0 +1,10448 @@ +[gd_scene load_steps=153 format=2] + +[ext_resource path="res://src/microbe_stage/MicrobeCamera.tscn" type="PackedScene" id=1] +[ext_resource path="res://src/microbe_stage/editor/MicrobeEditor.cs" type="Script" id=2] +[ext_resource path="res://assets/textures/gui/bevel/decrease.png" type="Texture" id=3] +[ext_resource path="res://assets/textures/gui/bevel/EditPanelMid.png" type="Texture" id=4] +[ext_resource path="res://assets/fonts/Jura-DemiBold.ttf" type="DynamicFontData" id=5] +[ext_resource path="res://assets/textures/gui/bevel/OrganelleDisabled.png" type="Texture" id=6] +[ext_resource path="res://assets/textures/gui/bevel/OrganelleHover.png" type="Texture" id=7] +[ext_resource path="res://assets/textures/gui/bevel/OrganelleNormal.png" type="Texture" id=8] +[ext_resource path="res://assets/textures/gui/bevel/CytoplasmIcon.png" type="Texture" id=9] +[ext_resource path="res://assets/textures/gui/bevel/ChromatophoreIcon.png" type="Texture" id=10] +[ext_resource path="res://assets/textures/gui/bevel/MetabolosomeIcon.png" type="Texture" id=11] +[ext_resource path="res://assets/textures/gui/bevel/ChemoproteinsIcon.png" type="Texture" id=12] +[ext_resource path="res://assets/textures/gui/bevel/CiliaIcon.png" type="Texture" id=13] +[ext_resource path="res://assets/textures/gui/bevel/NitrogenaseIcon.png" type="Texture" id=14] +[ext_resource path="res://assets/textures/gui/bevel/PilusIcon.png" type="Texture" id=15] +[ext_resource path="res://assets/textures/gui/bevel/ToxinVacuoleIcon.png" type="Texture" id=16] +[ext_resource path="res://assets/textures/gui/bevel/FlagellumIcon.png" type="Texture" id=17] +[ext_resource path="res://assets/textures/gui/bevel/RusticyaninIcon.png" type="Texture" id=18] +[ext_resource path="res://assets/textures/gui/bevel/NitroplastidIcon.png" type="Texture" id=19] +[ext_resource path="res://assets/textures/gui/bevel/ThermoplastIcon.png" type="Texture" id=20] +[ext_resource path="res://assets/textures/gui/bevel/MitochondrionIcon.png" type="Texture" id=21] +[ext_resource path="res://assets/textures/gui/bevel/ChloroplastIcon.png" type="Texture" id=22] +[ext_resource path="res://assets/textures/gui/bevel/VacuoleIcon.png" type="Texture" id=23] +[ext_resource path="res://assets/textures/gui/bevel/ChemoplastIcon.png" type="Texture" id=24] +[ext_resource path="res://assets/textures/gui/bevel/BioluminescentIcon.png" type="Texture" id=25] +[ext_resource path="res://assets/textures/gui/bevel/NucleusIcon.png" type="Texture" id=26] +[ext_resource path="res://assets/textures/gui/bevel/MainMenuHover.png" type="Texture" id=27] +[ext_resource path="res://assets/textures/gui/bevel/MainMenu.png" type="Texture" id=28] +[ext_resource path="res://assets/textures/gui/bevel/MainMenuActive.png" type="Texture" id=29] +[ext_resource path="res://assets/textures/gui/bevel/LowerBarLeft.png" type="Texture" id=30] +[ext_resource path="res://assets/textures/gui/bevel/LowerBarCentre.png" type="Texture" id=31] +[ext_resource path="res://assets/textures/gui/bevel/SmallThreeNormal.png" type="Texture" id=32] +[ext_resource path="res://assets/textures/gui/bevel/SmallFourNormal.png" type="Texture" id=33] +[ext_resource path="res://assets/textures/gui/bevel/SymmetryNormal.png" type="Texture" id=34] +[ext_resource path="res://assets/textures/gui/bevel/UndoIcon.png" type="Texture" id=35] +[ext_resource path="res://assets/textures/gui/bevel/RedoIcon.png" type="Texture" id=36] +[ext_resource path="res://assets/textures/gui/bevel/EditPanelHeaderHover.png" type="Texture" id=37] +[ext_resource path="res://assets/textures/gui/bevel/SymmetryHover.png" type="Texture" id=38] +[ext_resource path="res://assets/textures/gui/bevel/SmallFourHover.png" type="Texture" id=39] +[ext_resource path="res://assets/textures/gui/bevel/SmallThreeHover.png" type="Texture" id=40] +[ext_resource path="res://assets/textures/gui/bevel/EditPanelHeaderNormal.png" type="Texture" id=41] +[ext_resource path="res://assets/textures/gui/bevel/MpBarOpaque.png" type="Texture" id=42] +[ext_resource path="res://assets/textures/gui/bevel/MP.png" type="Texture" id=43] +[ext_resource path="res://assets/textures/gui/bevel/HealthPanel.png" type="Texture" id=44] +[ext_resource path="res://src/microbe_stage/editor/MicrobeEditorGUI.cs" type="Script" id=45] +[ext_resource path="res://assets/textures/gui/bevel/membraneDouble.png" type="Texture" id=46] +[ext_resource path="res://assets/textures/gui/bevel/membraneStandard.png" type="Texture" id=47] +[ext_resource path="res://assets/textures/gui/bevel/membraneSilica.png" type="Texture" id=48] +[ext_resource path="res://assets/textures/gui/bevel/membraneCalciumCarbo.png" type="Texture" id=49] +[ext_resource path="res://assets/textures/gui/bevel/membraneChitin.png" type="Texture" id=50] +[ext_resource path="res://assets/textures/gui/bevel/membraneCellulose.png" type="Texture" id=51] +[ext_resource path="res://src/general/PauseMenu.tscn" type="PackedScene" id=52] +[ext_resource path="res://src/gui_common/thrive_theme.tres" type="Theme" id=53] +[ext_resource path="res://src/microbe_stage/editor/PatchMapDrawer.tscn" type="PackedScene" id=54] +[ext_resource path="res://assets/textures/gui/bevel/SmallFourDisabled.png" type="Texture" id=55] +[ext_resource path="res://assets/textures/gui/bevel/SmallThreeDisabled.png" type="Texture" id=56] +[ext_resource path="res://assets/textures/gui/bevel/Sunlight.png" type="Texture" id=57] +[ext_resource path="res://assets/textures/gui/bevel/Nitrogen.png" type="Texture" id=58] +[ext_resource path="res://assets/textures/gui/bevel/HydrogenSulfide.png" type="Texture" id=59] +[ext_resource path="res://assets/textures/gui/bevel/Oxygen.png" type="Texture" id=60] +[ext_resource path="res://assets/textures/gui/bevel/CarbonDioxide.png" type="Texture" id=61] +[ext_resource path="res://assets/textures/gui/bevel/Temperature.png" type="Texture" id=62] +[ext_resource path="res://assets/textures/gui/bevel/Ammonia.png" type="Texture" id=63] +[ext_resource path="res://assets/textures/gui/bevel/Iron.png" type="Texture" id=64] +[ext_resource path="res://assets/textures/gui/bevel/Pressure.png" type="Texture" id=65] +[ext_resource path="res://assets/textures/gui/bevel/Glucose.png" type="Texture" id=66] +[ext_resource path="res://assets/textures/gui/bevel/minusButton.png" type="Texture" id=67] +[ext_resource path="res://assets/textures/gui/bevel/minusButtonHover.png" type="Texture" id=68] +[ext_resource path="res://assets/textures/gui/bevel/Phosphate.png" type="Texture" id=69] +[ext_resource path="res://assets/textures/gui/bevel/plusButton.png" type="Texture" id=70] +[ext_resource path="res://assets/textures/gui/bevel/plusButtonHover.png" type="Texture" id=71] +[ext_resource path="res://assets/textures/gui/bevel/ATP.png" type="Texture" id=72] +[ext_resource path="res://assets/fonts/Jura-Regular.ttf" type="DynamicFontData" id=73] +[ext_resource path="res://assets/textures/gui/bevel/OxytoxyNT.png" type="Texture" id=74] +[ext_resource path="res://assets/textures/gui/bevel/6xSymmetry.png" type="Texture" id=75] +[ext_resource path="res://assets/textures/gui/bevel/4xSymmetry.png" type="Texture" id=76] +[ext_resource path="res://assets/textures/gui/bevel/2xSymmetry.png" type="Texture" id=77] +[ext_resource path="res://assets/textures/gui/bevel/increase.png" type="Texture" id=78] +[ext_resource path="res://src/engine/ChromaticFilter.tscn" type="PackedScene" id=79] +[ext_resource path="res://src/gui_common/scrollbar_theme.tres" type="Theme" id=80] +[ext_resource path="res://assets/textures/gui/bevel/MediumTwoNormal.png" type="Texture" id=82] +[ext_resource path="res://assets/textures/gui/bevel/MediumTwoDisabled.png" type="Texture" id=83] +[ext_resource path="res://assets/textures/gui/bevel/MediumTwoHover.png" type="Texture" id=84] +[ext_resource path="res://assets/textures/gui/bevel/NewIcon.png" type="Texture" id=85] +[ext_resource path="res://src/gui_common/SegmentedBar.tscn" type="PackedScene" id=86] + +[sub_resource type="StyleBoxTexture" id=1] +texture = ExtResource( 37 ) +region_rect = Rect2( 0, 0, 120, 40 ) +modulate_color = Color( 0.392157, 0.392157, 0.392157, 1 ) + +[sub_resource type="StyleBoxFlat" id=2] +bg_color = Color( 0.34902, 0.823529, 1, 0.627451 ) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 3 +border_color = Color( 0.439216, 0.623529, 0.623529, 0.392157 ) + +[sub_resource type="StyleBoxTexture" id=3] +texture = ExtResource( 41 ) +region_rect = Rect2( 0, 0, 120, 40 ) +modulate_color = Color( 1, 1, 1, 0.352941 ) + +[sub_resource type="DynamicFont" id=4] +size = 20 +font_data = ExtResource( 5 ) + +[sub_resource type="ButtonGroup" id=5] + +[sub_resource type="StyleBoxTexture" id=6] +texture = ExtResource( 44 ) +region_rect = Rect2( 0, 0, 480, 40 ) + +[sub_resource type="DynamicFont" id=7] +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=8] +font_data = ExtResource( 73 ) + +[sub_resource type="StyleBoxFlat" id=9] +bg_color = Color( 0, 0.490196, 0.490196, 0.392157 ) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 3 +border_color = Color( 0.439216, 0.623529, 0.623529, 0.392157 ) + +[sub_resource type="DynamicFont" id=10] +size = 15 +font_data = ExtResource( 5 ) + +[sub_resource type="StyleBoxEmpty" id=11] + +[sub_resource type="StyleBoxTexture" id=12] +texture = ExtResource( 37 ) +region_rect = Rect2( 0, 0, 120, 40 ) +modulate_color = Color( 0.392157, 0.392157, 0.392157, 1 ) + +[sub_resource type="StyleBoxFlat" id=13] +bg_color = Color( 0.34902, 0.823529, 1, 0.627451 ) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 3 +border_color = Color( 0.439216, 0.623529, 0.623529, 0.392157 ) + +[sub_resource type="StyleBoxFlat" id=14] +bg_color = Color( 0.184314, 0.352941, 0.352941, 0.27451 ) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 3 +border_color = Color( 0.294118, 0.466667, 0.466667, 0.392157 ) + +[sub_resource type="StyleBoxTexture" id=15] +texture = ExtResource( 41 ) +region_rect = Rect2( 0, 0, 120, 40 ) +modulate_color = Color( 1, 1, 1, 0.352941 ) + +[sub_resource type="DynamicFont" id=16] +size = 14 +font_data = ExtResource( 5 ) + +[sub_resource type="ButtonGroup" id=17] + +[sub_resource type="StyleBoxTexture" id=18] +texture = ExtResource( 4 ) +region_rect = Rect2( 0, 0, 360, 120 ) +modulate_color = Color( 1, 1, 1, 0.392157 ) + +[sub_resource type="DynamicFont" id=19] +size = 22 +font_data = ExtResource( 5 ) + +[sub_resource type="StyleBoxTexture" id=20] +texture = ExtResource( 7 ) +region_rect = Rect2( 0, 0, 122, 122 ) +expand_margin_left = 8.0 +expand_margin_right = 8.0 +expand_margin_top = 8.0 +expand_margin_bottom = 8.0 + +[sub_resource type="StyleBoxTexture" id=21] +texture = ExtResource( 7 ) +region_rect = Rect2( 0, 0, 122, 122 ) +expand_margin_left = 8.0 +expand_margin_right = 8.0 +expand_margin_top = 8.0 +expand_margin_bottom = 8.0 + +[sub_resource type="StyleBoxTexture" id=22] +texture = ExtResource( 6 ) +region_rect = Rect2( 0, 0, 120, 120 ) +expand_margin_left = 8.0 +expand_margin_right = 8.0 +expand_margin_top = 8.0 +expand_margin_bottom = 8.0 + +[sub_resource type="StyleBoxTexture" id=23] +texture = ExtResource( 8 ) +region_rect = Rect2( 0, 0, 120, 120 ) +expand_margin_left = 8.0 +expand_margin_right = 8.0 +expand_margin_top = 8.0 +expand_margin_bottom = 8.0 + +[sub_resource type="ButtonGroup" id=24] + +[sub_resource type="DynamicFont" id=25] +size = 9 +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=26] +size = 9 +font_data = ExtResource( 5 ) + +[sub_resource type="ButtonGroup" id=27] + +[sub_resource type="DynamicFont" id=28] +size = 12 +font_data = ExtResource( 5 ) + +[sub_resource type="Theme" id=29] +default_font = SubResource( 28 ) +Button/colors/font_color = Color( 1, 1, 1, 1 ) +Button/colors/font_color_disabled = Color( 1, 1, 1, 1 ) +Button/colors/font_color_hover = Color( 1, 1, 1, 1 ) +Button/colors/font_color_pressed = Color( 1, 1, 1, 1 ) +Button/constants/hseparation = 2 +Button/fonts/font = null +Button/styles/disabled = null +Button/styles/focus = null +Button/styles/hover = null +Button/styles/normal = null +Button/styles/pressed = null +CheckBox/colors/font_color = Color( 0, 0, 0, 1 ) +CheckBox/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +CheckBox/colors/font_color_hover = Color( 0, 0, 0, 1 ) +CheckBox/colors/font_color_hover_pressed = Color( 0, 0, 0, 1 ) +CheckBox/colors/font_color_pressed = Color( 0, 0, 0, 1 ) +CheckBox/constants/check_vadjust = 0 +CheckBox/constants/hseparation = 4 +CheckBox/fonts/font = null +CheckBox/icons/checked = null +CheckBox/icons/radio_checked = null +CheckBox/icons/radio_unchecked = null +CheckBox/icons/unchecked = null +CheckBox/styles/disabled = null +CheckBox/styles/focus = null +CheckBox/styles/hover = null +CheckBox/styles/hover_pressed = null +CheckBox/styles/normal = null +CheckBox/styles/pressed = null +CheckButton/colors/font_color = Color( 1, 1, 1, 1 ) +CheckButton/colors/font_color_disabled = Color( 1, 1, 1, 1 ) +CheckButton/colors/font_color_hover = Color( 1, 1, 1, 1 ) +CheckButton/colors/font_color_hover_pressed = Color( 1, 1, 1, 1 ) +CheckButton/colors/font_color_pressed = Color( 1, 1, 1, 1 ) +CheckButton/constants/check_vadjust = 0 +CheckButton/constants/hseparation = 4 +CheckButton/fonts/font = null +CheckButton/icons/off = null +CheckButton/icons/off_disabled = null +CheckButton/icons/on = null +CheckButton/icons/on_disabled = null +CheckButton/styles/disabled = null +CheckButton/styles/focus = null +CheckButton/styles/hover = null +CheckButton/styles/hover_pressed = null +CheckButton/styles/normal = null +CheckButton/styles/pressed = null +ColorPicker/constants/h_width = 30 +ColorPicker/constants/label_width = 10 +ColorPicker/constants/margin = 4 +ColorPicker/constants/sv_height = 256 +ColorPicker/constants/sv_width = 256 +ColorPicker/icons/add_preset = null +ColorPicker/icons/color_hue = null +ColorPicker/icons/color_sample = null +ColorPicker/icons/overbright_indicator = null +ColorPicker/icons/preset_bg = null +ColorPicker/icons/screen_picker = null +ColorPickerButton/colors/font_color = Color( 0, 0, 0, 1 ) +ColorPickerButton/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +ColorPickerButton/colors/font_color_hover = Color( 0, 0, 0, 1 ) +ColorPickerButton/colors/font_color_pressed = Color( 0, 0, 0, 1 ) +ColorPickerButton/constants/hseparation = 2 +ColorPickerButton/fonts/font = null +ColorPickerButton/icons/bg = null +ColorPickerButton/styles/disabled = null +ColorPickerButton/styles/focus = null +ColorPickerButton/styles/hover = null +ColorPickerButton/styles/normal = null +ColorPickerButton/styles/pressed = null +Dialogs/constants/button_margin = 32 +Dialogs/constants/margin = 8 +FileDialog/colors/files_disabled = Color( 0, 0, 0, 1 ) +FileDialog/colors/folder_icon_modulate = Color( 0, 0, 0, 1 ) +FileDialog/icons/folder = null +FileDialog/icons/parent_folder = null +FileDialog/icons/reload = null +FileDialog/icons/toggle_hidden = null +Fonts/fonts/large = null +Fonts/fonts/normal = null +GraphEdit/colors/activity = Color( 0, 0, 0, 1 ) +GraphEdit/colors/grid_major = Color( 0, 0, 0, 1 ) +GraphEdit/colors/grid_minor = Color( 0, 0, 0, 1 ) +GraphEdit/colors/selection_fill = Color( 0, 0, 0, 1 ) +GraphEdit/colors/selection_stroke = Color( 0, 0, 0, 1 ) +GraphEdit/constants/bezier_len_neg = 160 +GraphEdit/constants/bezier_len_pos = 80 +GraphEdit/constants/port_grab_distance_horizontal = 48 +GraphEdit/constants/port_grab_distance_vertical = 6 +GraphEdit/icons/minus = null +GraphEdit/icons/more = null +GraphEdit/icons/reset = null +GraphEdit/icons/snap = null +GraphEdit/styles/bg = null +GraphNode/colors/close_color = Color( 0, 0, 0, 1 ) +GraphNode/colors/resizer_color = Color( 0, 0, 0, 1 ) +GraphNode/colors/title_color = Color( 0, 0, 0, 1 ) +GraphNode/constants/close_offset = 18 +GraphNode/constants/port_offset = 3 +GraphNode/constants/separation = 1 +GraphNode/constants/title_offset = 20 +GraphNode/fonts/title_font = null +GraphNode/icons/close = null +GraphNode/icons/port = null +GraphNode/icons/resizer = null +GraphNode/styles/breakpoint = null +GraphNode/styles/comment = null +GraphNode/styles/commentfocus = null +GraphNode/styles/defaultfocus = null +GraphNode/styles/defaultframe = null +GraphNode/styles/frame = null +GraphNode/styles/position = null +GraphNode/styles/selectedframe = null +GridContainer/constants/hseparation = 4 +GridContainer/constants/vseparation = 4 +HBoxContainer/constants/separation = 4 +HScrollBar/icons/decrement = null +HScrollBar/icons/decrement_highlight = null +HScrollBar/icons/increment = null +HScrollBar/icons/increment_highlight = null +HScrollBar/styles/grabber = null +HScrollBar/styles/grabber_highlight = null +HScrollBar/styles/grabber_pressed = null +HScrollBar/styles/scroll = null +HScrollBar/styles/scroll_focus = null +HSeparator/constants/separation = 4 +HSeparator/styles/separator = null +HSlider/icons/grabber = null +HSlider/icons/grabber_disabled = null +HSlider/icons/grabber_highlight = null +HSlider/icons/tick = null +HSlider/styles/grabber_area = null +HSlider/styles/slider = null +HSplitContainer/constants/autohide = 1 +HSplitContainer/constants/separation = 12 +HSplitContainer/icons/grabber = null +HSplitContainer/styles/bg = null +Icons/icons/close = null +ItemList/colors/font_color = Color( 0, 0, 0, 1 ) +ItemList/colors/font_color_selected = Color( 0, 0, 0, 1 ) +ItemList/colors/guide_color = Color( 0, 0, 0, 1 ) +ItemList/constants/hseparation = 4 +ItemList/constants/icon_margin = 4 +ItemList/constants/line_separation = 2 +ItemList/constants/vseparation = 2 +ItemList/fonts/font = null +ItemList/styles/bg = null +ItemList/styles/bg_focus = null +ItemList/styles/cursor = null +ItemList/styles/cursor_unfocused = null +ItemList/styles/selected = null +ItemList/styles/selected_focus = null +Label/colors/font_color = Color( 1, 1, 1, 1 ) +Label/colors/font_color_shadow = Color( 1, 1, 1, 0 ) +Label/colors/font_outline_modulate = Color( 1, 1, 1, 0 ) +Label/constants/line_spacing = 3 +Label/constants/shadow_as_outline = 0 +Label/constants/shadow_offset_x = 1 +Label/constants/shadow_offset_y = 1 +Label/fonts/font = null +Label/styles/normal = null +LineEdit/colors/clear_button_color = Color( 1, 1, 1, 1 ) +LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 ) +LineEdit/colors/cursor_color = Color( 1, 1, 1, 1 ) +LineEdit/colors/font_color = Color( 1, 1, 1, 1 ) +LineEdit/colors/font_color_selected = Color( 1, 1, 1, 1 ) +LineEdit/colors/font_color_uneditable = Color( 1, 1, 1, 1 ) +LineEdit/colors/selection_color = Color( 1, 1, 1, 1 ) +LineEdit/constants/minimum_spaces = 12 +LineEdit/fonts/font = null +LineEdit/icons/clear = null +LineEdit/styles/focus = null +LineEdit/styles/normal = null +LineEdit/styles/read_only = null +LinkButton/colors/font_color = Color( 0, 0, 0, 1 ) +LinkButton/colors/font_color_hover = Color( 0, 0, 0, 1 ) +LinkButton/colors/font_color_pressed = Color( 0, 0, 0, 1 ) +LinkButton/constants/underline_spacing = 2 +LinkButton/fonts/font = null +LinkButton/styles/focus = null +MarginContainer/constants/margin_bottom = 0 +MarginContainer/constants/margin_left = 0 +MarginContainer/constants/margin_right = 0 +MarginContainer/constants/margin_top = 0 +MenuButton/colors/font_color = Color( 0, 0, 0, 1 ) +MenuButton/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +MenuButton/colors/font_color_hover = Color( 0, 0, 0, 1 ) +MenuButton/colors/font_color_pressed = Color( 0, 0, 0, 1 ) +MenuButton/constants/hseparation = 3 +MenuButton/fonts/font = null +MenuButton/styles/disabled = null +MenuButton/styles/focus = null +MenuButton/styles/hover = null +MenuButton/styles/normal = null +MenuButton/styles/pressed = null +OptionButton/colors/font_color = Color( 0, 0, 0, 1 ) +OptionButton/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +OptionButton/colors/font_color_hover = Color( 0, 0, 0, 1 ) +OptionButton/colors/font_color_pressed = Color( 0, 0, 0, 1 ) +OptionButton/constants/arrow_margin = 2 +OptionButton/constants/hseparation = 2 +OptionButton/fonts/font = null +OptionButton/icons/arrow = null +OptionButton/styles/disabled = null +OptionButton/styles/focus = null +OptionButton/styles/hover = null +OptionButton/styles/normal = null +OptionButton/styles/pressed = null +Panel/styles/panel = null +PanelContainer/styles/panel = null +PopupDialog/styles/panel = null +PopupMenu/colors/font_color = Color( 0, 0, 0, 1 ) +PopupMenu/colors/font_color_accel = Color( 0, 0, 0, 1 ) +PopupMenu/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +PopupMenu/colors/font_color_hover = Color( 0, 0, 0, 1 ) +PopupMenu/constants/hseparation = 4 +PopupMenu/constants/vseparation = 4 +PopupMenu/fonts/font = null +PopupMenu/icons/checked = null +PopupMenu/icons/radio_checked = null +PopupMenu/icons/radio_unchecked = null +PopupMenu/icons/submenu = null +PopupMenu/icons/unchecked = null +PopupMenu/styles/hover = null +PopupMenu/styles/labeled_separator_left = null +PopupMenu/styles/labeled_separator_right = null +PopupMenu/styles/panel = null +PopupMenu/styles/panel_disabled = null +PopupMenu/styles/separator = null +PopupPanel/styles/panel = null +ProgressBar/colors/font_color = Color( 0, 0, 0, 1 ) +ProgressBar/colors/font_color_shadow = Color( 0, 0, 0, 1 ) +ProgressBar/fonts/font = null +ProgressBar/styles/bg = null +ProgressBar/styles/fg = null +RichTextLabel/colors/default_color = Color( 0, 0, 0, 1 ) +RichTextLabel/colors/font_color_selected = Color( 0, 0, 0, 1 ) +RichTextLabel/colors/font_color_shadow = Color( 0, 0, 0, 1 ) +RichTextLabel/colors/selection_color = Color( 0, 0, 0, 1 ) +RichTextLabel/constants/line_separation = 1 +RichTextLabel/constants/shadow_as_outline = 0 +RichTextLabel/constants/shadow_offset_x = 1 +RichTextLabel/constants/shadow_offset_y = 1 +RichTextLabel/constants/table_hseparation = 3 +RichTextLabel/constants/table_vseparation = 3 +RichTextLabel/fonts/bold_font = null +RichTextLabel/fonts/bold_italics_font = null +RichTextLabel/fonts/italics_font = null +RichTextLabel/fonts/mono_font = null +RichTextLabel/fonts/normal_font = null +RichTextLabel/styles/focus = null +RichTextLabel/styles/normal = null +ScrollContainer/styles/bg = null +SpinBox/icons/updown = null +TabContainer/colors/font_color_bg = Color( 0, 0, 0, 1 ) +TabContainer/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +TabContainer/colors/font_color_fg = Color( 0, 0, 0, 1 ) +TabContainer/constants/hseparation = 4 +TabContainer/constants/label_valign_bg = 2 +TabContainer/constants/label_valign_fg = 0 +TabContainer/constants/side_margin = 8 +TabContainer/constants/top_margin = 24 +TabContainer/fonts/font = null +TabContainer/icons/decrement = null +TabContainer/icons/decrement_highlight = null +TabContainer/icons/increment = null +TabContainer/icons/increment_highlight = null +TabContainer/icons/menu = null +TabContainer/icons/menu_highlight = null +TabContainer/styles/panel = null +TabContainer/styles/tab_bg = null +TabContainer/styles/tab_disabled = null +TabContainer/styles/tab_fg = null +Tabs/colors/font_color_bg = Color( 0, 0, 0, 1 ) +Tabs/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +Tabs/colors/font_color_fg = Color( 0, 0, 0, 1 ) +Tabs/constants/hseparation = 4 +Tabs/constants/label_valign_bg = 2 +Tabs/constants/label_valign_fg = 0 +Tabs/constants/top_margin = 24 +Tabs/fonts/font = null +Tabs/icons/close = null +Tabs/icons/decrement = null +Tabs/icons/decrement_highlight = null +Tabs/icons/increment = null +Tabs/icons/increment_highlight = null +Tabs/styles/button = null +Tabs/styles/button_pressed = null +Tabs/styles/panel = null +Tabs/styles/tab_bg = null +Tabs/styles/tab_disabled = null +Tabs/styles/tab_fg = null +TextEdit/colors/background_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/bookmark_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/brace_mismatch_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/breakpoint_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/caret_background_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/caret_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/code_folding_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/completion_background_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/completion_existing_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/completion_font_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/completion_scroll_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/completion_selected_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/current_line_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/executing_line_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/font_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/font_color_readonly = Color( 0, 0, 0, 1 ) +TextEdit/colors/font_color_selected = Color( 0, 0, 0, 1 ) +TextEdit/colors/function_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/line_number_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/mark_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/member_variable_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/number_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/safe_line_number_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/selection_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/symbol_color = Color( 0, 0, 0, 1 ) +TextEdit/colors/word_highlighted_color = Color( 0, 0, 0, 1 ) +TextEdit/constants/completion_lines = 7 +TextEdit/constants/completion_max_width = 50 +TextEdit/constants/completion_scroll_width = 3 +TextEdit/constants/line_spacing = 4 +TextEdit/fonts/font = null +TextEdit/icons/fold = null +TextEdit/icons/folded = null +TextEdit/icons/space = null +TextEdit/icons/tab = null +TextEdit/styles/completion = null +TextEdit/styles/focus = null +TextEdit/styles/normal = null +TextEdit/styles/read_only = null +ToolButton/colors/font_color = Color( 0, 0, 0, 1 ) +ToolButton/colors/font_color_disabled = Color( 0, 0, 0, 1 ) +ToolButton/colors/font_color_hover = Color( 0, 0, 0, 1 ) +ToolButton/colors/font_color_pressed = Color( 0, 0, 0, 1 ) +ToolButton/constants/hseparation = 3 +ToolButton/fonts/font = null +ToolButton/styles/disabled = null +ToolButton/styles/focus = null +ToolButton/styles/hover = null +ToolButton/styles/normal = null +ToolButton/styles/pressed = null +TooltipLabel/colors/font_color = Color( 0, 0, 0, 1 ) +TooltipLabel/colors/font_color_shadow = Color( 0, 0, 0, 1 ) +TooltipLabel/constants/shadow_offset_x = 1 +TooltipLabel/constants/shadow_offset_y = 1 +TooltipLabel/fonts/font = null +TooltipPanel/styles/panel = null +Tree/colors/cursor_color = Color( 0, 0, 0, 1 ) +Tree/colors/custom_button_font_highlight = Color( 0, 0, 0, 1 ) +Tree/colors/drop_position_color = Color( 0, 0, 0, 1 ) +Tree/colors/font_color = Color( 0, 0, 0, 1 ) +Tree/colors/font_color_selected = Color( 0, 0, 0, 1 ) +Tree/colors/guide_color = Color( 0, 0, 0, 1 ) +Tree/colors/relationship_line_color = Color( 0, 0, 0, 1 ) +Tree/colors/selection_color = Color( 0, 0, 0, 1 ) +Tree/colors/title_button_color = Color( 0, 0, 0, 1 ) +Tree/constants/button_margin = 4 +Tree/constants/draw_guides = 1 +Tree/constants/draw_relationship_lines = 0 +Tree/constants/hseparation = 4 +Tree/constants/item_margin = 12 +Tree/constants/scroll_border = 4 +Tree/constants/scroll_speed = 12 +Tree/constants/vseparation = 4 +Tree/fonts/font = null +Tree/fonts/title_button_font = null +Tree/icons/arrow = null +Tree/icons/arrow_collapsed = null +Tree/icons/checked = null +Tree/icons/select_arrow = null +Tree/icons/unchecked = null +Tree/icons/updown = null +Tree/styles/bg = null +Tree/styles/bg_focus = null +Tree/styles/button_pressed = null +Tree/styles/cursor = null +Tree/styles/cursor_unfocused = null +Tree/styles/custom_button = null +Tree/styles/custom_button_hover = null +Tree/styles/custom_button_pressed = null +Tree/styles/selected = null +Tree/styles/selected_focus = null +Tree/styles/title_button_hover = null +Tree/styles/title_button_normal = null +Tree/styles/title_button_pressed = null +VBoxContainer/constants/separation = 4 +VScrollBar/icons/decrement = null +VScrollBar/icons/decrement_highlight = null +VScrollBar/icons/increment = null +VScrollBar/icons/increment_highlight = null +VScrollBar/styles/grabber = null +VScrollBar/styles/grabber_highlight = null +VScrollBar/styles/grabber_pressed = null +VScrollBar/styles/scroll = null +VScrollBar/styles/scroll_focus = null +VSeparator/constants/separation = 4 +VSeparator/styles/separator = null +VSlider/icons/grabber = null +VSlider/icons/grabber_disabled = null +VSlider/icons/grabber_highlight = null +VSlider/icons/tick = null +VSlider/styles/grabber_area = null +VSlider/styles/slider = null +VSplitContainer/constants/autohide = 1 +VSplitContainer/constants/separation = 12 +VSplitContainer/icons/grabber = null +VSplitContainer/styles/bg = null +WindowDialog/colors/title_color = Color( 0, 0, 0, 1 ) +WindowDialog/constants/close_h_ofs = 18 +WindowDialog/constants/close_v_ofs = 18 +WindowDialog/constants/scaleborder_size = 4 +WindowDialog/constants/title_height = 20 +WindowDialog/fonts/title_font = null +WindowDialog/icons/close = null +WindowDialog/icons/close_highlight = null +WindowDialog/styles/panel = null + +[sub_resource type="StyleBoxTexture" id=30] +texture = ExtResource( 31 ) +region_rect = Rect2( 0, 0, 1000, 40 ) + +[sub_resource type="StyleBoxEmpty" id=31] + +[sub_resource type="DynamicFont" id=32] +font_data = ExtResource( 5 ) + +[sub_resource type="StyleBoxFlat" id=33] +bg_color = Color( 1, 1, 1, 0.0784314 ) + +[sub_resource type="StyleBoxFlat" id=34] +bg_color = Color( 1, 1, 1, 0 ) + +[sub_resource type="DynamicFont" id=35] +font_data = ExtResource( 5 ) + +[sub_resource type="StyleBoxFlat" id=36] +bg_color = Color( 0, 0.490196, 0.490196, 0.235294 ) + +[sub_resource type="DynamicFont" id=37] +size = 10 +font_data = ExtResource( 5 ) + +[sub_resource type="StyleBoxFlat" id=38] +bg_color = Color( 0.0156863, 0.811765, 0.396078, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0666667, 1, 0.835294, 1 ) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 + +[sub_resource type="StyleBoxFlat" id=39] +bg_color = Color( 0, 0.541176, 0.258824, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0666667, 1, 0.835294, 1 ) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 + +[sub_resource type="StyleBoxFlat" id=40] +bg_color = Color( 0.164706, 0.215686, 0.235294, 1 ) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color( 0.396078, 0.623529, 0.584314, 1 ) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 + +[sub_resource type="StyleBoxFlat" id=41] +bg_color = Color( 0, 0.490196, 0.258824, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.0666667, 1, 0.835294, 1 ) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 + +[sub_resource type="DynamicFont" id=42] +size = 20 +font_data = ExtResource( 5 ) + +[sub_resource type="StyleBoxFlat" id=43] +bg_color = Color( 0, 0.34902, 0.34902, 0.392157 ) +corner_radius_top_left = 25 +corner_radius_top_right = 25 +corner_radius_bottom_right = 25 +corner_radius_bottom_left = 25 + +[sub_resource type="DynamicFont" id=44] +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=45] +size = 25 +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=46] +size = 15 +font_data = ExtResource( 73 ) + +[sub_resource type="DynamicFont" id=47] +size = 17 +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=48] +font_data = ExtResource( 5 ) + +[sub_resource type="Theme" id=49] +default_font = SubResource( 48 ) + +[sub_resource type="StyleBoxFlat" id=50] +border_width_top = 1 + +[sub_resource type="StyleBoxEmpty" id=51] + +[sub_resource type="DynamicFont" id=52] +size = 30 +use_filter = true +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=53] +use_filter = true +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=54] +size = 20 +use_filter = true +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=55] +size = 18 +use_filter = true +font_data = ExtResource( 5 ) + +[sub_resource type="DynamicFont" id=56] +size = 18 +use_filter = true +font_data = ExtResource( 5 ) + +[sub_resource type="Theme" id=57] +default_font = SubResource( 56 ) + +[sub_resource type="Animation" id=58] +resource_name = "atmosphericSlideDown" +tracks/0/type = "value" +tracks/0/path = NodePath("AtmosphericConditions/Clip:rect_min_size") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 0.5, 1 ), +"update": 0, +"values": [ Vector2( 0, 0 ), Vector2( 0, 75 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("AtmosphericConditions/Clip/GridContainer:visible") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 1, +"values": [ true ] +} + +[sub_resource type="Animation" id=59] +resource_name = "atmosphericSlideUp" +length = 0.3 +tracks/0/type = "value" +tracks/0/path = NodePath("AtmosphericConditions/Clip:rect_min_size") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 0.5, 1 ), +"update": 0, +"values": [ Vector2( 0, 75 ), Vector2( 0, 0 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("AtmosphericConditions/Clip/GridContainer:visible") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 1, +"values": [ true, false ] +} + +[sub_resource type="Animation" id=60] +resource_name = "compoundsSlideDown" +tracks/0/type = "value" +tracks/0/path = NodePath("Compounds/Clip:rect_min_size") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 0.5, 1 ), +"update": 0, +"values": [ Vector2( 0, 0 ), Vector2( 0, 100 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Compounds/Clip/GridContainer:visible") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 1, +"values": [ true ] +} + +[sub_resource type="Animation" id=61] +resource_name = "compoundsSlideUp" +tracks/0/type = "value" +tracks/0/path = NodePath("Compounds/Clip:rect_min_size") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 0.5, 1 ), +"update": 0, +"values": [ Vector2( 0, 100 ), Vector2( 0, 0 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Compounds/Clip/GridContainer:visible") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 1, +"values": [ true, false ] +} + +[sub_resource type="Animation" id=62] +resource_name = "physicalSlideDown" +length = 0.3 +tracks/0/type = "value" +tracks/0/path = NodePath("PhysicalConditions/Clip:rect_min_size") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 0.5, 1 ), +"update": 0, +"values": [ Vector2( 0, 0 ), Vector2( 0, 75 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("PhysicalConditions/Clip/GridContainer:visible") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 1, +"values": [ true ] +} + +[sub_resource type="Animation" id=63] +resource_name = "physicalSlideUp" +length = 0.3 +tracks/0/type = "value" +tracks/0/path = NodePath("PhysicalConditions/Clip:rect_min_size") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 0.5, 1 ), +"update": 0, +"values": [ Vector2( 0, 75 ), Vector2( 0, 0 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("PhysicalConditions/Clip/GridContainer:visible") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 0.3 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 1, +"values": [ true, false ] +} + +[sub_resource type="StyleBoxFlat" id=64] +bg_color = Color( 0.286275, 0.662745, 0.803922, 1 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[sub_resource type="StyleBoxFlat" id=65] +bg_color = Color( 0, 0.490196, 0.490196, 1 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[sub_resource type="StyleBoxFlat" id=66] +bg_color = Color( 0.439216, 0.623529, 0.623529, 0.627451 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[sub_resource type="StyleBoxFlat" id=67] +bg_color = Color( 0, 0.490196, 0.490196, 1 ) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[node name="MicrobeEditor" type="Node"] +process_priority = -1 +script = ExtResource( 2 ) + +[node name="PrimaryCamera" parent="." instance=ExtResource( 1 )] +DefaultCameraHeight = 10.0 +MaxCameraHeight = 40.0 +DisableBackgroundParticles = true + +[node name="CameraLookAt" type="Spatial" parent="."] +__meta__ = { +"_editor_description_": "Just something to make the microbe camera look at the right place" +} + +[node name="World" type="Node" parent="."] + +[node name="EditorLight" type="OmniLight" parent="World"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 8.33046, 0 ) +shadow_enabled = true +omni_range = 100.0 +omni_attenuation = 0.420448 + +[node name="ChromaticFilter" parent="." instance=ExtResource( 79 )] + +[node name="MicrobeEditorGUI" type="Node" parent="."] +pause_mode = 2 +script = ExtResource( 45 ) +MenuPath = NodePath("PauseMenu") +SizeLabelPath = NodePath("CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName/SizeLabel") +SpeedLabelPath = NodePath("CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName/SpeedLabel") +GenerationLabelPath = NodePath("CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName/GenerationLabel") +MutationPointsLabelPath = NodePath("LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer/MPBar/HBoxContainer/Value") +MutationPointsBarPath = NodePath("LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer/MPBar") +SpeciesNameEditPath = NodePath("CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName/SpeciesNameBox/MarginContainer/LineEdit") +MembraneColorPickerPath = NodePath("CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/ColorPicker") +NewCellButtonPath = NodePath("LeftTopBar/HBoxContainer/NewCellButton") +UndoButtonPath = NodePath("CellEditor/UndoButton") +RedoButtonPath = NodePath("CellEditor/RedoButton") +FinishButtonPath = NodePath("CellEditor/FinishButton") +SymmetryButtonPath = NodePath("CellEditor/SymmetryButton") +ATPBalanceLabelPath = NodePath("CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer/Label") +ATPBarContainerPath = NodePath("CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer/ATPBarContainer") +ATPProductionBarPath = NodePath("CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer/ATPBarContainer/ATPProductionBar") +ATPConsumptionBarPath = NodePath("CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer/ATPBarContainer/ATPConsumptionBar") +GlucoseReductionLabelPath = NodePath("Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer/GlucoseReduction") +AutoEvoLabelPath = NodePath("Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer/AutoEvoResults") +ExternalEffectsLabelPath = NodePath("Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer/ExternalEffectsList") +MapDrawerPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/ScrollContainer/PatchMapDrawer") +PatchNothingSelectedPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/NothingSelected") +PatchDetailsPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer") +PatchNamePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/VBoxContainer/PatchName") +PatchPlayerHerePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/VBoxContainer/PlayerHereLabel") +PatchBiomePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Biome") +PatchTemperaturePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Temperature/Label") +PatchPressurePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Pressure/Label") +PatchLightPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Light/Label") +PatchOxygenPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/Oxygen/Label") +PatchNitrogenPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/Nitrogen/Label") +PatchCO2Path = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/CO2/Label") +PatchHydrogenSulfidePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/HydrogenSulfide/Label") +PatchAmmoniaPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Ammonia/Label") +PatchGlucosePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Glucose/Label") +PatchPhosphatePath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Phosphate/Label") +PatchIronPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Iron/Label") +SpeciesListPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/Clip/SpeciesList") +PhysicalConditionsButtonPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/HBoxContainer/Buttons") +PhysicalConditionsBoxPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer") +AtmosphericConditionsButtonPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/HBoxContainer/Buttons") +AtmosphericConditionsBoxPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer") +CompoundsBoxButtonPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/HBoxContainer/Buttons") +CompoundsBoxPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer") +SpeciesListButtonPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/HBoxContainer/Buttons") +MoveToPatchButtonPath = NodePath("PatchMap/MoveToPatchButton") +PatchTemperatureSituationPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Temperature/Situation") +PatchLightSituationPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Light/Situation") +PatchHydrogenSulfideSituationPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/HydrogenSulfide/Situation") +PatchGlucoseSituationPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Glucose/Situation") +PatchIronSituationPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Iron/Situation") +PatchAmmoniaSituationPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Ammonia/Situation") +PatchPhosphateSituationPath = NodePath("PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Phosphate/Situation") +RigiditySliderPath = NodePath("CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/RigiditySlider") +RigiditySliderTooltipHealthLabelPath = NodePath("CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2/Label") +RigiditySliderTooltipSpeedLabelPath = NodePath("CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer/Label") +SymmetryIconPath = NodePath("CellEditor/SymmetryButton/VBoxContainer/SymmetryIcon") +SymmetryIcon2x = ExtResource( 77 ) +SymmetryIcon4x = ExtResource( 76 ) +SymmetryIcon6x = ExtResource( 75 ) +IncreaseIcon = ExtResource( 78 ) +DecreaseIcon = ExtResource( 3 ) + +[node name="LeftTopBar" type="Control" parent="MicrobeEditorGUI"] +margin_right = 810.0 +margin_bottom = 45.0 +theme = ExtResource( 53 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/LeftTopBar"] +anchor_right = 1.0 +margin_bottom = 45.0 +rect_min_size = Vector2( 0, 40 ) +custom_constants/separation = 0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="ReportButton" type="Button" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer"] +margin_right = 85.0 +margin_bottom = 45.0 +rect_min_size = Vector2( 85, 40 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 1 ) +custom_styles/pressed = SubResource( 2 ) +custom_styles/normal = SubResource( 3 ) +custom_fonts/font = SubResource( 4 ) +toggle_mode = true +pressed = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 5 ) +text = "REPORT" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="PatchMapButton" type="Button" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer"] +margin_left = 85.0 +margin_right = 205.0 +margin_bottom = 45.0 +rect_min_size = Vector2( 120, 40 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 1 ) +custom_styles/pressed = SubResource( 2 ) +custom_styles/normal = SubResource( 3 ) +custom_fonts/font = SubResource( 4 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 5 ) +text = "PATCH_MAP" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="CellEditorButton" type="Button" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer"] +margin_left = 205.0 +margin_right = 340.0 +margin_bottom = 45.0 +rect_min_size = Vector2( 135, 40 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 1 ) +custom_styles/pressed = SubResource( 2 ) +custom_styles/normal = SubResource( 3 ) +custom_fonts/font = SubResource( 4 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 5 ) +text = "CELL_EDITOR" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MPBox" type="PanelContainer" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer"] +self_modulate = Color( 1, 1, 1, 0.392157 ) +margin_left = 340.0 +margin_right = 810.0 +margin_bottom = 45.0 +mouse_filter = 1 +custom_styles/panel = SubResource( 6 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox"] +margin_right = 470.0 +margin_bottom = 45.0 +mouse_filter = 1 +size_flags_vertical = 0 +custom_constants/margin_right = 10 +custom_constants/margin_top = 10 +custom_constants/margin_left = 10 +custom_constants/margin_bottom = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer"] +margin_left = 10.0 +margin_top = 10.0 +margin_right = 460.0 +margin_bottom = 35.0 +custom_constants/separation = -15 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer"] +margin_right = 25.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="MPBar" type="TextureProgress" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer"] +self_modulate = Color( 0.705882, 0.705882, 0.705882, 1 ) +show_behind_parent = true +margin_left = 10.0 +margin_right = 450.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 440, 25 ) +size_flags_vertical = 0 +step = 0.1 +value = 100.0 +texture_progress = ExtResource( 42 ) +nine_patch_stretch = true + +[node name="Background" type="ColorRect" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer/MPBar"] +show_behind_parent = true +margin_right = 440.0 +margin_bottom = 25.0 +mouse_filter = 1 +color = Color( 0.117647, 0.117647, 0.117647, 0.392157 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer/MPBar"] +anchor_right = 1.0 +anchor_bottom = 1.0 +custom_constants/separation = 45 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer/MPBar/HBoxContainer"] +margin_right = 145.0 +margin_bottom = 25.0 +mouse_filter = 2 +custom_constants/margin_left = 25 + +[node name="MPLabel" type="Label" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer/MPBar/HBoxContainer/MarginContainer"] +margin_left = 25.0 +margin_top = 3.0 +margin_right = 145.0 +margin_bottom = 21.0 +custom_fonts/font = SubResource( 7 ) +text = "MUTATION_POINTS" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Value" type="Label" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer/HBoxContainer/MPBar/HBoxContainer"] +margin_left = 190.0 +margin_top = 3.0 +margin_right = 258.0 +margin_bottom = 21.0 +custom_fonts/font = SubResource( 7 ) +text = "100 / 100" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="NewCellButton" type="TextureButton" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer"] +self_modulate = Color( 1, 1, 1, 0.392157 ) +margin_left = 810.0 +margin_right = 935.0 +margin_bottom = 45.0 +rect_min_size = Vector2( 125, 45 ) +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +texture_normal = ExtResource( 82 ) +texture_pressed = ExtResource( 84 ) +texture_hover = ExtResource( 84 ) +texture_disabled = ExtResource( 83 ) +expand = true + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/NewCellButton"] +margin_right = 40.0 +margin_bottom = 40.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="NewIcon" type="TextureRect" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/NewCellButton/HBoxContainer"] +margin_right = 40.0 +margin_bottom = 40.0 +texture = ExtResource( 85 ) + +[node name="Label" type="Label" parent="MicrobeEditorGUI/LeftTopBar/HBoxContainer/NewCellButton/HBoxContainer"] +margin_left = 44.0 +margin_top = 11.0 +margin_right = 77.0 +margin_bottom = 29.0 +custom_fonts/font = SubResource( 8 ) +text = "NEW" + +[node name="CellEditor" type="Control" parent="MicrobeEditorGUI"] +visible = false +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +theme = ExtResource( 53 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="ATPBalancePanel" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -330.0 +margin_bottom = 66.0 +custom_styles/panel = SubResource( 9 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/ATPBalancePanel"] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 327.0 +margin_bottom = 95.0 +mouse_filter = 1 +custom_constants/margin_right = 3 +custom_constants/margin_top = 3 +custom_constants/margin_left = 3 +custom_constants/margin_bottom = 3 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/ATPBalancePanel/MarginContainer"] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 321.0 +margin_bottom = 89.0 +custom_constants/separation = 0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer"] +margin_right = 318.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 10 ) +text = "ATP_BALANCE" + +[node name="VSeparator" type="VSeparator" parent="MicrobeEditorGUI/CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer"] +margin_top = 17.0 +margin_right = 318.0 +margin_bottom = 22.0 +rect_min_size = Vector2( 0, 5 ) +mouse_filter = 2 +custom_styles/separator = SubResource( 11 ) + +[node name="ATPBarContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer"] +margin_top = 22.0 +margin_right = 318.0 +margin_bottom = 86.0 +alignment = 1 + +[node name="ATPProductionBar" parent="MicrobeEditorGUI/CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer/ATPBarContainer" instance=ExtResource( 86 )] +margin_right = 318.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 318, 30 ) + +[node name="ATPConsumptionBar" parent="MicrobeEditorGUI/CellEditor/ATPBalancePanel/MarginContainer/VBoxContainer/ATPBarContainer" instance=ExtResource( 86 )] +margin_top = 34.0 +margin_right = 318.0 +margin_bottom = 64.0 +rect_min_size = Vector2( 318, 30 ) + +[node name="LeftPanel" type="Control" parent="MicrobeEditorGUI/CellEditor"] +anchor_bottom = 1.0 +margin_top = 44.0 +margin_right = 330.0 +margin_bottom = -58.0 +size_flags_horizontal = 4 +size_flags_vertical = 0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Tab" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel"] +margin_right = 330.0 +margin_bottom = 40.0 +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="Structure" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Tab"] +margin_right = 80.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 80, 0 ) +focus_mode = 0 +mouse_filter = 1 +size_flags_horizontal = 0 +custom_styles/hover = SubResource( 12 ) +custom_styles/pressed = SubResource( 13 ) +custom_styles/disabled = SubResource( 14 ) +custom_styles/normal = SubResource( 15 ) +custom_fonts/font = SubResource( 16 ) +custom_colors/font_color_disabled = Color( 1, 1, 1, 1 ) +toggle_mode = true +pressed = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 17 ) +text = "STRUCTURE" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Membrane" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Tab"] +margin_left = 84.0 +margin_right = 164.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 80, 0 ) +focus_mode = 0 +mouse_filter = 1 +size_flags_horizontal = 0 +custom_styles/hover = SubResource( 12 ) +custom_styles/pressed = SubResource( 13 ) +custom_styles/disabled = SubResource( 14 ) +custom_styles/normal = SubResource( 15 ) +custom_fonts/font = SubResource( 16 ) +custom_colors/font_color_disabled = Color( 1, 1, 1, 1 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 17 ) +text = "MEMBRANE" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Behavior" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Tab"] +margin_left = 168.0 +margin_right = 248.0 +margin_bottom = 40.0 +rect_min_size = Vector2( 80, 0 ) +mouse_filter = 1 +size_flags_horizontal = 0 +custom_styles/hover = SubResource( 12 ) +custom_styles/pressed = SubResource( 13 ) +custom_styles/disabled = SubResource( 14 ) +custom_styles/normal = SubResource( 15 ) +custom_fonts/font = SubResource( 16 ) +custom_colors/font_color_disabled = Color( 0.870588, 0.870588, 0.870588, 1 ) +disabled = true +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 17 ) +text = "BEHAVIOR" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Panel" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel"] +anchor_bottom = 1.0 +margin_top = 40.0 +margin_right = 330.0 +mouse_filter = 1 +size_flags_horizontal = 12 +size_flags_vertical = 12 +custom_styles/panel = SubResource( 18 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="Structure" type="Control" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel"] +margin_right = 330.0 +margin_bottom = 578.0 +mouse_filter = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="ScrollContainer" type="ScrollContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = -20.0 +mouse_filter = 1 +size_flags_horizontal = 0 +theme = ExtResource( 80 ) +scroll_horizontal_enabled = false +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer"] +margin_right = 304.0 +margin_bottom = 905.0 +mouse_filter = 1 +custom_constants/margin_right = 0 +custom_constants/margin_top = 10 +custom_constants/margin_left = 10 +custom_constants/margin_bottom = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer"] +margin_left = 10.0 +margin_top = 10.0 +margin_right = 304.0 +margin_bottom = 895.0 +size_flags_vertical = 0 +custom_constants/separation = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="StructuralOrganellesLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_right = 294.0 +margin_bottom = 35.0 +rect_min_size = Vector2( 0, 35 ) +custom_fonts/font = SubResource( 19 ) +text = "STRUCTURAL_ORGANELLES" +valign = 1 +uppercase = true + +[node name="StructuralOrganelles" type="GridContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 45.0 +margin_right = 265.0 +margin_bottom = 135.0 +rect_min_size = Vector2( 265, 0 ) +size_flags_horizontal = 0 +custom_constants/vseparation = 15 +custom_constants/hseparation = 12 +columns = 3 + +[node name="cytoplasm" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_right = 90.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 9 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CYTOPLASM_22MP" +align = 1 + +[node name="ProkaryoticStructuresLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 145.0 +margin_right = 294.0 +margin_bottom = 180.0 +rect_min_size = Vector2( 0, 35 ) +custom_fonts/font = SubResource( 19 ) +text = "PROKARYOTIC_STRUCTURES" +valign = 1 +uppercase = true + +[node name="ProkaryoticStructures" type="GridContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 190.0 +margin_right = 294.0 +margin_bottom = 385.0 +rect_min_size = Vector2( 265, 0 ) +size_flags_horizontal = 0 +custom_constants/vseparation = 15 +custom_constants/hseparation = 12 +columns = 3 + +[node name="metabolosome" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures" groups=[ +"OrganelleSelectionElement", +]] +margin_right = 90.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 11 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "METABOLOSOMES_45_MP" +align = 1 + +[node name="chromatophore" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 102.0 +margin_right = 192.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 10 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "THYLAKOID_50_MP" +align = 1 + +[node name="chemoSynthesizingProteins" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 204.0 +margin_right = 294.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 92.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_right = 87.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 0 ) +size_flags_horizontal = 0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 87.0 +margin_bottom = 54.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 15 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 15.0 +margin_top = -4.0 +margin_right = 65.0 +margin_bottom = 46.0 +rect_min_size = Vector2( 50, 50 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 12 ) +expand = true + +[node name="MarginContainer2" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_top = 52.0 +margin_right = 87.0 +margin_bottom = 78.0 +mouse_filter = 2 +custom_constants/margin_left = -5 + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins/MarginContainer/VBoxContainer/MarginContainer2"] +margin_left = -5.0 +margin_right = 87.0 +margin_bottom = 26.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CHEMOSYNTHESIZING_PROTEINS_45_MP" +align = 1 + +[node name="rusticyanin" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures" groups=[ +"OrganelleSelectionElement", +]] +margin_top = 105.0 +margin_right = 90.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 18 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "RUSTICYANIN_45_MP" +align = 1 + +[node name="nitrogenase" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 102.0 +margin_top = 105.0 +margin_right = 192.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 14 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "NITROGENASE_55_MP" +align = 1 + +[node name="oxytoxyProteins" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 204.0 +margin_top = 105.0 +margin_right = 294.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 16 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "OXYTOXISOME_55_MP" +align = 1 + +[node name="ExternalOrganellesLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 395.0 +margin_right = 294.0 +margin_bottom = 430.0 +rect_min_size = Vector2( 0, 35 ) +custom_fonts/font = SubResource( 19 ) +text = "EXTERNAL_ORGANELLES" +valign = 1 +uppercase = true + +[node name="ExternalOrganelles" type="GridContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 440.0 +margin_right = 294.0 +margin_bottom = 530.0 +rect_min_size = Vector2( 265, 0 ) +size_flags_horizontal = 0 +custom_constants/vseparation = 15 +custom_constants/hseparation = 12 +columns = 3 + +[node name="flagellum" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_right = 90.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 17 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "FRAGELLUM_55_MP" +align = 1 + +[node name="pilus" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 102.0 +margin_right = 192.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 15 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "PREDATORY_PILUS_30_MP" +align = 1 + +[node name="cilia" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 204.0 +margin_right = 294.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +disabled = true +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 13 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CILIA_40_MP" +align = 1 + +[node name="InternalOrganellesLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 540.0 +margin_right = 294.0 +margin_bottom = 575.0 +rect_min_size = Vector2( 0, 35 ) +custom_fonts/font = SubResource( 19 ) +text = "INTERNAL_ORGANELLES" +valign = 1 +uppercase = true + +[node name="InternalOrganelles" type="GridContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 585.0 +margin_right = 294.0 +margin_bottom = 885.0 +rect_min_size = Vector2( 265, 0 ) +size_flags_horizontal = 0 +custom_constants/vseparation = 15 +custom_constants/hseparation = 12 +columns = 3 + +[node name="nucleus" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_right = 90.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 26 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "NUCLEUS_100_MP" +align = 1 + +[node name="mitochondrion" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 102.0 +margin_right = 192.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 21 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "MITOCHONDRION_45_MP" +align = 1 + +[node name="chloroplast" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 204.0 +margin_right = 294.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 22 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CHLOROPLAST_50_MP" +align = 1 + +[node name="thermoplast" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_top = 105.0 +margin_right = 90.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +disabled = true +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 20 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "THERMOPLAST_40_MP" +align = 1 + +[node name="chemoplast" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 102.0 +margin_top = 105.0 +margin_right = 192.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 24 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CHEMOPLAST_45_MP" +align = 1 + +[node name="nitrogenfixingplastid" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 204.0 +margin_top = 105.0 +margin_right = 294.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 54.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 15 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 15.0 +margin_top = -4.0 +margin_right = 65.0 +margin_bottom = 46.0 +rect_min_size = Vector2( 50, 50 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 19 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_top = 52.0 +margin_right = 80.0 +margin_bottom = 78.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "NITROGEN_FIXING_PLASTID_50_MP" +align = 1 + +[node name="vacuole" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_top = 210.0 +margin_right = 90.0 +margin_bottom = 300.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 23 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "VACUOLE_50_MP" +align = 1 + +[node name="oxytoxy" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 102.0 +margin_top = 210.0 +margin_right = 192.0 +margin_bottom = 300.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 16 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "TOXIN_VACUOLE_70_MP" +align = 1 + +[node name="bioluminescentVacuole" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles" groups=[ +"OrganelleSelectionElement", +]] +margin_left = 204.0 +margin_top = 210.0 +margin_right = 294.0 +margin_bottom = 300.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +disabled = true +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 24 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 85.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 54.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 15 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 15.0 +margin_top = -4.0 +margin_right = 65.0 +margin_bottom = 46.0 +rect_min_size = Vector2( 50, 50 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 25 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole/MarginContainer/VBoxContainer"] +margin_top = 52.0 +margin_right = 80.0 +margin_bottom = 78.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "BIOLUMESCENT_VACUOLE_NA_MP" +align = 1 + +[node name="Membrane" type="Control" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel"] +visible = false +margin_right = 330.0 +margin_bottom = 578.0 +mouse_filter = 1 + +[node name="ScrollContainer" type="ScrollContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = -20.0 +rect_min_size = Vector2( 320, 0 ) +mouse_filter = 1 +size_flags_horizontal = 0 +theme = ExtResource( 80 ) +scroll_horizontal_enabled = false +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer"] +margin_right = 323.0 +margin_bottom = 783.0 +mouse_filter = 1 +custom_constants/margin_top = 10 +custom_constants/margin_left = 10 +custom_constants/margin_bottom = 10 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer"] +margin_left = 10.0 +margin_top = 10.0 +margin_right = 323.0 +margin_bottom = 773.0 +custom_constants/separation = 10 + +[node name="MembraneTypesLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer"] +margin_right = 294.0 +margin_bottom = 35.0 +rect_min_size = Vector2( 0, 35 ) +custom_fonts/font = SubResource( 19 ) +text = "MEMBRANE_TYPES" +valign = 1 +uppercase = true + +[node name="MembraneTypes" type="GridContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 45.0 +margin_right = 294.0 +margin_bottom = 240.0 +rect_min_size = Vector2( 265, 0 ) +size_flags_horizontal = 0 +custom_constants/vseparation = 15 +custom_constants/hseparation = 12 +columns = 3 + +[node name="single" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes" groups=[ +"MembraneSelectionElement", +]] +margin_right = 90.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 27 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = 2.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 87.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 47 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "NORMAL_50_MP" +align = 1 + +[node name="double" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes" groups=[ +"MembraneSelectionElement", +]] +margin_left = 102.0 +margin_right = 192.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 27 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = 2.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 87.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 46 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "DOUBLE_50_MP" +align = 1 + +[node name="cellulose" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes" groups=[ +"MembraneSelectionElement", +]] +margin_left = 204.0 +margin_right = 294.0 +margin_bottom = 90.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 27 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = 2.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 87.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 51 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CELLULOSE_50_MP" +align = 1 + +[node name="chitin" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes" groups=[ +"MembraneSelectionElement", +]] +margin_top = 105.0 +margin_right = 90.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 27 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = 2.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 87.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 50 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CHITIN_50_MP" +align = 1 + +[node name="calcium_carbonate" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes" groups=[ +"MembraneSelectionElement", +]] +margin_left = 102.0 +margin_top = 105.0 +margin_right = 192.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 27 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = 2.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 86.0 +margin_bottom = 87.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate/MarginContainer/VBoxContainer"] +margin_right = 81.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 81.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 81.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 49 ) +expand = true + +[node name="MarginContainer2" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 81.0 +margin_bottom = 80.0 +mouse_filter = 2 +custom_constants/margin_left = -5 + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate/MarginContainer/VBoxContainer/MarginContainer2"] +margin_left = -5.0 +margin_right = 81.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "CALCIUM_CARBONATE_50_MP" +align = 1 + +[node name="silica" type="Button" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes" groups=[ +"MembraneSelectionElement", +]] +margin_left = 204.0 +margin_top = 105.0 +margin_right = 294.0 +margin_bottom = 195.0 +rect_min_size = Vector2( 90, 90 ) +focus_mode = 0 +mouse_filter = 1 +custom_styles/hover = SubResource( 20 ) +custom_styles/pressed = SubResource( 21 ) +custom_styles/disabled = SubResource( 22 ) +custom_styles/normal = SubResource( 23 ) +toggle_mode = true +action_mode = 0 +enabled_focus_mode = 0 +group = SubResource( 27 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = 2.0 +mouse_filter = 2 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 85.0 +margin_bottom = 87.0 +custom_constants/separation = -2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SelectedLabelMargin" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica/MarginContainer/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 10.0 +rect_min_size = Vector2( 80, 10 ) +mouse_filter = 1 + +[node name="SelectedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica/MarginContainer/VBoxContainer/SelectedLabelMargin"] +visible = false +margin_right = 80.0 +margin_bottom = 10.0 +custom_fonts/font = SubResource( 25 ) +text = "SELECTED" +align = 1 +valign = 1 +uppercase = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica/MarginContainer/VBoxContainer"] +margin_top = 8.0 +margin_right = 80.0 +margin_bottom = 64.0 +mouse_filter = 2 +custom_constants/margin_top = -4 +custom_constants/margin_left = 10 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica/MarginContainer/VBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = -4.0 +margin_right = 70.0 +margin_bottom = 56.0 +rect_min_size = Vector2( 60, 60 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +texture = ExtResource( 48 ) +expand = true + +[node name="OrganelleLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica/MarginContainer/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 80.0 +custom_fonts/font = SubResource( 26 ) +custom_constants/line_spacing = -2 +text = "SILICA_50_MP" +align = 1 + +[node name="RigidityLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 250.0 +margin_right = 294.0 +margin_bottom = 285.0 +rect_min_size = Vector2( 0, 35 ) +custom_fonts/font = SubResource( 19 ) +text = "FLUIDITY_RIGIDITY" +valign = 1 +uppercase = true + +[node name="RigiditySlider" type="HSlider" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 295.0 +margin_right = 294.0 +margin_bottom = 311.0 +mouse_filter = 1 +min_value = -10.0 +max_value = 10.0 +step = 1.0 + +[node name="ColourLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer"] +margin_top = 321.0 +margin_right = 294.0 +margin_bottom = 356.0 +rect_min_size = Vector2( 0, 35 ) +custom_fonts/font = SubResource( 19 ) +text = "COLOUR" +valign = 1 +uppercase = true + +[node name="ColorPicker" type="ColorPicker" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer"] +margin_left = 32.0 +margin_top = 32.0 +margin_right = 32.0 +margin_bottom = 32.0 +theme = SubResource( 29 ) +edit_alpha = false + +[node name="Behavior" type="Control" parent="MicrobeEditorGUI/CellEditor/LeftPanel/Panel"] +visible = false +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_top = -20.0 +margin_bottom = -40.0 +mouse_filter = 1 + +[node name="BottomBar" type="Control" parent="MicrobeEditorGUI/CellEditor"] +anchor_top = 0.944 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_top = -17.68 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MenuButton" type="TextureButton" parent="MicrobeEditorGUI/CellEditor/BottomBar"] +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_left = 20.0 +margin_top = -50.0 +margin_right = 75.0 +margin_bottom = -8.0 +focus_mode = 0 +mouse_filter = 1 +enabled_focus_mode = 0 +texture_normal = ExtResource( 28 ) +texture_pressed = ExtResource( 29 ) +texture_hover = ExtResource( 27 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="LowerBarLeft" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/BottomBar"] +modulate = Color( 1, 1, 1, 0.392157 ) +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_left = 90.0 +margin_top = -40.0 +margin_right = 135.0 +texture = ExtResource( 30 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="LowerBarCentre" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/BottomBar"] +self_modulate = Color( 1, 1, 1, 0.392157 ) +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 130.0 +margin_top = -40.0001 +margin_bottom = -6.10352e-05 +rect_min_size = Vector2( 0, 40 ) +mouse_filter = 1 +size_flags_horizontal = 0 +size_flags_vertical = 0 +custom_styles/panel = SubResource( 30 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre"] +margin_right = 1150.0 +margin_bottom = 40.0 +mouse_filter = 1 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 1145.0 +margin_bottom = 35.0 + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer"] +margin_right = 40.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 40, 30 ) +mouse_filter = 2 +custom_styles/separator = SubResource( 31 ) + +[node name="SpeciesName" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer"] +margin_left = 44.0 +margin_right = 626.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 150, 30 ) +size_flags_horizontal = 0 +size_flags_vertical = 0 +custom_constants/separation = 10 + +[node name="SpeciesLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName"] +margin_top = 6.0 +margin_right = 70.0 +margin_bottom = 24.0 +rect_min_size = Vector2( 70, 0 ) +custom_fonts/font = SubResource( 32 ) +text = "SPECIES" +uppercase = true + +[node name="SpeciesNameBox" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName"] +margin_left = 80.0 +margin_right = 300.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 220, 0 ) +mouse_filter = 1 +custom_styles/panel = SubResource( 33 ) + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName/SpeciesNameBox"] +margin_right = 220.0 +margin_bottom = 30.0 +mouse_filter = 1 +custom_constants/margin_right = 5 +custom_constants/margin_top = 5 +custom_constants/margin_left = 5 +custom_constants/margin_bottom = 5 + +[node name="LineEdit" type="LineEdit" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName/SpeciesNameBox/MarginContainer"] +margin_left = 5.0 +margin_top = 5.0 +margin_right = 215.0 +margin_bottom = 25.0 +mouse_filter = 1 +custom_styles/normal = SubResource( 34 ) +custom_fonts/font = SubResource( 35 ) +custom_colors/font_color = Color( 1, 1, 1, 1 ) +text = "PRIMUM_THRIVIUM" +caret_blink = true + +[node name="GenerationLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName"] +margin_left = 310.0 +margin_right = 417.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 70, 30 ) +custom_styles/normal = SubResource( 36 ) +custom_fonts/font = SubResource( 32 ) +text = "GENERATION_2" +align = 1 +valign = 1 +uppercase = true + +[node name="SpeedLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName"] +margin_left = 427.0 +margin_right = 502.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 70, 30 ) +custom_styles/normal = SubResource( 36 ) +custom_fonts/font = SubResource( 32 ) +text = "SPEED_2_0" +align = 1 +valign = 1 +uppercase = true + +[node name="SizeLabel" type="Label" parent="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName"] +margin_left = 512.0 +margin_right = 582.0 +margin_bottom = 30.0 +rect_min_size = Vector2( 70, 30 ) +custom_styles/normal = SubResource( 36 ) +custom_fonts/font = SubResource( 32 ) +text = "SIZE_1" +align = 1 +valign = 1 +uppercase = true + +[node name="SymmetryButton" type="TextureButton" parent="MicrobeEditorGUI/CellEditor"] +self_modulate = Color( 1, 1, 1, 0.392157 ) +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +margin_left = -40.0 +margin_top = -120.0 +margin_right = 40.0 +margin_bottom = -40.0 +focus_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 34 ) +texture_pressed = ExtResource( 38 ) +texture_hover = ExtResource( 38 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/SymmetryButton"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_bottom = -6.0 +custom_constants/separation = -18 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SymmetryIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/SymmetryButton/VBoxContainer"] +margin_right = 80.0 +margin_bottom = 80.0 +rect_min_size = Vector2( 80, 80 ) +size_flags_horizontal = 0 +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/SymmetryButton/VBoxContainer"] +margin_top = 62.0 +margin_right = 80.0 +margin_bottom = 74.0 +custom_fonts/font = SubResource( 37 ) +text = "SYMMETRY" +align = 1 +uppercase = true + +[node name="RedoButton" type="TextureButton" parent="MicrobeEditorGUI/CellEditor"] +self_modulate = Color( 1, 1, 1, 0.392157 ) +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +margin_left = 40.0001 +margin_top = -80.0 +margin_right = 120.0 +margin_bottom = -40.0 +focus_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 33 ) +texture_pressed = ExtResource( 39 ) +texture_hover = ExtResource( 39 ) +texture_disabled = ExtResource( 55 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/RedoButton"] +anchor_top = 0.5 +anchor_bottom = 0.5 +margin_top = -20.0 +margin_right = 42.0 +margin_bottom = 20.0 +texture = ExtResource( 36 ) + +[node name="UndoButton" type="TextureButton" parent="MicrobeEditorGUI/CellEditor"] +self_modulate = Color( 1, 1, 1, 0.392157 ) +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +margin_left = -120.0 +margin_top = -80.0 +margin_right = -40.0 +margin_bottom = -40.0 +focus_mode = 0 +enabled_focus_mode = 0 +texture_normal = ExtResource( 32 ) +texture_pressed = ExtResource( 40 ) +texture_hover = ExtResource( 40 ) +texture_disabled = ExtResource( 56 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/UndoButton"] +anchor_left = 1.0 +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_left = -40.0 +margin_top = -20.0 +margin_bottom = 20.0 +texture = ExtResource( 35 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="FinishButton" type="Button" parent="MicrobeEditorGUI/CellEditor"] +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -170.0 +margin_top = -84.0 +margin_right = -20.0 +margin_bottom = -40.0 +focus_mode = 0 +custom_styles/hover = SubResource( 38 ) +custom_styles/pressed = SubResource( 39 ) +custom_styles/disabled = SubResource( 40 ) +custom_styles/normal = SubResource( 41 ) +custom_fonts/font = SubResource( 42 ) +custom_colors/font_color_disabled = Color( 1, 1, 1, 1 ) +enabled_focus_mode = 0 +text = "CONFIRM" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Tooltips" type="Control" parent="MicrobeEditorGUI/CellEditor"] +anchor_left = 1.0 +anchor_right = 1.0 +margin_left = -378.665 +margin_top = 102.014 +margin_right = -46.6647 +margin_bottom = 502.014 +mouse_filter = 2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="cytoplasm" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +margin_left = -17.9998 +margin_right = 332.0 +margin_bottom = 358.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm"] +margin_right = 350.0 +margin_bottom = 358.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 343.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 27.0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 4.0 +margin_right = 42.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 44 ) +text = "22" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CYTOPLASM" +align = 1 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 62.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 113.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="GlucoseIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/HBoxContainer2"] +margin_left = 117.0 +margin_right = 137.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/HBoxContainer2"] +margin_left = 141.0 +margin_top = 2.0 +margin_right = 167.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/HBoxContainer2"] +margin_left = 171.0 +margin_top = 1.0 +margin_right = 200.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/HBoxContainer2"] +margin_left = 204.0 +margin_right = 224.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer"] +margin_top = 77.0 +margin_right = 320.0 +margin_bottom = 77.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer"] +margin_top = 92.0 +margin_right = 320.0 +margin_bottom = 134.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+4" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer"] +margin_top = 149.0 +margin_right = 320.0 +margin_bottom = 153.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cytoplasm/MarginContainer/VBoxContainer"] +margin_top = 168.0 +margin_right = 320.0 +margin_bottom = 328.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "CYTOPLASM_LONG" +autowrap = true + +[node name="metabolosome" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -166.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 200.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome"] +margin_right = 371.0 +margin_bottom = 398.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 356.0 +margin_bottom = 383.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer"] +margin_right = 341.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 27.0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 4.0 +margin_right = 42.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 44 ) +text = "45" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "METABOLOSOMES" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 341.0 +margin_bottom = 86.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 341.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 113.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="GlucoseIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 117.0 +margin_right = 137.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 141.0 +margin_top = 2.0 +margin_right = 167.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 171.0 +margin_top = 1.0 +margin_right = 200.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 204.0 +margin_right = 224.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 228.0 +margin_top = 2.0 +margin_right = 317.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE_SCALES" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 341.0 +margin_bottom = 44.0 + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 150.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "WITH_CONCENTRATION_OF" + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 154.0 +margin_top = 1.0 +margin_right = 222.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYGEN_DOT" + +[node name="OxygenIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 226.0 +margin_right = 246.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 60 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer"] +margin_top = 101.0 +margin_right = 341.0 +margin_bottom = 101.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer"] +margin_top = 116.0 +margin_right = 341.0 +margin_bottom = 158.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 341.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 341.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer"] +margin_top = 173.0 +margin_right = 341.0 +margin_bottom = 177.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/metabolosome/MarginContainer/VBoxContainer"] +margin_top = 192.0 +margin_right = 341.0 +margin_bottom = 368.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "METABOLOSOMES_LONG" +autowrap = true + +[node name="chromatophore" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -166.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 200.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore"] +margin_right = 350.0 +margin_bottom = 438.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 423.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 27.0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 4.0 +margin_right = 42.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "THYLAKOIDS" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 110.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 68.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "PRODUCES" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 72.0 +margin_top = 1.0 +margin_right = 141.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="GlucoseIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 145.0 +margin_right = 165.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 169.0 +margin_top = 2.0 +margin_right = 291.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE_SCALES_WITH" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 117.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "CONCENTRATION_OF" + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 121.0 +margin_top = 1.0 +margin_right = 246.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "CARBON_DIOXIDE" + +[node name="CO2Icon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 250.0 +margin_right = 270.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 61 ) +expand = true + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 274.0 +margin_top = 2.0 +margin_right = 300.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "AND" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 68.0 + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 2.0 +margin_right = 79.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTENSITY_OF" + +[node name="Label9" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 83.0 +margin_top = 1.0 +margin_right = 124.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "LIGHT" + +[node name="LightIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 128.0 +margin_right = 148.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 57 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer"] +margin_top = 125.0 +margin_right = 320.0 +margin_bottom = 125.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer"] +margin_top = 140.0 +margin_right = 320.0 +margin_bottom = 182.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer"] +margin_top = 197.0 +margin_right = 320.0 +margin_bottom = 201.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chromatophore/MarginContainer/VBoxContainer"] +margin_top = 216.0 +margin_right = 320.0 +margin_bottom = 408.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "THYLAKOIDS_LONG" +autowrap = true + +[node name="chemoSynthesizingProteins" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -141.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 200.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins"] +margin_right = 350.0 +margin_bottom = 476.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 461.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 57.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "45" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 57.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CHEMOSYNTHESIZING_PROTEINS" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_top = 72.0 +margin_right = 320.0 +margin_bottom = 164.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 191.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "HYDROGEN_SULFIDE" + +[node name="HSIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 195.0 +margin_right = 215.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 59 ) +expand = true + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 219.0 +margin_top = 2.0 +margin_right = 245.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 249.0 +margin_top = 1.0 +margin_right = 318.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="GlucoseIcon3" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 24.0 +margin_top = 2.0 +margin_right = 267.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE_SCALES_WITH_CONCENTRATION_OF" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 68.0 + +[node name="Label12" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 1.0 +margin_right = 60.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "CARBON" + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 64.0 +margin_top = 1.0 +margin_right = 125.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "DIOXIDE" + +[node name="CO2Icon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 129.0 +margin_right = 149.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 61 ) +expand = true + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 153.0 +margin_top = 2.0 +margin_right = 225.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "ALSO_TURNS" + +[node name="Label9" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 229.0 +margin_top = 1.0 +margin_right = 298.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="HBoxContainer4" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 72.0 +margin_right = 320.0 +margin_bottom = 92.0 + +[node name="GlucoseIcon3" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer4"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label10" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer4"] +margin_left = 24.0 +margin_top = 2.0 +margin_right = 50.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label11" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer4"] +margin_left = 54.0 +margin_top = 1.0 +margin_right = 83.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer4"] +margin_left = 87.0 +margin_right = 107.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 72 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_top = 179.0 +margin_right = 320.0 +margin_bottom = 179.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_top = 194.0 +margin_right = 320.0 +margin_bottom = 236.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_top = 251.0 +margin_right = 320.0 +margin_bottom = 255.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoSynthesizingProteins/MarginContainer/VBoxContainer"] +margin_top = 270.0 +margin_right = 320.0 +margin_bottom = 446.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "CHEMOSYNTHESIZING_LONG" +autowrap = true + +[node name="rusticyanin" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 126.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin"] +margin_right = 350.0 +margin_bottom = 326.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 311.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "45" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "RUSTICYANIN" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 110.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 77.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "IRON" + +[node name="IronIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 81.0 +margin_right = 101.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 64 ) +expand = true + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 105.0 +margin_top = 2.0 +margin_right = 131.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 135.0 +margin_top = 1.0 +margin_right = 164.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcon2" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 168.0 +margin_right = 188.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 192.0 +margin_top = 2.0 +margin_right = 281.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE_SCALES" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 150.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "WITH_CONCENTRATION_OF" + +[node name="Label12" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 154.0 +margin_top = 1.0 +margin_right = 279.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "CARBON_DIOXIDE" + +[node name="CO2Icon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 283.0 +margin_right = 303.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 61 ) +expand = true + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 68.0 + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 2.0 +margin_right = 26.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "AND" + +[node name="Label12" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 30.0 +margin_top = 1.0 +margin_right = 94.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYGEN" + +[node name="O2Icon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 98.0 +margin_right = 118.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 60 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer"] +margin_top = 125.0 +margin_right = 320.0 +margin_bottom = 125.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer"] +margin_top = 140.0 +margin_right = 320.0 +margin_bottom = 182.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer"] +margin_top = 197.0 +margin_right = 320.0 +margin_bottom = 201.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rusticyanin/MarginContainer/VBoxContainer"] +margin_top = 216.0 +margin_right = 320.0 +margin_bottom = 296.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "RUSTICYANIN_LONG" +autowrap = true + +[node name="nitrogenase" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 126.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase"] +margin_right = 350.0 +margin_bottom = 350.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 335.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "55" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "NITROGENASE" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 73.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcoon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 77.0 +margin_right = 97.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 101.0 +margin_top = 2.0 +margin_right = 127.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 131.0 +margin_top = 1.0 +margin_right = 205.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "AMMONIA" + +[node name="AmmoniaIcon2" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 209.0 +margin_right = 229.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 63 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 233.0 +margin_top = 2.0 +margin_right = 270.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "DOT_RATE" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 202.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "SCALES_WITH_CONCENTRATION_OF" + +[node name="Label12" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 206.0 +margin_top = 1.0 +margin_right = 278.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "NITROGEN" + +[node name="NitrogenIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 282.0 +margin_right = 302.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 58 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer"] +margin_top = 101.0 +margin_right = 320.0 +margin_bottom = 101.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer"] +margin_top = 116.0 +margin_right = 320.0 +margin_bottom = 158.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer"] +margin_top = 173.0 +margin_right = 320.0 +margin_bottom = 177.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenase/MarginContainer/VBoxContainer"] +margin_top = 192.0 +margin_right = 320.0 +margin_bottom = 320.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "NITROGENASE_LONG" +autowrap = true + +[node name="oxytoxyProteins" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 90.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins"] +margin_right = 350.0 +margin_bottom = 290.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 275.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "55" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "OXYTOXISOME" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 106.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 73.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcoon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 77.0 +margin_right = 97.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 101.0 +margin_top = 2.0 +margin_right = 127.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 131.0 +margin_top = 1.0 +margin_right = 199.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYTOXY" + +[node name="OxytoxyIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 203.0 +margin_right = 223.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 74 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 227.0 +margin_top = 2.0 +margin_right = 318.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "DOT_CAN_RELEASE" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 40.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_right = 267.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "TOXINS_PRESSING_E" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 44.0 +margin_right = 320.0 +margin_bottom = 64.0 + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 2.0 +margin_right = 117.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "CONCENTRATION_OF" + +[node name="Label12" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 121.0 +margin_top = 1.0 +margin_right = 185.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYGEN" + +[node name="OxygenIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 189.0 +margin_right = 209.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 60 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_top = 121.0 +margin_right = 320.0 +margin_bottom = 121.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_top = 136.0 +margin_right = 320.0 +margin_bottom = 178.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+4" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_top = 193.0 +margin_right = 320.0 +margin_bottom = 197.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxyProteins/MarginContainer/VBoxContainer"] +margin_top = 212.0 +margin_right = 320.0 +margin_bottom = 260.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "OXYTOXY_LONG" +autowrap = true + +[node name="flagellum" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 106.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum"] +margin_right = 350.0 +margin_bottom = 306.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 291.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "55" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "FLAGELLUM" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 82.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 36.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "USES" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 40.0 +margin_top = 1.0 +margin_right = 69.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcoon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 73.0 +margin_right = 93.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 97.0 +margin_top = 2.0 +margin_right = 280.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TO_INCREASE_THE_MOVEMENT" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 40.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_right = 123.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "SPEED_OF_THE_CELL" + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer"] +margin_top = 97.0 +margin_right = 320.0 +margin_bottom = 97.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer"] +margin_top = 112.0 +margin_right = 320.0 +margin_bottom = 178.0 + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_top = 2.0 +margin_right = 29.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.7" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_left = 33.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "SPEED" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 17 ) +expand = true + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+4" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 66.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer"] +margin_top = 193.0 +margin_right = 320.0 +margin_bottom = 197.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/flagellum/MarginContainer/VBoxContainer"] +margin_top = 212.0 +margin_right = 320.0 +margin_bottom = 276.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "FRAGELLUM_LONG" +autowrap = true + +[node name="pilus" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = -97.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus"] +margin_right = 350.0 +margin_bottom = 103.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 88.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "30" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 286.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 240, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "PREDATORY_PILUS" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 67.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 16.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_right = 178.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "STAB_OTHER_CELLS_WITH_THIS" + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/pilus/MarginContainer/VBoxContainer"] +margin_top = 73.0 +margin_right = 320.0 +margin_bottom = 73.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="cilia" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = -97.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia"] +margin_right = 350.0 +margin_bottom = 103.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 88.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer/Title"] +margin_right = 33.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 33.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "0" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer/Title"] +margin_left = 37.0 +margin_right = 277.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 240, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CILIA" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 67.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 16.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_right = 135.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "TO_BE_IMPLEMENTED" + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/cilia/MarginContainer/VBoxContainer"] +margin_top = 73.0 +margin_right = 320.0 +margin_bottom = 73.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="nucleus" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 106.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus"] +margin_right = 350.0 +margin_bottom = 526.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 511.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/Title"] +margin_right = 51.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 51.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "100" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/Title"] +margin_left = 55.0 +margin_right = 265.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 210, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "NUCLEUS" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 118.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 16.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_right = 290.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "ALLOWS_FOR_THE_EVOLATION" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 20.0 +margin_right = 320.0 +margin_bottom = 36.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_right = 288.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "MEMBRANE_BOUND_ORGANELLES" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 40.0 +margin_right = 320.0 +margin_bottom = 56.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_right = 276.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "OF_ATP_TO_MAINTAIN" + +[node name="HBoxContainer4" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 60.0 +margin_right = 320.0 +margin_bottom = 76.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer4"] +margin_right = 67.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "EVOLUTION_DOT" + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer"] +margin_top = 133.0 +margin_right = 320.0 +margin_bottom = 133.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer"] +margin_top = 148.0 +margin_right = 320.0 +margin_bottom = 190.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 26.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+15" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 30.0 +margin_top = 1.0 +margin_right = 97.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 101.0 +margin_right = 121.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 26.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+10" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 30.0 +margin_right = 204.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer"] +margin_top = 205.0 +margin_right = 320.0 +margin_bottom = 209.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nucleus/MarginContainer/VBoxContainer"] +margin_top = 224.0 +margin_right = 320.0 +margin_bottom = 496.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "NUCLEUS_LONG" +autowrap = true + +[node name="mitochondrion" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 214.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion"] +margin_right = 350.0 +margin_bottom = 414.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 399.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "45" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 266.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 220, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "MITOCHONDRION" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 113.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="GlucoseIcoon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 117.0 +margin_right = 137.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 141.0 +margin_top = 2.0 +margin_right = 167.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 171.0 +margin_top = 1.0 +margin_right = 200.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 204.0 +margin_right = 224.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 228.0 +margin_top = 2.0 +margin_right = 265.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "DOT_RATE" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 202.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "SCALES_WITH_CONCENTRATION_OF" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 206.0 +margin_top = 1.0 +margin_right = 270.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYGEN" + +[node name="OxygenIcon2" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 274.0 +margin_right = 294.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 60 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer"] +margin_top = 101.0 +margin_right = 320.0 +margin_bottom = 101.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer"] +margin_top = 116.0 +margin_right = 320.0 +margin_bottom = 158.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer"] +margin_top = 173.0 +margin_right = 320.0 +margin_bottom = 177.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/mitochondrion/MarginContainer/VBoxContainer"] +margin_top = 192.0 +margin_right = 320.0 +margin_bottom = 384.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "MITOCHONDRION_LONG" +autowrap = true + +[node name="chloroplast" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 214.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast"] +margin_right = 350.0 +margin_bottom = 454.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 439.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CHLOROPLAST" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 110.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 68.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "PRODUCES" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 72.0 +margin_top = 1.0 +margin_right = 141.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="GlucoseIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 145.0 +margin_right = 165.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 169.0 +margin_top = 2.0 +margin_right = 291.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE_SCALES_WITH" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 117.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "CONCENTRATION_OF" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 121.0 +margin_top = 1.0 +margin_right = 246.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "CARBON_DIOXIDE" + +[node name="CO2Icon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 250.0 +margin_right = 270.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 61 ) +expand = true + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 274.0 +margin_top = 2.0 +margin_right = 300.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "AND" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 68.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 2.0 +margin_right = 79.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTENSITY_OF" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 83.0 +margin_top = 1.0 +margin_right = 124.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "LIGHT" + +[node name="LightIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 128.0 +margin_right = 148.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 57 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer"] +margin_top = 125.0 +margin_right = 320.0 +margin_bottom = 125.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer"] +margin_top = 140.0 +margin_right = 320.0 +margin_bottom = 182.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+3" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer"] +margin_top = 197.0 +margin_right = 320.0 +margin_bottom = 201.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chloroplast/MarginContainer/VBoxContainer"] +margin_top = 216.0 +margin_right = 320.0 +margin_bottom = 424.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "CHLOROPLAST_LONG" +autowrap = true + +[node name="thermoplast" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 214.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast"] +margin_right = 350.0 +margin_bottom = 454.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 439.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "40" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "THERMOPLAST" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 110.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 68.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "PRODUCES" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 72.0 +margin_top = 1.0 +margin_right = 141.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="GlucoseIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 145.0 +margin_right = 165.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 169.0 +margin_top = 2.0 +margin_right = 291.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE_SCALES_WITH" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 117.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "CONCENTRATION_OF" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 121.0 +margin_top = 1.0 +margin_right = 246.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "CARBON_DIOXIDE" + +[node name="CO2Icon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 250.0 +margin_right = 270.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 61 ) +expand = true + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 274.0 +margin_top = 2.0 +margin_right = 300.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "AND" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 68.0 + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 1.0 +margin_right = 108.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "TEMPERATURE" + +[node name="TemperatureIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 112.0 +margin_right = 132.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 62 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer"] +margin_top = 125.0 +margin_right = 320.0 +margin_bottom = 125.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer"] +margin_top = 140.0 +margin_right = 320.0 +margin_bottom = 182.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer"] +margin_top = 197.0 +margin_right = 320.0 +margin_bottom = 201.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/thermoplast/MarginContainer/VBoxContainer"] +margin_top = 216.0 +margin_right = 320.0 +margin_bottom = 424.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "THERMOPLAST_LONG" +autowrap = true + +[node name="chemoplast" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 174.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast"] +margin_right = 350.0 +margin_bottom = 374.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 359.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "45" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 271.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 225, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CHEMOPLAST" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 110.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 191.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "HYDROGEN_SULFIDE" + +[node name="HSIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 195.0 +margin_right = 215.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 59 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 219.0 +margin_top = 2.0 +margin_right = 245.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 249.0 +margin_top = 1.0 +margin_right = 318.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "GLUCOSE" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="GlucoseIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 66 ) +expand = true + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 24.0 +margin_top = 2.0 +margin_right = 267.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE_SCALES_WITH_CONCENTRATION_OF" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 68.0 + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 1.0 +margin_right = 125.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "CARBON_DIOXIDE" + +[node name="CO2Icon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 129.0 +margin_right = 149.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 61 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer"] +margin_top = 125.0 +margin_right = 320.0 +margin_bottom = 125.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer"] +margin_top = 140.0 +margin_right = 320.0 +margin_bottom = 182.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer"] +margin_top = 197.0 +margin_right = 320.0 +margin_bottom = 201.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/chemoplast/MarginContainer/VBoxContainer"] +margin_top = 216.0 +margin_right = 320.0 +margin_bottom = 344.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "CHEMOPLAST_LONG" +autowrap = true + +[node name="nitrogenfixingplastid" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 174.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid"] +margin_right = 350.0 +margin_bottom = 372.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 357.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 57.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 266.0 +margin_bottom = 57.0 +rect_min_size = Vector2( 220, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "NITROGEN_FIXING_PLASTID" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_top = 72.0 +margin_right = 320.0 +margin_bottom = 140.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 73.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 77.0 +margin_right = 97.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 101.0 +margin_top = 2.0 +margin_right = 127.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 131.0 +margin_top = 1.0 +margin_right = 205.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "AMMONIA" + +[node name="AmmoniaIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 209.0 +margin_right = 229.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 63 ) +expand = true + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 233.0 +margin_top = 2.0 +margin_right = 270.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "DOT_RATE" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 44.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 2.0 +margin_right = 202.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "SCALES_WITH_CONCENTRATION_OF" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 206.0 +margin_top = 1.0 +margin_right = 278.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "NITROGEN" + +[node name="NitrogenIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 282.0 +margin_right = 302.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 58 ) +expand = true + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 48.0 +margin_right = 320.0 +margin_bottom = 68.0 + +[node name="Label9" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 2.0 +margin_right = 26.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "AND" + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 30.0 +margin_top = 1.0 +margin_right = 94.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYGEN" + +[node name="OxygenIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 98.0 +margin_right = 118.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 60 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_top = 155.0 +margin_right = 320.0 +margin_bottom = 155.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_top = 170.0 +margin_right = 320.0 +margin_bottom = 212.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_top = 227.0 +margin_right = 320.0 +margin_bottom = 231.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/nitrogenfixingplastid/MarginContainer/VBoxContainer"] +margin_top = 246.0 +margin_right = 320.0 +margin_bottom = 342.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "NITROGEN_LONG" +autowrap = true + +[node name="vacuole" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 138.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole"] +margin_right = 350.0 +margin_bottom = 338.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 323.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "VACUOLE" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 67.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 16.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_right = 283.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "INCREASES_THE_STORAGE" + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer"] +margin_top = 73.0 +margin_right = 320.0 +margin_bottom = 73.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer"] +margin_top = 88.0 +margin_right = 320.0 +margin_bottom = 130.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 26.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+15" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 30.0 +margin_top = 1.0 +margin_right = 97.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 101.0 +margin_right = 121.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer"] +margin_top = 145.0 +margin_right = 320.0 +margin_bottom = 149.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/vacuole/MarginContainer/VBoxContainer"] +margin_top = 164.0 +margin_right = 320.0 +margin_bottom = 308.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "VACUOLE_LONG" +autowrap = true + +[node name="oxytoxy" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 124.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy"] +margin_right = 350.0 +margin_bottom = 324.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 309.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "70" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "TOXIN_VACUOLE" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 108.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_top = 2.0 +margin_right = 40.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "TURNS" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 44.0 +margin_top = 1.0 +margin_right = 73.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "ATP" + +[node name="ATPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 77.0 +margin_right = 97.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 72 ) +expand = true + +[node name="Label6" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 101.0 +margin_top = 2.0 +margin_right = 127.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "INTO" + +[node name="Label3" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 131.0 +margin_top = 1.0 +margin_right = 199.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYTOXY" + +[node name="ToxinIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 203.0 +margin_right = 223.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 74 ) +expand = true + +[node name="Label8" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_left = 227.0 +margin_top = 2.0 +margin_right = 260.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "DOT_CAN" + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label7" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_top = 1.0 +margin_right = 190.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +text = "release toxins by pressing" + +[node name="Label4" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 194.0 +margin_right = 209.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "E_DOT" + +[node name="Label9" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer"] +margin_left = 213.0 +margin_top = 1.0 +margin_right = 243.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +text = "RATE" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_top = 46.0 +margin_right = 320.0 +margin_bottom = 66.0 + +[node name="Label9" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_top = 2.0 +margin_right = 202.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +text = "SCALES_WITH_CONCENTRATION_OF" + +[node name="Label5" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 206.0 +margin_top = 1.0 +margin_right = 270.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "OXYGEN" + +[node name="OxygenIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer3"] +margin_left = 274.0 +margin_right = 294.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 60 ) +expand = true + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer"] +margin_top = 123.0 +margin_right = 320.0 +margin_bottom = 123.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer"] +margin_top = 138.0 +margin_right = 320.0 +margin_bottom = 180.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 17.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+5" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 21.0 +margin_top = 1.0 +margin_right = 88.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "STORAGE" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 92.0 +margin_right = 112.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 23 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 17.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 21.0 +margin_right = 195.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer"] +margin_top = 195.0 +margin_right = 320.0 +margin_bottom = 199.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/oxytoxy/MarginContainer/VBoxContainer"] +margin_top = 214.0 +margin_right = 320.0 +margin_bottom = 294.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "OXYTOXY_LONGG" +autowrap = true + +[node name="bioluminescentVacuole" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = -67.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole"] +margin_right = 350.0 +margin_bottom = 133.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 118.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 57.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer/Title"] +margin_right = 33.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 33.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "0" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer/Title"] +margin_left = 37.0 +margin_right = 277.0 +margin_bottom = 57.0 +rect_min_size = Vector2( 240, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "BIOLUMINESCENT_VACUOLE" +align = 1 + +[node name="VBoxContainer2" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer"] +margin_top = 72.0 +margin_right = 320.0 +margin_bottom = 88.0 + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer/VBoxContainer2"] +margin_right = 320.0 +margin_bottom = 16.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer/VBoxContainer2/HBoxContainer2"] +margin_right = 135.0 +margin_bottom = 16.0 +custom_fonts/font = SubResource( 46 ) +text = "TO_BE_IMPLEMENTED" + +[node name="ProcessList" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/bioluminescentVacuole/MarginContainer/VBoxContainer"] +margin_top = 103.0 +margin_right = 320.0 +margin_bottom = 103.0 +theme = SubResource( 49 ) +custom_constants/separation = 15 + +[node name="membraneSingle" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 72.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle"] +margin_right = 350.0 +margin_bottom = 272.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 257.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "NORMAL" +align = 1 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 128.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 29.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 33.0 +margin_top = 1.0 +margin_right = 97.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "MOBILITY" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 101.0 +margin_right = 121.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 17 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "+0.1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 33.0 +margin_right = 207.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 46.0 +margin_right = 320.0 +margin_bottom = 64.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_left = 33.0 +margin_right = 269.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "RESOURCE_ABSORPTION_SPEED" + +[node name="HBoxContainer4" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 68.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_top = 1.0 +margin_right = 25.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-30" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_left = 29.0 +margin_right = 83.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "HEALTH" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer"] +margin_top = 143.0 +margin_right = 320.0 +margin_bottom = 147.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSingle/MarginContainer/VBoxContainer"] +margin_top = 162.0 +margin_right = 320.0 +margin_bottom = 242.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "DESCRIPTION" +autowrap = true + +[node name="membraneDouble" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = -29.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble"] +margin_right = 350.0 +margin_bottom = 171.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 156.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "DOUBLE" +align = 1 + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 46.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneDouble/MarginContainer/VBoxContainer"] +margin_top = 61.0 +margin_right = 320.0 +margin_bottom = 141.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "DESCRIPTION2" +autowrap = true + +[node name="membraneCellulose" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 88.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose"] +margin_right = 350.0 +margin_bottom = 288.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 273.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CELLULOSE" +align = 1 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 128.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 28.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 32.0 +margin_top = 1.0 +margin_right = 96.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "MOBILITY" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 100.0 +margin_right = 120.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 17 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "-0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 32.0 +margin_right = 206.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 46.0 +margin_right = 320.0 +margin_bottom = 64.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_left = 32.0 +margin_right = 268.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "RESOURCE_ABSORPTION_SPEED" + +[node name="HBoxContainer4" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 68.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_left = 33.0 +margin_right = 201.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "PHYSICAL_RESISTANCE" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer"] +margin_top = 143.0 +margin_right = 320.0 +margin_bottom = 147.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCellulose/MarginContainer/VBoxContainer"] +margin_top = 162.0 +margin_right = 320.0 +margin_bottom = 258.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "MEMBRANE_CELLULOSE_DESCRIPTION" +autowrap = true + +[node name="membraneChitin" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 88.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin"] +margin_right = 350.0 +margin_bottom = 288.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 273.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CHITIN" +align = 1 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 128.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 28.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 32.0 +margin_top = 1.0 +margin_right = 96.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "MOBILITY" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 100.0 +margin_right = 120.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 17 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "-0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 32.0 +margin_right = 206.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 46.0 +margin_right = 320.0 +margin_bottom = 64.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_left = 32.0 +margin_right = 268.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "RESOURCE_ABSORPTION_SPEED" + +[node name="HBoxContainer4" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 68.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_left = 33.0 +margin_right = 174.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "TOXIN_RESISTANCE" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer"] +margin_top = 143.0 +margin_right = 320.0 +margin_bottom = 147.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneChitin/MarginContainer/VBoxContainer"] +margin_top = 162.0 +margin_right = 320.0 +margin_bottom = 258.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "MEMBRANE_CHITIN_DESCRIPTION" +autowrap = true + +[node name="membraneCalciumCarbonate" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 162.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate"] +margin_right = 350.0 +margin_bottom = 362.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 347.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 57.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 57.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "CALCIUM_CARBONATE" +align = 1 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer"] +margin_top = 72.0 +margin_right = 320.0 +margin_bottom = 202.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 28.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.3" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 32.0 +margin_top = 1.0 +margin_right = 96.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "MOBILITY" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 100.0 +margin_right = 120.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 17 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "-0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 32.0 +margin_right = 206.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 46.0 +margin_right = 320.0 +margin_bottom = 64.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_left = 32.0 +margin_right = 268.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "RESOURCE_ABSORPTION_SPEED" + +[node name="HBoxContainer4" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 68.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_top = 1.0 +margin_right = 26.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+30" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_left = 30.0 +margin_right = 84.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "HEALTH" + +[node name="HBoxContainer5" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 90.0 +margin_right = 320.0 +margin_bottom = 108.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer5"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer5"] +margin_left = 33.0 +margin_right = 201.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "PHYSICAL_RESISTANCE" + +[node name="HBoxContainer6" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 112.0 +margin_right = 320.0 +margin_bottom = 130.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer6"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer6"] +margin_left = 33.0 +margin_right = 174.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "TOXIN_RESISTANCE" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer"] +margin_top = 217.0 +margin_right = 320.0 +margin_bottom = 221.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneCalciumCarbonate/MarginContainer/VBoxContainer"] +margin_top = 236.0 +margin_right = 320.0 +margin_bottom = 332.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "MEMBRANE_CALCIUM_CARBONATE_DESCRIPTION" +autowrap = true + +[node name="membraneSilica" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +margin_bottom = 148.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica"] +margin_right = 350.0 +margin_bottom = 348.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 333.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 27.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "50" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "SILICA" +align = 1 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 +margin_bottom = 172.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 28.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.4" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 32.0 +margin_top = 1.0 +margin_right = 96.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "MOBILITY" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 100.0 +margin_right = 120.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 17 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 24.0 +margin_right = 320.0 +margin_bottom = 42.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "-0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 32.0 +margin_right = 206.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "OSMOREGULATION_COST" + +[node name="HBoxContainer3" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 46.0 +margin_right = 320.0 +margin_bottom = 64.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_top = 1.0 +margin_right = 28.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.1" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer3"] +margin_left = 32.0 +margin_right = 268.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "RESOURCE_ABSORPTION_SPEED" + +[node name="HBoxContainer4" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 68.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_top = 1.0 +margin_right = 26.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+30" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer4"] +margin_left = 30.0 +margin_right = 84.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "HEALTH" + +[node name="HBoxContainer5" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 90.0 +margin_right = 320.0 +margin_bottom = 108.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer5"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.4" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer5"] +margin_left = 33.0 +margin_right = 201.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "PHYSICAL_RESISTANCE" + +[node name="HBoxContainer6" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 112.0 +margin_right = 320.0 +margin_bottom = 130.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer6"] +margin_top = 1.0 +margin_right = 29.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+0.2" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer6"] +margin_left = 33.0 +margin_right = 174.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "TOXIN_RESISTANCE" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer"] +margin_top = 187.0 +margin_right = 320.0 +margin_bottom = 191.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/membraneSilica/MarginContainer/VBoxContainer"] +margin_top = 206.0 +margin_right = 320.0 +margin_bottom = 318.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "MEMBRANE_SILICA_DESCRIPTION" +autowrap = true + +[node name="rigiditySlider" type="PanelContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips" groups=[ +"ItemTooltip", +]] +visible = false +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -184.0 +margin_top = -200.0 +margin_right = 166.0 +grow_horizontal = 0 +rect_min_size = Vector2( 350, 0 ) +size_flags_vertical = 0 +custom_styles/panel = SubResource( 43 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider"] +margin_right = 350.0 +size_flags_vertical = 0 +custom_constants/margin_right = 15 +custom_constants/margin_top = 15 +custom_constants/margin_left = 15 +custom_constants/margin_bottom = 15 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer"] +margin_left = 15.0 +margin_top = 15.0 +margin_right = 335.0 +margin_bottom = 211.0 +custom_constants/separation = 15 + +[node name="Title" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer"] +margin_right = 320.0 + +[node name="MutationPoint" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/Title"] +margin_right = 42.0 +margin_bottom = 20.0 +size_flags_vertical = 0 +alignment = 1 + +[node name="MPIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_right = 20.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +size_flags_vertical = 0 +texture = ExtResource( 43 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/Title/MutationPoint"] +margin_left = 24.0 +margin_top = 1.0 +margin_right = 42.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 44 ) +text = "5" + +[node name="OrganelleName" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/Title"] +margin_left = 46.0 +margin_right = 261.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 215, 0 ) +custom_fonts/font = SubResource( 45 ) +text = "MEMBRANE_RIGIDITY" +align = 1 + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer"] +margin_top = 42.0 +margin_right = 320.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer"] +margin_right = 320.0 +margin_bottom = 20.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_top = 2.0 +margin_right = 28.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 1, 0.301961, 0.301961, 1 ) +text = "-0.4" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 32.0 +margin_top = 1.0 +margin_right = 96.0 +margin_bottom = 19.0 +custom_fonts/font = SubResource( 47 ) +text = "MOBILITY" + +[node name="VacuoleIcon" type="TextureRect" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"] +margin_left = 100.0 +margin_right = 120.0 +margin_bottom = 20.0 +rect_min_size = Vector2( 20, 20 ) +texture = ExtResource( 17 ) +expand = true + +[node name="HBoxContainer2" type="HBoxContainer" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer"] +margin_top = 68.0 +margin_right = 320.0 +margin_bottom = 86.0 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_top = 1.0 +margin_right = 26.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 46 ) +custom_colors/font_color = Color( 0, 1, 0, 1 ) +text = "+30" + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer2"] +margin_left = 30.0 +margin_right = 84.0 +margin_bottom = 18.0 +custom_fonts/font = SubResource( 47 ) +text = "HEALTH" + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer"] +margin_top = 187.0 +margin_right = 320.0 +margin_bottom = 191.0 +custom_styles/separator = SubResource( 50 ) + +[node name="Description" type="Label" parent="MicrobeEditorGUI/CellEditor/Tooltips/rigiditySlider/MarginContainer/VBoxContainer"] +margin_top = 206.0 +margin_right = 320.0 +custom_fonts/font = SubResource( 46 ) +custom_constants/line_spacing = 0 +text = "RIGIDITY_SLIDER" +autowrap = true + +[node name="Report" type="Control" parent="MicrobeEditorGUI"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_top = -0.200001 +mouse_filter = 2 +theme = ExtResource( 53 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="EvoResultsPanel" type="PanelContainer" parent="MicrobeEditorGUI/Report"] +anchor_top = 0.067 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 1.0 +margin_top = -0.253403 +margin_right = 1.0 +margin_bottom = 0.799988 +custom_styles/panel = SubResource( 9 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/Report/EvoResultsPanel"] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 1277.0 +margin_bottom = 670.0 +mouse_filter = 1 +custom_constants/margin_right = 3 +custom_constants/margin_top = 3 +custom_constants/margin_left = 3 +custom_constants/margin_bottom = 3 + +[node name="ScrollContainer" type="ScrollContainer" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer"] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 1271.0 +margin_bottom = 664.0 +theme = ExtResource( 80 ) +follow_focus = true + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer"] +margin_right = 537.0 +margin_bottom = 132.0 +custom_constants/separation = 0 + +[node name="GlucoseReduction" type="Label" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer"] +margin_right = 537.0 +margin_bottom = 17.0 +custom_fonts/font = SubResource( 10 ) +text = "EVO_RESULTS_PANEL" + +[node name="HSeparator2" type="HSeparator" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer"] +margin_top = 17.0 +margin_right = 537.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 0, 10 ) +custom_styles/separator = SubResource( 51 ) + +[node name="Label" type="Label" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer"] +margin_top = 27.0 +margin_right = 537.0 +margin_bottom = 44.0 +custom_fonts/font = SubResource( 10 ) +text = "AUTO_EVO_RESULTS" + +[node name="AutoEvoResults" type="Label" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer"] +margin_top = 44.0 +margin_right = 537.0 +margin_bottom = 67.0 + +[node name="HSeparator" type="HSeparator" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer"] +margin_top = 67.0 +margin_right = 537.0 +margin_bottom = 92.0 +rect_min_size = Vector2( 0, 25 ) + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer"] +margin_top = 92.0 +margin_right = 537.0 +margin_bottom = 109.0 +custom_fonts/font = SubResource( 10 ) +text = "EXTERNAL_EFFECTS" + +[node name="ExternalEffectsList" type="Label" parent="MicrobeEditorGUI/Report/EvoResultsPanel/MarginContainer/ScrollContainer/VBoxContainer"] +margin_top = 100.0 +margin_right = 537.0 +margin_bottom = 132.0 + +[node name="NextTabButton" type="Button" parent="MicrobeEditorGUI/Report"] +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -180.0 +margin_top = -59.0 +margin_right = -30.0 +margin_bottom = -15.0 +focus_mode = 0 +custom_styles/hover = SubResource( 38 ) +custom_styles/pressed = SubResource( 39 ) +custom_styles/normal = SubResource( 41 ) +custom_fonts/font = SubResource( 42 ) +enabled_focus_mode = 0 +text = "NEXT" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="PatchMap" type="Control" parent="MicrobeEditorGUI"] +visible = false +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +theme = ExtResource( 53 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MapPanel" type="PanelContainer" parent="MicrobeEditorGUI/PatchMap"] +anchor_top = 0.067 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 1.0 +margin_top = -0.440002 +margin_right = 1.0 +margin_bottom = 0.613403 +custom_styles/panel = SubResource( 9 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel"] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 1277.0 +margin_bottom = 669.813 +mouse_filter = 1 +custom_constants/margin_right = 3 +custom_constants/margin_top = 3 +custom_constants/margin_left = 3 +custom_constants/margin_bottom = 3 + +[node name="HSplitContainer" type="HSplitContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer"] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 1271.0 +margin_bottom = 663.0 + +[node name="ScrollContainer" type="ScrollContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer"] +margin_right = 700.0 +margin_bottom = 660.0 +rect_min_size = Vector2( 700, 0 ) +theme = ExtResource( 80 ) +follow_focus = true + +[node name="PatchMapDrawer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/ScrollContainer" instance=ExtResource( 54 )] +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_right = 700.0 +margin_bottom = 660.0 +DrawDefaultMapIfEmpty = false + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer"] +margin_left = 712.0 +margin_right = 1268.0 +margin_bottom = 660.0 + +[node name="VSeparator" type="VSeparator" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer"] +margin_right = 4.0 +margin_bottom = 660.0 + +[node name="MarginContainer" type="MarginContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer"] +margin_left = 8.0 +margin_right = 556.0 +margin_bottom = 660.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 +custom_constants/margin_right = 10 +custom_constants/margin_top = 10 +custom_constants/margin_left = 10 +custom_constants/margin_bottom = 10 + +[node name="ScrollContainer" type="ScrollContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer"] +margin_left = 10.0 +margin_top = 10.0 +margin_right = 538.0 +margin_bottom = 590.0 +rect_min_size = Vector2( 0, 580 ) +size_flags_horizontal = 3 +size_flags_vertical = 2 +theme = ExtResource( 80 ) +follow_focus = true +scroll_horizontal_enabled = false + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer"] +margin_right = 528.0 +margin_bottom = 580.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 + +[node name="NothingSelected" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer"] +visible = false +margin_right = 548.0 +margin_bottom = 14.0 +size_flags_horizontal = 3 + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/NothingSelected"] +margin_right = 548.0 +margin_bottom = 14.0 +size_flags_horizontal = 3 +text = "SELECT_A_PATCH" +align = 1 + +[node name="PatchDetailsContainer" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer"] +margin_right = 528.0 +margin_bottom = 542.0 +custom_constants/separation = 15 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +margin_right = 528.0 +margin_bottom = 50.0 +custom_constants/separation = 0 + +[node name="PatchName" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/VBoxContainer"] +margin_right = 528.0 +margin_bottom = 32.0 +custom_fonts/font = SubResource( 52 ) +text = "PATCH_NAME_GOES_HERE" +align = 1 + +[node name="PlayerHereLabel" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/VBoxContainer"] +margin_top = 32.0 +margin_right = 528.0 +margin_bottom = 50.0 +custom_fonts/font = SubResource( 53 ) +text = "YOU_ARE_CURRENTLY_THIS_PATCH" +align = 1 + +[node name="Biome" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +margin_top = 65.0 +margin_right = 528.0 +margin_bottom = 87.0 +custom_fonts/font = SubResource( 54 ) +text = "BIOME_HERE" +align = 1 + +[node name="Depth" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +margin_top = 102.0 +margin_right = 528.0 +margin_bottom = 124.0 +custom_fonts/font = SubResource( 54 ) +text = "BELOW_SEA_LEVEL" +align = 1 + +[node name="PhysicalConditions" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +margin_top = 139.0 +margin_right = 528.0 +margin_bottom = 236.0 +custom_constants/separation = -5 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions"] +margin_right = 528.0 +margin_bottom = 27.0 + +[node name="Buttons" type="Control" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/HBoxContainer"] +margin_right = 27.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 27, 27 ) +mouse_filter = 1 + +[node name="minusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/HBoxContainer/Buttons"] +margin_right = 27.0 +margin_bottom = 27.0 +mouse_filter = 1 +texture_normal = ExtResource( 67 ) +texture_hover = ExtResource( 68 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="plusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/HBoxContainer/Buttons"] +visible = false +margin_right = 27.0 +margin_bottom = 27.0 +mouse_filter = 1 +texture_normal = ExtResource( 70 ) +texture_hover = ExtResource( 71 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/HBoxContainer"] +margin_left = 31.0 +margin_top = 4.0 +margin_right = 208.0 +margin_bottom = 23.0 +mouse_filter = 1 +custom_fonts/font = SubResource( 55 ) +text = "PHYSICAL_CONDITIONS" + +[node name="Clip" type="Control" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions"] +margin_top = 22.0 +margin_right = 528.0 +margin_bottom = 97.0 +rect_min_size = Vector2( 0, 75 ) +rect_clip_content = true +mouse_filter = 1 + +[node name="GridContainer" type="GridContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip"] +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_top = -54.0 +margin_right = 528.0 +mouse_filter = 2 +columns = 2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Temperature" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer"] +margin_right = 262.0 +margin_bottom = 25.0 +mouse_filter = 2 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Temperature"] +margin_right = 30.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +mouse_filter = 2 +texture = ExtResource( 62 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Temperature"] +margin_left = 34.0 +margin_top = 3.0 +margin_right = 146.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "TEMPERATURE" + +[node name="Situation" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Temperature"] +margin_left = 150.0 +margin_right = 162.0 +margin_bottom = 12.0 +rect_min_size = Vector2( 12, 12 ) +mouse_filter = 2 +size_flags_vertical = 0 +expand = true + +[node name="Pressure" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer"] +margin_left = 266.0 +margin_right = 528.0 +margin_bottom = 25.0 +mouse_filter = 2 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Pressure"] +margin_right = 30.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +mouse_filter = 2 +texture = ExtResource( 65 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Pressure"] +margin_left = 34.0 +margin_top = 3.0 +margin_right = 114.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "PRESSURE" + +[node name="Light" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer"] +margin_top = 29.0 +margin_right = 262.0 +margin_bottom = 54.0 +mouse_filter = 2 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Light"] +margin_right = 30.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +mouse_filter = 2 +texture = ExtResource( 57 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Light"] +margin_left = 34.0 +margin_top = 3.0 +margin_right = 79.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "LIGHT" + +[node name="Situation" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/Clip/GridContainer/Light"] +margin_left = 83.0 +margin_right = 95.0 +margin_bottom = 12.0 +rect_min_size = Vector2( 12, 12 ) +mouse_filter = 2 +size_flags_vertical = 0 +expand = true + +[node name="AtmosphericConditions" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +margin_top = 251.0 +margin_right = 528.0 +margin_bottom = 348.0 +custom_constants/separation = -5 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions"] +margin_right = 528.0 +margin_bottom = 27.0 +mouse_filter = 2 + +[node name="Buttons" type="Control" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/HBoxContainer"] +margin_right = 27.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 27, 27 ) +mouse_filter = 2 + +[node name="minusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/HBoxContainer/Buttons"] +margin_right = 27.0 +margin_bottom = 27.0 +texture_normal = ExtResource( 67 ) +texture_hover = ExtResource( 68 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="plusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/HBoxContainer/Buttons"] +visible = false +margin_right = 27.0 +margin_bottom = 27.0 +texture_normal = ExtResource( 70 ) +texture_hover = ExtResource( 71 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/HBoxContainer"] +margin_left = 31.0 +margin_top = 4.0 +margin_right = 214.0 +margin_bottom = 23.0 +custom_fonts/font = SubResource( 55 ) +text = "ATMOSPHERIC_GASSES" + +[node name="Clip" type="Control" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions"] +margin_top = 22.0 +margin_right = 528.0 +margin_bottom = 97.0 +rect_min_size = Vector2( 0, 75 ) +rect_clip_content = true +mouse_filter = 2 + +[node name="GridContainer" type="GridContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip"] +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_top = -54.0 +margin_right = 528.0 +mouse_filter = 2 +columns = 2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Oxygen" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer"] +margin_right = 262.0 +margin_bottom = 25.0 +mouse_filter = 2 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/Oxygen"] +margin_right = 30.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +mouse_filter = 2 +texture = ExtResource( 60 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/Oxygen"] +margin_left = 34.0 +margin_top = 3.0 +margin_right = 102.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "OXYGEN" + +[node name="Nitrogen" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer"] +margin_left = 266.0 +margin_right = 528.0 +margin_bottom = 25.0 +mouse_filter = 2 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/Nitrogen"] +margin_right = 30.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +mouse_filter = 2 +texture = ExtResource( 58 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/Nitrogen"] +margin_left = 34.0 +margin_top = 3.0 +margin_right = 111.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "NITROGEN" + +[node name="CO2" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer"] +margin_top = 29.0 +margin_right = 262.0 +margin_bottom = 54.0 +mouse_filter = 2 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/CO2"] +margin_right = 30.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 30, 25 ) +mouse_filter = 2 +texture = ExtResource( 61 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/Clip/GridContainer/CO2"] +margin_left = 34.0 +margin_top = 3.0 +margin_right = 66.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "CO2" + +[node name="Compounds" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +margin_top = 363.0 +margin_right = 528.0 +margin_bottom = 485.0 +custom_constants/separation = -5 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds"] +margin_right = 528.0 +margin_bottom = 27.0 +mouse_filter = 2 + +[node name="Buttons" type="Control" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/HBoxContainer"] +margin_right = 27.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 27, 27 ) +mouse_filter = 2 + +[node name="minusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/HBoxContainer/Buttons"] +margin_right = 27.0 +margin_bottom = 27.0 +texture_normal = ExtResource( 67 ) +texture_hover = ExtResource( 68 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="plusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/HBoxContainer/Buttons"] +visible = false +margin_right = 27.0 +margin_bottom = 27.0 +texture_normal = ExtResource( 70 ) +texture_hover = ExtResource( 71 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/HBoxContainer"] +margin_left = 31.0 +margin_top = 4.0 +margin_right = 140.0 +margin_bottom = 23.0 +custom_fonts/font = SubResource( 55 ) +text = "COMPOUNDS" + +[node name="Clip" type="Control" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds"] +margin_top = 22.0 +margin_right = 528.0 +margin_bottom = 122.0 +rect_min_size = Vector2( 0, 100 ) +rect_clip_content = true +mouse_filter = 2 + +[node name="GridContainer" type="GridContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip"] +anchor_top = 1.0 +anchor_bottom = 1.0 +margin_top = -83.0 +margin_right = 528.0 +mouse_filter = 2 +columns = 2 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="HydrogenSulfide" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer"] +margin_right = 262.0 +margin_bottom = 25.0 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/HydrogenSulfide"] +margin_right = 25.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +mouse_filter = 2 +texture = ExtResource( 59 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/HydrogenSulfide"] +margin_left = 29.0 +margin_top = 3.0 +margin_right = 186.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "HYDROGEN_SULFIDE" + +[node name="Situation" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/HydrogenSulfide"] +margin_left = 190.0 +margin_right = 202.0 +margin_bottom = 12.0 +rect_min_size = Vector2( 12, 12 ) +mouse_filter = 2 +size_flags_vertical = 0 +expand = true + +[node name="Ammonia" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer"] +margin_left = 266.0 +margin_right = 528.0 +margin_bottom = 25.0 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Ammonia"] +margin_right = 25.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +mouse_filter = 2 +texture = ExtResource( 63 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Ammonia"] +margin_left = 29.0 +margin_top = 3.0 +margin_right = 108.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "AMMONIA" + +[node name="Situation" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Ammonia"] +margin_left = 112.0 +margin_right = 124.0 +margin_bottom = 12.0 +rect_min_size = Vector2( 12, 12 ) +mouse_filter = 2 +size_flags_vertical = 0 +expand = true + +[node name="Glucose" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer"] +margin_top = 29.0 +margin_right = 262.0 +margin_bottom = 54.0 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Glucose"] +margin_right = 25.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +mouse_filter = 2 +texture = ExtResource( 66 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Glucose"] +margin_left = 29.0 +margin_top = 3.0 +margin_right = 102.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "GLUCOSE" + +[node name="Situation" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Glucose"] +margin_left = 106.0 +margin_right = 118.0 +margin_bottom = 12.0 +rect_min_size = Vector2( 12, 12 ) +mouse_filter = 2 +size_flags_vertical = 0 +expand = true + +[node name="Phosphate" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer"] +margin_left = 266.0 +margin_top = 29.0 +margin_right = 528.0 +margin_bottom = 54.0 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Phosphate"] +margin_right = 25.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +mouse_filter = 2 +texture = ExtResource( 69 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Phosphate"] +margin_left = 29.0 +margin_top = 3.0 +margin_right = 126.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "PHOSPHATE" + +[node name="Situation" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Phosphate"] +margin_left = 130.0 +margin_right = 142.0 +margin_bottom = 12.0 +rect_min_size = Vector2( 12, 12 ) +mouse_filter = 2 +size_flags_vertical = 0 +expand = true + +[node name="Iron" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer"] +margin_top = 67.0 +margin_right = 262.0 +margin_bottom = 92.0 +size_flags_horizontal = 3 + +[node name="TextureRect" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Iron"] +margin_right = 25.0 +margin_bottom = 25.0 +rect_min_size = Vector2( 25, 25 ) +mouse_filter = 2 +texture = ExtResource( 64 ) +expand = true + +[node name="Label" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Iron"] +margin_left = 29.0 +margin_top = 3.0 +margin_right = 64.0 +margin_bottom = 22.0 +custom_fonts/font = SubResource( 55 ) +text = "IRON" + +[node name="Situation" type="TextureRect" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/Clip/GridContainer/Iron"] +margin_left = 68.0 +margin_right = 80.0 +margin_bottom = 12.0 +rect_min_size = Vector2( 12, 12 ) +mouse_filter = 2 +size_flags_vertical = 0 +expand = true + +[node name="SpeciesPresent" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +margin_top = 500.0 +margin_right = 528.0 +margin_bottom = 542.0 +mouse_filter = 2 +custom_constants/separation = -5 + +[node name="HBoxContainer" type="HBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent"] +margin_right = 528.0 +margin_bottom = 27.0 + +[node name="Buttons" type="Control" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/HBoxContainer"] +margin_right = 27.0 +margin_bottom = 27.0 +rect_min_size = Vector2( 27, 27 ) + +[node name="minusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/HBoxContainer/Buttons"] +margin_right = 27.0 +margin_bottom = 27.0 +texture_normal = ExtResource( 67 ) +texture_hover = ExtResource( 68 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="plusButton" type="TextureButton" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/HBoxContainer/Buttons"] +visible = false +margin_right = 27.0 +margin_bottom = 27.0 +texture_normal = ExtResource( 70 ) +texture_hover = ExtResource( 71 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label2" type="Label" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/HBoxContainer"] +margin_left = 31.0 +margin_top = 4.0 +margin_right = 177.0 +margin_bottom = 23.0 +custom_fonts/font = SubResource( 55 ) +text = "SPECIES_PRESENT" + +[node name="Clip" type="MarginContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent"] +margin_top = 22.0 +margin_right = 528.0 +margin_bottom = 42.0 +rect_clip_content = true +mouse_filter = 2 +custom_constants/margin_top = 20 + +[node name="SpeciesList" type="VBoxContainer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/Clip"] +margin_top = 20.0 +margin_right = 528.0 +margin_bottom = 20.0 +mouse_filter = 2 +theme = SubResource( 64 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Tween" type="Tween" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/Clip"] + +[node name="SlideAnimations" type="AnimationPlayer" parent="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer"] +anims/atmosphericSlideDown = SubResource( 58 ) +anims/atmosphericSlideUp = SubResource( 59 ) +anims/compoundsSlideDown = SubResource( 60 ) +anims/compoundsSlideUp = SubResource( 61 ) +anims/physicalSlideDown = SubResource( 62 ) +anims/physicalSlideUp = SubResource( 63 ) + +[node name="NextTabButton" type="Button" parent="MicrobeEditorGUI/PatchMap"] +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -180.0 +margin_top = -58.9999 +margin_right = -30.0 +margin_bottom = -14.9999 +focus_mode = 0 +custom_styles/hover = SubResource( 38 ) +custom_styles/pressed = SubResource( 39 ) +custom_styles/normal = SubResource( 41 ) +custom_fonts/font = SubResource( 42 ) +enabled_focus_mode = 0 +text = "NEXT" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="MoveToPatchButton" type="Button" parent="MicrobeEditorGUI/PatchMap"] +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -469.0 +margin_top = -60.0 +margin_right = -237.0 +margin_bottom = -16.0 +focus_mode = 0 +custom_styles/hover = SubResource( 64 ) +custom_styles/pressed = SubResource( 65 ) +custom_styles/disabled = SubResource( 66 ) +custom_styles/normal = SubResource( 67 ) +custom_fonts/font = SubResource( 42 ) +custom_colors/font_color_disabled = Color( 1, 1, 1, 1 ) +disabled = true +enabled_focus_mode = 0 +text = "MOVE_TO_THIS_PATCH" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="PauseMenu" parent="MicrobeEditorGUI" instance=ExtResource( 52 )] +visible = false +theme = ExtResource( 53 ) +HelpCategory = "MicrobeEditor" +[connection signal="mouse_entered" from="MicrobeEditorGUI/LeftTopBar" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/LeftTopBar" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/ReportButton" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/ReportButton" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/ReportButton" to="MicrobeEditorGUI" method="SetEditorTab" binds= [ "report" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/PatchMapButton" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/PatchMapButton" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/PatchMapButton" to="MicrobeEditorGUI" method="SetEditorTab" binds= [ "patch" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/CellEditorButton" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/CellEditorButton" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/CellEditorButton" to="MicrobeEditorGUI" method="SetEditorTab" binds= [ "editor" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/MPBox/MarginContainer" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/LeftTopBar/HBoxContainer/NewCellButton" to="MicrobeEditorGUI" method="OnNewCellClicked"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/ATPBalancePanel" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/ATPBalancePanel" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Tab/Structure" to="MicrobeEditorGUI" method="SetCellTab" binds= [ "structure" ]] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Tab/Membrane" to="MicrobeEditorGUI" method="SetCellTab" binds= [ "membrane" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "cytoplasm" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/StructuralOrganelles/cytoplasm" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "cytoplasm" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "metabolosome" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/metabolosome" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "metabolosome" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "chromatophore" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chromatophore" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "chromatophore" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "chemoSynthesizingProteins" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/chemoSynthesizingProteins" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "chemoSynthesizingProteins" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "rusticyanin" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/rusticyanin" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "rusticyanin" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "nitrogenase" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/nitrogenase" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "nitrogenase" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "oxytoxyProteins" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ProkaryoticStructures/oxytoxyProteins" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "oxytoxyProteins" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "flagellum" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/flagellum" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "flagellum" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "pilus" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/pilus" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "pilus" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "cilia" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/ExternalOrganelles/cilia" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "nucleus" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nucleus" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "nucleus" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "mitochondrion" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/mitochondrion" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "mitochondrion" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "chloroplast" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chloroplast" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "chloroplast" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "thermoplast" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/thermoplast" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "chemoplast" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/chemoplast" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "chemoplast" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "nitrogenfixingplastid" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/nitrogenfixingplastid" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "nitrogenfixingplastid" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "vacuole" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/vacuole" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "vacuole" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "oxytoxy" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/oxytoxy" to="MicrobeEditorGUI" method="OnOrganelleToPlaceSelected" binds= [ "oxytoxy" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "bioluminescentVacuole" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Structure/ScrollContainer/MarginContainer/VBoxContainer/InternalOrganelles/bioluminescentVacuole" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "membraneSingle" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/single" to="MicrobeEditorGUI" method="OnMembraneSelected" binds= [ "single" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "membraneDouble" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/double" to="MicrobeEditorGUI" method="OnMembraneSelected" binds= [ "double" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "membraneCellulose" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/cellulose" to="MicrobeEditorGUI" method="OnMembraneSelected" binds= [ "cellulose" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "membraneChitin" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/chitin" to="MicrobeEditorGUI" method="OnMembraneSelected" binds= [ "chitin" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "membraneCalciumCarbonate" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/calcium_carbonate" to="MicrobeEditorGUI" method="OnMembraneSelected" binds= [ "calcium_carbonate" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "membraneSilica" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/MembraneTypes/silica" to="MicrobeEditorGUI" method="OnMembraneSelected" binds= [ "silica" ]] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/RigiditySlider" to="MicrobeEditorGUI" method="OnItemMouseHover" binds= [ "rigiditySlider" ]] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/RigiditySlider" to="MicrobeEditorGUI" method="OnItemMouseExit"] +[connection signal="value_changed" from="MicrobeEditorGUI/CellEditor/LeftPanel/Panel/Membrane/ScrollContainer/MarginContainer/VBoxContainer/RigiditySlider" to="MicrobeEditorGUI" method="OnRigidityChanged"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/BottomBar" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/BottomBar" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/BottomBar/MenuButton" to="MicrobeEditorGUI" method="MenuButtonPressed"] +[connection signal="text_changed" from="MicrobeEditorGUI/CellEditor/BottomBar/LowerBarCentre/MarginContainer/HBoxContainer/SpeciesName/SpeciesNameBox/MarginContainer/LineEdit" to="MicrobeEditorGUI" method="OnSpeciesNameTextChanged"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/SymmetryButton" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/SymmetryButton" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/SymmetryButton" to="MicrobeEditorGUI" method="OnSymmetryClicked"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/RedoButton" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/RedoButton" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/RedoButton" to="." method="Redo"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/UndoButton" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/UndoButton" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/UndoButton" to="." method="Undo"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/CellEditor/FinishButton" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/CellEditor/FinishButton" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/CellEditor/FinishButton" to="MicrobeEditorGUI" method="OnFinishEditingClicked"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/Report/EvoResultsPanel" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/Report/EvoResultsPanel" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/Report/NextTabButton" to="MicrobeEditorGUI" method="GoToPatchTab"] +[connection signal="mouse_entered" from="MicrobeEditorGUI/PatchMap/MapPanel" to="MicrobeEditorGUI" method="OnMouseEnter"] +[connection signal="mouse_exited" from="MicrobeEditorGUI/PatchMap/MapPanel" to="MicrobeEditorGUI" method="OnMouseExit"] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/HBoxContainer/Buttons/minusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "physical" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/PhysicalConditions/HBoxContainer/Buttons/plusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "physical" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/HBoxContainer/Buttons/minusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "atmospheric" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/AtmosphericConditions/HBoxContainer/Buttons/plusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "atmospheric" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/HBoxContainer/Buttons/minusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "compounds" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/Compounds/HBoxContainer/Buttons/plusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "compounds" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/HBoxContainer/Buttons/minusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "species" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MapPanel/MarginContainer/HSplitContainer/HBoxContainer/MarginContainer/ScrollContainer/VBoxContainer/PatchDetailsContainer/SpeciesPresent/HBoxContainer/Buttons/plusButton" to="MicrobeEditorGUI" method="ToggleConditionsTab" binds= [ "species" ]] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/NextTabButton" to="MicrobeEditorGUI" method="GoToEditorTab"] +[connection signal="pressed" from="MicrobeEditorGUI/PatchMap/MoveToPatchButton" to="MicrobeEditorGUI" method="MoveToPatchClicked"] +[connection signal="MakeSave" from="MicrobeEditorGUI/PauseMenu" to="." method="SaveGame"] +[connection signal="OnClosed" from="MicrobeEditorGUI/PauseMenu" to="MicrobeEditorGUI" method="CloseMenu"] +[connection signal="OnOpenWithKeyPress" from="MicrobeEditorGUI/PauseMenu" to="MicrobeEditorGUI" method="OpenMenu"] diff --git a/src/microbe_stage/gui/ExtinctionBox.tscn b/src/microbe_stage/gui/ExtinctionBox.tscn new file mode 100644 index 0000000..d75ed4e --- /dev/null +++ b/src/microbe_stage/gui/ExtinctionBox.tscn @@ -0,0 +1,73 @@ +[gd_scene load_steps=7 format=2] + +[ext_resource path="res://assets/fonts/Jura-DemiBold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://assets/fonts/thrive.ttf" type="DynamicFontData" id=2] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0, 0, 0, 0.196078 ) + +[sub_resource type="DynamicFont" id=2] +size = 65 +use_filter = true +font_data = ExtResource( 2 ) + +[sub_resource type="DynamicFont" id=3] +size = 22 +use_filter = true +font_data = ExtResource( 1 ) + +[sub_resource type="Animation" id=4] +resource_name = "FadeIn" +length = 0.5 +tracks/0/type = "value" +tracks/0/path = NodePath(".:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.5 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ] +} + +[node name="ExtinctionBox" type="PanelContainer"] +modulate = Color( 1, 1, 1, 0 ) +anchor_top = 0.277778 +anchor_right = 1.0 +anchor_bottom = 0.694444 +margin_bottom = 3.05176e-05 +mouse_filter = 2 +custom_styles/panel = SubResource( 1 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +margin_right = 1280.0 +margin_bottom = 300.0 +alignment = 1 + +[node name="Title" type="Label" parent="VBoxContainer"] +margin_top = 62.0 +margin_right = 1280.0 +margin_bottom = 128.0 +custom_fonts/font = SubResource( 2 ) +custom_colors/font_color = Color( 1, 0.2, 0.2, 1 ) +text = "EXTINCTION" +align = 1 +valign = 1 + +[node name="Message" type="Label" parent="VBoxContainer"] +margin_top = 132.0 +margin_right = 1280.0 +margin_bottom = 237.0 +custom_fonts/font = SubResource( 3 ) +text = "EXTINCTION_LONG" +align = 1 +valign = 1 + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +autoplay = "FadeIn" +anims/FadeIn = SubResource( 4 ) diff --git a/src/microbe_stage/gui/WinBox.tscn b/src/microbe_stage/gui/WinBox.tscn new file mode 100644 index 0000000..b8f8141 --- /dev/null +++ b/src/microbe_stage/gui/WinBox.tscn @@ -0,0 +1,77 @@ +[gd_scene load_steps=7 format=2] + +[ext_resource path="res://assets/fonts/Jura-DemiBold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://assets/fonts/thrive.ttf" type="DynamicFontData" id=2] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0, 0, 0, 0.196078 ) + +[sub_resource type="DynamicFont" id=2] +size = 65 +use_filter = true +font_data = ExtResource( 2 ) + +[sub_resource type="DynamicFont" id=3] +size = 22 +use_filter = true +font_data = ExtResource( 1 ) + +[sub_resource type="Animation" id=4] +resource_name = "FadeIn" +length = 0.5 +tracks/0/type = "value" +tracks/0/path = NodePath(".:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.5 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ] +} + +[node name="WinBox" type="PanelContainer"] +modulate = Color( 1, 1, 1, 0 ) +anchor_top = 0.277778 +anchor_right = 1.0 +anchor_bottom = 0.694444 +margin_bottom = 3.05176e-05 +mouse_filter = 2 +custom_styles/panel = SubResource( 1 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +margin_right = 1280.0 +margin_bottom = 300.0 +alignment = 1 + +[node name="Title" type="Label" parent="VBoxContainer"] +margin_top = 75.0 +margin_right = 1280.0 +margin_bottom = 141.0 +custom_fonts/font = SubResource( 2 ) +text = "YOU_HAVE_THRIVED" +align = 1 +valign = 1 + +[node name="Message" type="Label" parent="VBoxContainer"] +margin_top = 145.0 +margin_right = 1280.0 +margin_bottom = 223.0 +custom_fonts/font = SubResource( 3 ) +text = "YOU_HAVE_THRIVED_LONG" +align = 1 +valign = 1 + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +autoplay = "FadeIn" +anims/FadeIn = SubResource( 4 ) + +[node name="Timer" type="Timer" parent="."] +wait_time = 15.0 +one_shot = true +autostart = true From d2fcda4520e60452656e20fc16314d2ba0eb1496 Mon Sep 17 00:00:00 2001 From: Shibe Date: Mon, 3 Aug 2020 11:41:50 +0400 Subject: [PATCH 5/6] Save Manager And a couple of corrections. --- assets/locales/text.csv | 20 +++- src/saving/SaveListItem.tscn | 197 +++++++++++++++++++++++++++++++++ src/saving/SaveManagerGUI.tscn | 144 ++++++++++++++++++++++++ 3 files changed, 359 insertions(+), 2 deletions(-) create mode 100644 src/saving/SaveListItem.tscn create mode 100644 src/saving/SaveManagerGUI.tscn diff --git a/assets/locales/text.csv b/assets/locales/text.csv index f5205f3..f6c064e 100644 --- a/assets/locales/text.csv +++ b/assets/locales/text.csv @@ -1,7 +1,7 @@ ,en,ru,pl,uk 200_KPA,200 kPa,200 кПа,, AGENTS,Agents,Агенты,, -ALLOWS_FOR_THE_EVOLATION,"Allows for the evolution of more complex,","Допускает эволюцию более сложных,",, +ALLOWS_FOR_THE_EVOLUTION,"Allows for the evolution of more complex,","Допускает эволюцию более сложных,",, ALSO_TURNS,Also turns,Также включая,, AMMONIA,Ammonia,Аммиак,, AND,and,и,, @@ -21,6 +21,7 @@ BIOLUMINESCENT_VACUOLE,"Bioluminescent Vacuole","Биолюминесцентная Вакуоль",, BIOME_HERE,Biome: BIOME HERE,Биом: BIOME HERE,, +BY_LABEL,By:, ,, CALCIUM_CARBONATE,"Calcium Carbonate","Углекислый Кальций",, @@ -63,18 +64,23 @@ CILIA,Cilia,Ресничка,, CILIA_40_MP,"Cilia 40 MP","Ресничка 40 МО",, +CLEANUP_OLD_SAVES,Clean Up Old Saves,Очистить от старых сохранений,, COLOUR,Colour,Цвет,, COMPOUNDS,Compounds,Компоненты,, CONCENTRATION_OF,concentration of,концентрация от,, CONFIRM,CONFIRM,ПРИНЯТЬ,, +CREATED_AT_LABEL,Created at:,Создано:,, +CREATED_ON_PLATFORM_LABEL,Created on Platform:,Создано на платформе:,, CREDITS,Credits,Титры,, CYTOPLASM,Cytoplasm,Цитоплазма,, CYTOPLASM_22_MP,"Cytoplasm 22 MP","Цитоплазма 22 МО",, CYTOPLASM_LONG,"The gooey innards of a cell. The cytoplasm is the basic mixture of ions, proteins, and other substances dissolved in water that fill the interior of the cell. One of the functions it performs is Fermentation, the conversion of glucose into ATP energy. For cells that lack organelles to have more advanced metabolisms, this is what they rely on for energy. It is also used to store molecules in the cell and to grow the cell's size.","Липкие внутренности клетки. Цитоплазма - это основная смесь ионов, белков и других веществ, растворенных в воде, которые заполняют внутреннюю часть клетки. Одна из его функций - это ферментация, превращение глюкозы в энергию АТФ. Для клеток, которым не хватает органелл, чтобы иметь более продвинутый метаболизм, это то, на что они полагаются для получения энергии. Он также используется для хранения молекул в клетке и для увеличения размера клетки.",, +DELETE_SELECTED,Delete Selected,Удалить выбранные,, DESCRIPTION,"The most basic form of membrane, it has little protection against damage. It also needs more energy to not deform. The advantage is that it allows the cell to move and absorb nutrients swiftly.","Самая основная форма мембраны, она имеет мало защиты от повреждений. Ему также нужно больше энергии, чтобы не деформироваться. Преимущество заключается в том, что оан позволяет клетке быстро двигаться и поглощать питательные вещества.",, DESCRIPTION2,"A membrane with two layers, it has better protection against damage and takes less energy to not deform. However, it slows the cell down some and lowers the rate at which it can absorb resources.","Мембрана с двумя слоями, она имеет лучшую защиту от повреждений и занимает меньше энергии, чтобы не деформироваться. Однако это несколько замедляет клетку и снижает скорость, с которой она может поглощать ресурсы.",, +DESCRIPTION_LABEL,Description:,Описание:,, DIOXIDE,Dioxide,Диоксид,, DOT_CAN,. Can,. Может,, DOT_CAN_RELEASE,. Can release,. Может высвободить,, @@ -117,7 +123,9 @@ INTERNAL_ORGANELLES,Internal Organelles,Внутренние органеллы, INTO,into,,, IRON,Iron,Железо,, LIGHT,Light,Свет,, +LOAD,Load,Загрузить,, LOAD_GAME,Load Game,Загрузить игру,, +LOADING_PLACEHOLDER,Loading...,Загружается...,, MEMBRANE,MEMBRANE,МЕМБРАНА,, MEMBRANE_BOUND_ORGANELLES,membrane-bound organelles. Costs a lot,мембранно-связанные органеллы. Стоить много,, MEMBRANE_CALCIUM_CARBONATE_DESCRIPTION,This membrane has a strong shell made from calcium carbonate. It can easily resist damage and requires less energy to not deform. The disadvantages of having such a heavy shell is that the cell is much slower and takes a while to absorb resources.,"Эта мембрана имеет прочную оболочку из карбоната кальция. Она может легко противостоять повреждениям и требует меньше энергии, чтобы не деформироваться. Недостатки наличия такой тяжелой оболочки заключаются в том, что клетка работает гораздо медленнее и требует времени для поглощения ресурсов.",, @@ -142,6 +150,7 @@ MITOCHONDRION_LONG,"The powerhouse of the cell. The mitochondrion (plural: mitoc MOBILITY,Mobility,Мобильность,, MOVE_TO_THIS_PATCH,Move to This Patch,Двигаться по этому пути,, MUTATION_POINTS,Mutation Points,Мутационные очки,, +NAME_LABEL,Name:,Название:,, NEW,NEW,НОВЫЙ,, NEW_GAME,New Game,Новая игра,, NEXT,NEXT,ДАЛЕЕ,, @@ -202,6 +211,7 @@ RATE,Rate,,, RATE_SCALES,. Rate scales,,, RATE_SCALES_WITH,. Rate scales with,,, RATE_SCALES_WITH_CONCENTRATION_OF,. Rate scales with concentration of,. Шкала скорости с концентрацией,, +REFRESH,Refresh,Обновить,, REPORT,REPORT,СООБЩИТЬ,, RESOURCE_ABSORPTION_SPEED,Resource Absorption Speed,Скорость Поглощения Ресурсов,, RESUME,Resume,Продолжить,, @@ -213,13 +223,16 @@ RUSTICYANIN_45_MP,"Rusticyanin RUSTICYANIN_LONG,"Rusticyanin is a protein able to use gaseous carbon dioxide and oxygen to oxidize iron from one chemical state to another. This process, called Iron Respiration, releases energy which the cell can then harvest.","Рустицианин-это белок, способный использовать газообразный углекислый газ и кислород для окисления железа из одного химического состояния в другое. Этот процесс, называемый железным дыханием, высвобождает энергию, которую клетка может затем собрать.",, SAVE_GAME,Save Game,Сохранить игру,, SCALES_WITH_CONCENTRATION_OF,scales with concentration of,,, +SELECT,select,выбрать,, SELECT_A_PATCH,Select a patch to show details here,"Выберите путь, чтобы показать детали",, -SELECTED,Selected,Выбранно,, +SELECTED,Selected,Выбрано,, +SELECTED_LABEL,Selected:,Выбрано:,, SILICA,Silica,Кремнезём,, SILICA_50_MP,"Silica 50 MP","Кремнезём 50 МО",, SIZE_1,Size 1,Размер 1,, +SPACE_USED_LABEL,Space used:,Занимаемое место:,, SPECIES,Species,Виды,, SPECIES_PRESENT,Species Present,,, SPEED,Speed,Скорость,, @@ -247,18 +260,21 @@ THYLAKOIDS_LONG,"Thylakoids are clusters of proteins and photosensitive pigments TO_BE_IMPLEMENTED,To be Implemented.,Будет реализовано.,, TO_INCREASE_THE_MOVEMENT,to increase the movement,чтобы увеличить движение,, TOOLS,Tools,Инструменты,, +TOTAL_SAVES_LABEL,Total saves:,Всего сохранений:,, TOXIN_RESISTANCE,Toxin Resistance,Устойчивость К Токсинам,, TOXIN_VACUOLE,Toxin Vacuole,Вакуоль Токсина,, TOXIN_VACUOLE_70_MP,"Toxin Vacuole 70 MP",,, TOXINS_PRESSING_E,toxins by pressing E. Rate scales with,,, TURNS,Turns,Включая,, +TYPE_LABEL,Type:,Тип:,, USES,Uses,Использует,, VACUOLE,Vacuole,Вакуоль,, VACUOLE_50_MP,"Vacuole 50 MP","Вакуоль 50 МО",, VACUOLE_LONG,"The vacuole is an internal membranous organelle used for storage in the cell. They are composed of several vesicles, smaller membranous structures widely used in cells for storage, that have fused together. It is filled with water which is used to contain molecules, enzymes, solids, and other substances. Their shape is fluid and can vary between cells.","Вакуоль - это внутренние мембранные органеллы, используемые для хранения в клетке. Они состоят из нескольких пузырьков, более мелких мембранных структур, широко используемых в клетках для хранения, которые слились вместе. Он заполнен водой, которая используется для содержания молекул, ферментов, твердых веществ и других веществ. Их форма является текучей и может варьироваться между клетками.",, +VERSION_LABEL,Version:,Версия:,, WITH_CONCENTRATION_OF,with concentration of,в концентрации от,, YOU_ARE_CURRENTLY_THIS_PATCH,YOU ARE CURRENTLY IN THIS PATCH,ВЫ СЕЙЧАС НА ЭТОМ ПУТИ,, YOU_HAVE_THRIVED,YOU HAVE THRIVED!,ВЫ РАСЦВЕЛИ!,, diff --git a/src/saving/SaveListItem.tscn b/src/saving/SaveListItem.tscn new file mode 100644 index 0000000..6e6a84c --- /dev/null +++ b/src/saving/SaveListItem.tscn @@ -0,0 +1,197 @@ +[gd_scene load_steps=7 format=2] + +[ext_resource path="res://assets/textures/gui/bevel/TrashIcon.png" type="Texture" id=1] +[ext_resource path="res://src/gui_common/thrive_theme.tres" type="Theme" id=2] +[ext_resource path="res://assets/misc/icon.png" type="Texture" id=3] +[ext_resource path="res://assets/textures/gui/bevel/trashButtonHover.png" type="Texture" id=4] +[ext_resource path="res://src/saving/SaveListItem.cs" type="Script" id=5] +[ext_resource path="res://assets/textures/gui/bevel/trashButton.png" type="Texture" id=6] + +[sub_resource type="StyleBoxEmpty" id=1] +content_margin_left = 7.0 + +[node name="SaveListItem" type="HBoxContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 2.0 +margin_top = 2.0 +margin_right = 2.0 +margin_bottom = 2.0 +size_flags_horizontal = 3 +theme = ExtResource( 2 ) +script = ExtResource( 5 ) +__meta__ = { +"_edit_use_anchors_": false +} +SaveNamePath = NodePath("VBoxContainer/HBoxContainer/SaveName") +ScreenshotPath = NodePath("Screenshot") +VersionPath = NodePath("VBoxContainer/HBoxContainer/Version") +TypePath = NodePath("VBoxContainer/HBoxContainer4/Type") +CreatedAtPath = NodePath("VBoxContainer/HBoxContainer2/CreatedAt") +CreatedByPath = NodePath("VBoxContainer/HBoxContainer2/Creator") +CreatedOnPlatformPath = NodePath("VBoxContainer/HBoxContainer4/Platform") +DescriptionPath = NodePath("VBoxContainer/HBoxContainer3/Description") +SelectedPath = NodePath("VBoxContainer/HBoxContainer/HBoxContainer/SelectBox") +LoadButtonPath = NodePath("VBoxContainer/HBoxContainer/HBoxContainer/Load") + +[node name="Screenshot" type="TextureRect" parent="."] +margin_right = 255.0 +margin_bottom = 720.0 +rect_min_size = Vector2( 128, 128 ) +size_flags_horizontal = 3 +texture = ExtResource( 3 ) +expand = true +stretch_mode = 6 + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +margin_left = 259.0 +margin_right = 1280.0 +margin_bottom = 720.0 +size_flags_horizontal = 3 +size_flags_stretch_ratio = 4.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] +margin_right = 1021.0 +margin_bottom = 43.0 + +[node name="Label1" type="Label" parent="VBoxContainer/HBoxContainer"] +margin_top = 10.0 +margin_right = 62.0 +margin_bottom = 33.0 +text = "NAME_LABEL" + +[node name="SaveName" type="Label" parent="VBoxContainer/HBoxContainer"] +margin_left = 66.0 +margin_top = 10.0 +margin_right = 160.0 +margin_bottom = 33.0 +text = "LOADING_PLACEHOLDER" + +[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer"] +margin_left = 164.0 +margin_top = 10.0 +margin_right = 251.0 +margin_bottom = 33.0 +custom_styles/normal = SubResource( 1 ) +text = "VERSION_LABEL" + +[node name="Version" type="Label" parent="VBoxContainer/HBoxContainer"] +margin_left = 255.0 +margin_top = 10.0 +margin_right = 270.0 +margin_bottom = 33.0 +text = "..." + +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"] +margin_left = 274.0 +margin_right = 1021.0 +margin_bottom = 43.0 +size_flags_horizontal = 3 +alignment = 2 + +[node name="SelectBox" type="CheckBox" parent="VBoxContainer/HBoxContainer/HBoxContainer"] +margin_left = 538.0 +margin_right = 628.0 +margin_bottom = 43.0 +text = "SELECT" + +[node name="Delete" type="TextureButton" parent="VBoxContainer/HBoxContainer/HBoxContainer"] +margin_left = 632.0 +margin_right = 674.0 +margin_bottom = 43.0 +texture_normal = ExtResource( 6 ) +texture_hover = ExtResource( 4 ) +texture_disabled = ExtResource( 1 ) + +[node name="Load" type="Button" parent="VBoxContainer/HBoxContainer/HBoxContainer"] +margin_left = 678.0 +margin_right = 747.0 +margin_bottom = 43.0 +text = "LOAD" + +[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"] +margin_top = 47.0 +margin_right = 1021.0 +margin_bottom = 70.0 + +[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"] +margin_right = 109.0 +margin_bottom = 23.0 +text = "CREATED_AT_LABEL" + +[node name="CreatedAt" type="Label" parent="VBoxContainer/HBoxContainer2"] +margin_left = 113.0 +margin_right = 128.0 +margin_bottom = 23.0 +text = "..." + +[node name="Label3" type="Label" parent="VBoxContainer/HBoxContainer2"] +margin_left = 132.0 +margin_right = 169.0 +margin_bottom = 23.0 +custom_styles/normal = SubResource( 1 ) +text = "BY_LABEL" + +[node name="Creator" type="Label" parent="VBoxContainer/HBoxContainer2"] +margin_left = 173.0 +margin_right = 188.0 +margin_bottom = 23.0 +text = "..." + +[node name="HBoxContainer4" type="HBoxContainer" parent="VBoxContainer"] +margin_top = 74.0 +margin_right = 1021.0 +margin_bottom = 97.0 + +[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer4"] +margin_right = 54.0 +margin_bottom = 23.0 +text = "TYPE_LABEL" + +[node name="Type" type="Label" parent="VBoxContainer/HBoxContainer4"] +margin_left = 58.0 +margin_right = 73.0 +margin_bottom = 23.0 +text = "..." + +[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer4"] +margin_left = 77.0 +margin_right = 288.0 +margin_bottom = 23.0 +custom_styles/normal = SubResource( 1 ) +text = "CREATED_ON_PLATFORM_LABEL" + +[node name="Platform" type="Label" parent="VBoxContainer/HBoxContainer4"] +margin_left = 292.0 +margin_right = 307.0 +margin_bottom = 23.0 +text = "..." + +[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"] +margin_top = 101.0 +margin_right = 1021.0 +margin_bottom = 124.0 + +[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer3"] +margin_right = 119.0 +margin_bottom = 23.0 +text = "DESCRIPTION_LABEL" + +[node name="Description" type="Label" parent="VBoxContainer/HBoxContainer3"] +margin_left = 123.0 +margin_right = 138.0 +margin_bottom = 23.0 +text = "..." + +[node name="DeleteConfirmDialog" type="ConfirmationDialog" parent="."] +margin_left = 1079.0 +margin_right = 1279.0 +margin_bottom = 720.0 +size_flags_horizontal = 5 +size_flags_vertical = 5 +popup_exclusive = true +window_title = "Delete this Save?" +dialog_text = "Deleting this save cannot be undone, are you sure you want to permanently delete this?" +[connection signal="toggled" from="VBoxContainer/HBoxContainer/HBoxContainer/SelectBox" to="." method="OnSelectedCheckboxChanged"] +[connection signal="pressed" from="VBoxContainer/HBoxContainer/HBoxContainer/Delete" to="." method="DeletePressed"] +[connection signal="pressed" from="VBoxContainer/HBoxContainer/HBoxContainer/Load" to="." method="LoadThisSave"] diff --git a/src/saving/SaveManagerGUI.tscn b/src/saving/SaveManagerGUI.tscn new file mode 100644 index 0000000..9677f06 --- /dev/null +++ b/src/saving/SaveManagerGUI.tscn @@ -0,0 +1,144 @@ +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://src/saving/SaveManagerGUI.cs" type="Script" id=1] +[ext_resource path="res://src/gui_common/thrive_theme.tres" type="Theme" id=2] +[ext_resource path="res://src/saving/SaveList.tscn" type="PackedScene" id=3] + +[sub_resource type="StyleBoxEmpty" id=1] +content_margin_left = 7.0 + +[node name="SaveManagerGUI" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = ExtResource( 2 ) +script = ExtResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} +SaveListPath = NodePath("CenterContainer/VBoxContainer/SaveList") +SelectedItemCountPath = NodePath("CenterContainer/VBoxContainer/BottomBox/SelectedCount") +TotalSaveCountPath = NodePath("CenterContainer/VBoxContainer/BottomBox/SaveCount") +TotalSaveSizePath = NodePath("CenterContainer/VBoxContainer/BottomBox/SavesSpaceUsed") +LoadButtonPath = NodePath("CenterContainer/VBoxContainer/TopBox/LoadButton") +DeleteSelectedButtonPath = NodePath("CenterContainer/VBoxContainer/TopBox/DeleteSelected") +DeleteOldButtonPath = NodePath("CenterContainer/VBoxContainer/TopBox/DeleteOld") + +[node name="CenterContainer" type="CenterContainer" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] +margin_left = 139.0 +margin_top = 85.0 +margin_right = 1139.0 +margin_bottom = 635.0 +rect_min_size = Vector2( 1000, 550 ) +size_flags_vertical = 3 + +[node name="TopBox" type="HBoxContainer" parent="CenterContainer/VBoxContainer"] +margin_right = 1000.0 +margin_bottom = 24.0 +alignment = 1 + +[node name="LoadButton" type="Button" parent="CenterContainer/VBoxContainer/TopBox"] +margin_left = 212.0 +margin_right = 281.0 +margin_bottom = 24.0 +disabled = true +text = "LOAD" + +[node name="VSeparator" type="VSeparator" parent="CenterContainer/VBoxContainer/TopBox"] +margin_left = 285.0 +margin_right = 289.0 +margin_bottom = 24.0 + +[node name="Refresh" type="Button" parent="CenterContainer/VBoxContainer/TopBox"] +margin_left = 293.0 +margin_right = 391.0 +margin_bottom = 24.0 +text = "REFRESH" + +[node name="DeleteSelected" type="Button" parent="CenterContainer/VBoxContainer/TopBox"] +margin_left = 395.0 +margin_right = 575.0 +margin_bottom = 24.0 +disabled = true +text = "DELETE_SELECTED" + +[node name="DeleteOld" type="Button" parent="CenterContainer/VBoxContainer/TopBox"] +margin_left = 579.0 +margin_right = 787.0 +margin_bottom = 24.0 +disabled = true +text = "CLEANUP_OLD_SAVES" + +[node name="SaveList" parent="CenterContainer/VBoxContainer" instance=ExtResource( 3 )] +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_top = 28.0 +margin_right = 1000.0 +margin_bottom = 522.0 +size_flags_vertical = 3 +SelectableItems = true + +[node name="BottomBox" type="HBoxContainer" parent="CenterContainer/VBoxContainer"] +margin_top = 526.0 +margin_right = 1000.0 +margin_bottom = 550.0 + +[node name="Back" type="Button" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_right = 67.0 +margin_bottom = 24.0 +text = "BACK" + +[node name="VSeparator2" type="VSeparator" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_left = 71.0 +margin_right = 75.0 +margin_bottom = 24.0 + +[node name="Label" type="Label" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_left = 79.0 +margin_right = 200.0 +margin_bottom = 23.0 +text = "TOTAL_SAVES_LABEL" + +[node name="SaveCount" type="Label" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_left = 204.0 +margin_right = 217.0 +margin_bottom = 23.0 +text = "0" + +[node name="Label3" type="Label" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_left = 221.0 +margin_right = 354.0 +margin_bottom = 23.0 +custom_styles/normal = SubResource( 1 ) +text = "SPACE_USED_LABEL" + +[node name="SavesSpaceUsed" type="Label" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_left = 358.0 +margin_right = 371.0 +margin_bottom = 23.0 +text = "0" + +[node name="Label2" type="Label" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_left = 375.0 +margin_right = 477.0 +margin_bottom = 23.0 +custom_styles/normal = SubResource( 1 ) +text = "SELECTED_LABEL" + +[node name="SelectedCount" type="Label" parent="CenterContainer/VBoxContainer/BottomBox"] +margin_left = 481.0 +margin_right = 494.0 +margin_bottom = 23.0 +text = "0" +[connection signal="pressed" from="CenterContainer/VBoxContainer/TopBox/LoadButton" to="." method="LoadFirstSelectedSave"] +[connection signal="pressed" from="CenterContainer/VBoxContainer/TopBox/Refresh" to="." method="RefreshList"] +[connection signal="OnSelectedChanged" from="CenterContainer/VBoxContainer/SaveList" to="." method="OnSelectedChanged"] +[connection signal="pressed" from="CenterContainer/VBoxContainer/BottomBox/Back" to="." method="OnBackButton"] From 82dc36bfce693f344cc43dc4de4126ba38bf1edd Mon Sep 17 00:00:00 2001 From: InvisibleMan Date: Sun, 9 Aug 2020 21:11:46 +0300 Subject: [PATCH 6/6] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/locales/text.csv | 51 ++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/assets/locales/text.csv b/assets/locales/text.csv index f6c064e..bfad690 100644 --- a/assets/locales/text.csv +++ b/assets/locales/text.csv @@ -66,7 +66,7 @@ CILIA_40_MP,"Cilia 40 МО",, CLEANUP_OLD_SAVES,Clean Up Old Saves,Очистить от старых сохранений,, COLOUR,Colour,Цвет,, -COMPOUNDS,Compounds,Компоненты,, +COMPOUNDS,Compounds,Соединения,, CONCENTRATION_OF,concentration of,концентрация от,, CONFIRM,CONFIRM,ПРИНЯТЬ,, CREATED_AT_LABEL,Created at:,Создано:,, @@ -78,8 +78,8 @@ CYTOPLASM_22_MP,"Cytoplasm 22 МО",, CYTOPLASM_LONG,"The gooey innards of a cell. The cytoplasm is the basic mixture of ions, proteins, and other substances dissolved in water that fill the interior of the cell. One of the functions it performs is Fermentation, the conversion of glucose into ATP energy. For cells that lack organelles to have more advanced metabolisms, this is what they rely on for energy. It is also used to store molecules in the cell and to grow the cell's size.","Липкие внутренности клетки. Цитоплазма - это основная смесь ионов, белков и других веществ, растворенных в воде, которые заполняют внутреннюю часть клетки. Одна из его функций - это ферментация, превращение глюкозы в энергию АТФ. Для клеток, которым не хватает органелл, чтобы иметь более продвинутый метаболизм, это то, на что они полагаются для получения энергии. Он также используется для хранения молекул в клетке и для увеличения размера клетки.",, DELETE_SELECTED,Delete Selected,Удалить выбранные,, -DESCRIPTION,"The most basic form of membrane, it has little protection against damage. It also needs more energy to not deform. The advantage is that it allows the cell to move and absorb nutrients swiftly.","Самая основная форма мембраны, она имеет мало защиты от повреждений. Ему также нужно больше энергии, чтобы не деформироваться. Преимущество заключается в том, что оан позволяет клетке быстро двигаться и поглощать питательные вещества.",, -DESCRIPTION2,"A membrane with two layers, it has better protection against damage and takes less energy to not deform. However, it slows the cell down some and lowers the rate at which it can absorb resources.","Мембрана с двумя слоями, она имеет лучшую защиту от повреждений и занимает меньше энергии, чтобы не деформироваться. Однако это несколько замедляет клетку и снижает скорость, с которой она может поглощать ресурсы.",, +DESCRIPTION,"The most basic form of membrane, it has little protection against damage. It also needs more energy to not deform. The advantage is that it allows the cell to move and absorb nutrients swiftly.","Основная форма мембраны, имеет небольшую защиту от повреждений. Данной мембране нужно больше энергии, чтобы не деформироваться. Преимущество заключается в том, что она позволяет клетке быстро двигаться и быстро поглощать питательные вещества.",, +DESCRIPTION2,"A membrane with two layers, it has better protection against damage and takes less energy to not deform. However, it slows the cell down some and lowers the rate at which it can absorb resources.","Двухслойная мембрана, имеет лучшую защиту от повреждений и требует меньше энергии, чтобы не деформироваться. Однако, это несколько замедляет клетку и снижает скорость поглощения питательных веществ.",, DESCRIPTION_LABEL,Description:,Описание:,, DIOXIDE,Dioxide,Диоксид,, DOT_CAN,. Can,. Может,, @@ -91,7 +91,7 @@ DOUBLE_50_MP,"Double 50 МО",, E_DOT,E.,,, ENVIRONMENT,Environment,Окружающая среда,, -EVO_RESULTS_PANEL,The amount of glucose has been reduced to ... of the previous amount.,Количество глюкозы было уменьшено до ... из предыдущей суммы.,, +EVO_RESULTS_PANEL,The amount of glucose has been reduced to ... of the previous amount.,Количество глюкозы было уменьшено до ... из предыдущей величины.,, EVOLUTION_DOT,evolution.,эволюция.,, EXIT,Exit,Выход,, EXTERNAL_EFFECTS,External effects:,Внешние эффекты:,, @@ -106,18 +106,18 @@ a failed experiment in evolution.","Точно так же, как 99% всех как неудачный эксперимент в эволюции.",, EXTRAS,Extras,Дополнительные,, FLAGELLUM,Flagellum,Жгутик,, -FLUIDITY_RIGIDITY,Fluidity/Rigidity,Текучесть/Жесткость,, +FLUIDITY_RIGIDITY,Fluidity/Rigidity,Подвижность/Жесткость,, FRAGELLUM_55_MP,"Flagellum 55 MP","Жгутик 55 МО",, FRAGELLUM_LONG,The flagellum (plural: flagella) is a whip-like bundle of protein fibers extending from the cell's membrane which can use ATP to undulate and propel the cell in a direction.,"Жгутик (множественное число: жгутики) представляет собой хлыстовидный пучок белковых волокон, отходящих от клеточной мембраны, которые могут использовать АТФ для волнообразного движения и продвижения клетки в определенном направлении.",, -GENERATION_2,Generation 2,Поколение 2,, +GENERATION_2,Generation 2,2-е Поколение,, GLUCOSE,Glucose,Глюкоза,, HEALTH,Health,Здоровье,, HELP,Help,Помощь,, HITPOINTS,Hitpoints,Очки здоровья,, HYDROGEN_SULFIDE,Hydrogen Sulfide,Сероводород,, -INCREASES_THE_STORAGE,Increases the storage space of the cell.,,, +INCREASES_THE_STORAGE,Increases the storage space of the cell.,Увеличить объем клетки.,, INTENSITY_OF,intensity of,интенсивность,, INTERNAL_ORGANELLES,Internal Organelles,Внутренние органеллы,, INTO,into,,, @@ -127,21 +127,21 @@ LOAD,Load,Загрузить,, LOAD_GAME,Load Game,Загрузить игру,, LOADING_PLACEHOLDER,Loading...,Загружается...,, MEMBRANE,MEMBRANE,МЕМБРАНА,, -MEMBRANE_BOUND_ORGANELLES,membrane-bound organelles. Costs a lot,мембранно-связанные органеллы. Стоить много,, -MEMBRANE_CALCIUM_CARBONATE_DESCRIPTION,This membrane has a strong shell made from calcium carbonate. It can easily resist damage and requires less energy to not deform. The disadvantages of having such a heavy shell is that the cell is much slower and takes a while to absorb resources.,"Эта мембрана имеет прочную оболочку из карбоната кальция. Она может легко противостоять повреждениям и требует меньше энергии, чтобы не деформироваться. Недостатки наличия такой тяжелой оболочки заключаются в том, что клетка работает гораздо медленнее и требует времени для поглощения ресурсов.",, -MEMBRANE_CELLULOSE_DESCRIPTION,"This membrane has a wall, resulting in better protection against overall damage and especially against physical damage. It also costs less energy to retain its form, but cannot absorb resources quickly and is slower.","Эта мембрана имеет стенку, что обеспечивает лучшую защиту от общего повреждения и особенно от физического повреждения. Она также расходует меньше энергии, чтобы сохранить свою форму, но не может быстро поглощать ресурсы и медленнее.",, -MEMBRANE_CHITIN_DESCRIPTION,"This membrane has a wall, which means it has better protections against overall damage and especially against toxin damage. It also costs less energy to retain its form, but it is slower and cannot absorb resources quickly.","Эта мембрана имеет стенку, что означает, что она имеет лучшую защиту от общего повреждения и особенно от повреждения токсинами. Она также расходует меньше энергии, чтобы сохранить свою форму, но она медленнее и не может быстро поглощать ресурсы.",, +MEMBRANE_BOUND_ORGANELLES,membrane-bound organelles. Costs a lot,мембранно-связанные органеллы. Высокая цена,, +MEMBRANE_CALCIUM_CARBONATE_DESCRIPTION,This membrane has a strong shell made from calcium carbonate. It can easily resist damage and requires less energy to not deform. The disadvantages of having such a heavy shell is that the cell is much slower and takes a while to absorb resources.,"Эта мембрана имеет прочную оболочку из карбоната кальция. Она может легко противостоять повреждениям и требует меньше энергии, чтобы не деформироваться. Недостатки наличия такой тяжелой оболочки заключаются в том, что клетка работает гораздо медленнее и требует много времени для поглощения ресурсов.",, +MEMBRANE_CELLULOSE_DESCRIPTION,"This membrane has a wall, resulting in better protection against overall damage and especially against physical damage. It also costs less energy to retain its form, but cannot absorb resources quickly and is slower.","Эта мембрана имеет целлюлозную стенку, что обеспечивает лучшую защиту от общего повреждения и особенно от физического повреждения. Она также расходует меньше энергии, чтобы сохранить свою форму, но не может быстро поглощать ресурсы и скорость клетки не высокая.",, +MEMBRANE_CHITIN_DESCRIPTION,"This membrane has a wall, which means it has better protections against overall damage and especially against toxin damage. It also costs less energy to retain its form, but it is slower and cannot absorb resources quickly.","Эта мембрана имеет хитиновую стенку, что означает, что она имеет лучшую защиту от общего повреждения и особенно от повреждения токсинами. Она также расходует меньше энергии, чтобы сохранить свою форму, но она медленнее и не может быстро поглощать ресурсы.",, MEMBRANE_RIGIDITY,"Membrane Rigidity",Жесткость мембраны,, MEMBRANE_SILICA_DESCRIPTION,"This membrane has a strong wall of silica. It can resist overall damage well and is very resistant to physical damage. It also requires less energy to maintain its form. However, it slows the cell down by a large factor and the cell absorbs resources at a reduced rate.","Эта мембрана имеет прочную стенку из кремнезема. Она может хорошо противостоять общим повреждениям и очень устойчив к физическим повреждениям. Она также требует меньше энергии для поддержания своей формы. Однако это замедляет клетку в значительной степени, и клетка поглощает ресурсы с пониженной скоростью.",, MEMBRANE_TYPES,Membrane Types,Типы мембран,, -METABOLOSOMES,Metabolosomes,Метаболизм,, +METABOLOSOMES,Metabolosomes,Метаболосомы,, METABOLOSOMES_45_MP,"Metabolosomes -45 MP","Метаболизм +45 MP","Метаболосомы 45 МО",, -METABOLOSOMES_LONG,"Metabolosomes are clusters of proteins wrapped in protein shells. They are able to convert glucose into ATP at a much higher rate than can be done in the cytoplasm in a process called Aerobic Respiration. It does, however, require oxygen to function, and lower levels of oxygen in the environment will slow down the rate of its ATP production. Since the metabolosomes are suspended directly in the cytoplasm, the surrounding fluid performs some fermentation.","Метаболос - это скопления белков, завернутые в белковые оболочки. Они способны преобразовывать глюкозу в АТФ с гораздо большей скоростью, чем это может быть сделано в цитоплазме в процессе, называемом аэробным дыханием. Однако для его функционирования необходим кислород, и более низкие уровни кислорода в окружающей среде замедляют скорость его производства АТФ. Поскольку метаболос суспендируется непосредственно в цитоплазме, окружающая жидкость выполняет некоторое брожение.",, +METABOLOSOMES_LONG,"Metabolosomes are clusters of proteins wrapped in protein shells. They are able to convert glucose into ATP at a much higher rate than can be done in the cytoplasm in a process called Aerobic Respiration. It does, however, require oxygen to function, and lower levels of oxygen in the environment will slow down the rate of its ATP production. Since the metabolosomes are suspended directly in the cytoplasm, the surrounding fluid performs some fermentation.","Метаболосомы - это скопления белков, завернутые в белковые оболочки. Они способны преобразовывать глюкозу в АТФ с гораздо большей скоростью, чем это может быть сделано в цитоплазме в процессе, называемом аэробным дыханием. Однако для его функционирования необходим кислород, и более низкие уровни кислорода в окружающей среде замедляют скорость его производства АТФ. Поскольку метаболос суспендируется непосредственно в цитоплазме, окружающая жидкость выполняет некоторое брожение.",, MITOCHONDRION,Mitochondrion,Митохондрия,, MITOCHONDRION_45_MP,"Mitochondrion 45 MP","Митохондрия @@ -198,9 +198,10 @@ PHOSPHATE,Phosphate,Фосфат,, PHYSICAL_CONDITIONS,Physical Conditions,Физические условия,, PHYSICAL_RESISTANCE,Physical Resistance,Физическое сопротивление,, POPULATION,POPULATION:,ПОПУЛЯЦИЯ:,, -PREDATORY_PILUS,Predatory Pilus,,, +PREDATORY_PILUS,Predatory Pilus,Хищные ворсинки,, PREDATORY_PILUS_30_MP,"Predatory Pilus -30 MP",,, +30 MP","Хищные ворсинки +30 МО",, PRESS_DOT,Press.,Давл.,, PRESSURE,Pressure,Давление,, PRIMUM_THRIVIUM,Primum Thrivium,,, @@ -217,10 +218,11 @@ RESOURCE_ABSORPTION_SPEED,Resource Absorption Speed,Скорость Погло RESUME,Resume,Продолжить,, RETURN_TO_MENU,Return to Menu,Вернуться в меню,, RIGIDITY_SLIDER,"A more rigid membrane is more resistant to damage, but will make it harder for the cell to move around.","Более жесткая мембрана более устойчива к повреждениям, но затрудняет передвижение клетки.",, -RUSTICYANIN,Rusticyanin,,, +RUSTICYANIN,Rusticyanin,Рустицианин,, RUSTICYANIN_45_MP,"Rusticyanin -45 MP",,, -RUSTICYANIN_LONG,"Rusticyanin is a protein able to use gaseous carbon dioxide and oxygen to oxidize iron from one chemical state to another. This process, called Iron Respiration, releases energy which the cell can then harvest.","Рустицианин-это белок, способный использовать газообразный углекислый газ и кислород для окисления железа из одного химического состояния в другое. Этот процесс, называемый железным дыханием, высвобождает энергию, которую клетка может затем собрать.",, +45 MP","Рустицианин +45 МО",, +RUSTICYANIN_LONG,"Rusticyanin is a protein able to use gaseous carbon dioxide and oxygen to oxidize iron from one chemical state to another. This process, called Iron Respiration, releases energy which the cell can then harvest.","Рустицианин - это белок, способный использовать газообразный углекислый газ и кислород для окисления железа из одного химического состояния в другое. Этот процесс, называемый железным дыханием, высвобождает энергию, которую клетка может затем собрать.",, SAVE_GAME,Save Game,Сохранить игру,, SCALES_WITH_CONCENTRATION_OF,scales with concentration of,,, SELECT,select,выбрать,, @@ -234,7 +236,7 @@ SILICA_50_MP,"Silica SIZE_1,Size 1,Размер 1,, SPACE_USED_LABEL,Space used:,Занимаемое место:,, SPECIES,Species,Виды,, -SPECIES_PRESENT,Species Present,,, +SPECIES_PRESENT,Species Present,Присутствующие виды,, SPEED,Speed,Скорость,, SPEED_2_0,Speed 2.0,Скорость 2.0,, SPEED_OF_THE_CELL,speed of the cell.,скорость клетки.,, @@ -261,11 +263,12 @@ TO_BE_IMPLEMENTED,To be Implemented.,Будет реализовано.,, TO_INCREASE_THE_MOVEMENT,to increase the movement,чтобы увеличить движение,, TOOLS,Tools,Инструменты,, TOTAL_SAVES_LABEL,Total saves:,Всего сохранений:,, -TOXIN_RESISTANCE,Toxin Resistance,Устойчивость К Токсинам,, -TOXIN_VACUOLE,Toxin Vacuole,Вакуоль Токсина,, +TOXIN_RESISTANCE,Toxin Resistance,Устойчивость к яду,, +TOXIN_VACUOLE,Toxin Vacuole,Ядовитая вакуоль,, TOXIN_VACUOLE_70_MP,"Toxin Vacuole -70 MP",,, -TOXINS_PRESSING_E,toxins by pressing E. Rate scales with,,, +70 MP","Ядовитая вакуоль +70 МО",, +TOXINS_PRESSING_E,toxins by pressing E. Rate scales with,Нажмите E для выпуска яда. Rate scales with,, TURNS,Turns,Включая,, TYPE_LABEL,Type:,Тип:,, USES,Uses,Использует,,