diff --git a/Assets/Images/ResearchSymbol.png b/Assets/Images/ResearchSymbol.png new file mode 100644 index 0000000..bb00384 Binary files /dev/null and b/Assets/Images/ResearchSymbol.png differ diff --git a/Assets/Images/ResearchSymbol.png.import b/Assets/Images/ResearchSymbol.png.import new file mode 100644 index 0000000..a28914c --- /dev/null +++ b/Assets/Images/ResearchSymbol.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dt84awx33mulb" +path="res://.godot/imported/ResearchSymbol.png-e8f43265eb41a396705bd37c5092cde8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Images/ResearchSymbol.png" +dest_files=["res://.godot/imported/ResearchSymbol.png-e8f43265eb41a396705bd37c5092cde8.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/Assets/Images/Sources/ResearchSymbol.aseprite b/Assets/Images/Sources/ResearchSymbol.aseprite new file mode 100644 index 0000000..87e39c3 Binary files /dev/null and b/Assets/Images/Sources/ResearchSymbol.aseprite differ diff --git a/Prefabs/Robot/RobotDisplay.tscn b/Prefabs/Robot/RobotDisplay.tscn index ddd89e2..126717d 100644 --- a/Prefabs/Robot/RobotDisplay.tscn +++ b/Prefabs/Robot/RobotDisplay.tscn @@ -36,7 +36,6 @@ text = "Jump to" [node name="CurrentScript" type="RichTextLabel" parent="HBoxContainer" unique_id=425408407] layout_mode = 2 size_flags_horizontal = 3 -text = "Scriptname" fit_content = true autowrap_mode = 0 horizontal_alignment = 1 diff --git a/Scenes/Game.tscn b/Scenes/Game.tscn index 5f38a53..e845bad 100644 --- a/Scenes/Game.tscn +++ b/Scenes/Game.tscn @@ -15,6 +15,7 @@ [ext_resource type="Texture2D" uid="uid://ban872p4eh4gi" path="res://Assets/Images/RobotSymbol.png" id="11_dahhg"] [ext_resource type="Texture2D" uid="uid://ciehcg34et0q3" path="res://Assets/Images/InventorySymbol.png" id="11_wxwew"] [ext_resource type="Texture2D" uid="uid://b77mo4fhklnja" path="res://Assets/Images/OptionsSymbol.png" id="12_3so38"] +[ext_resource type="Texture2D" uid="uid://dt84awx33mulb" path="res://Assets/Images/ResearchSymbol.png" id="13_alh3a"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_u44n3"] @@ -414,9 +415,14 @@ autowrap_mode = 0 [node name="Inventory" type="TextureButton" parent="CanvasLayer/UIHandler/MainUI/FooterContainer/HBoxContainer" unique_id=1598826377] layout_mode = 2 -tooltip_text = "Map (M)" +tooltip_text = "Inventory (I)" texture_normal = ExtResource("11_wxwew") +[node name="Research" type="TextureButton" parent="CanvasLayer/UIHandler/MainUI/FooterContainer/HBoxContainer" unique_id=1945067079] +layout_mode = 2 +tooltip_text = "Research (T)" +texture_normal = ExtResource("13_alh3a") + [node name="Map" type="TextureButton" parent="CanvasLayer/UIHandler/MainUI/FooterContainer/HBoxContainer" unique_id=1320346210] layout_mode = 2 tooltip_text = "Map (M)" diff --git a/project.godot b/project.godot index a9f277d..da92f82 100644 --- a/project.godot +++ b/project.godot @@ -92,6 +92,11 @@ inventory={ "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":73,"key_label":0,"unicode":105,"location":0,"echo":false,"script":null) ] } +research={ +"deadzone": 0.2, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":84,"key_label":0,"unicode":116,"location":0,"echo":false,"script":null) +] +} [layer_names]