diff --git a/assets/textures/gui/bevel/Energy.svg b/assets/textures/gui/bevel/Energy.svg new file mode 100644 index 00000000000..063b1a26605 --- /dev/null +++ b/assets/textures/gui/bevel/Energy.svg @@ -0,0 +1,31 @@ + + + + diff --git a/assets/textures/gui/bevel/Energy.svg.import b/assets/textures/gui/bevel/Energy.svg.import new file mode 100644 index 00000000000..d01ef797997 --- /dev/null +++ b/assets/textures/gui/bevel/Energy.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cslhvonq2rf1y" +path="res://.godot/imported/Energy.svg-1f7d18df827b7946dc1bd6a678230948.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/gui/bevel/Energy.svg" +dest_files=["res://.godot/imported/Energy.svg-1f7d18df827b7946dc1bd6a678230948.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=1 +roughness/src_normal="" +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=256 +detect_3d/compress_to=1 +svg/scale=0.25 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/simulation_parameters/awakening_stage/world_resources.json b/simulation_parameters/awakening_stage/world_resources.json index 71add16d890..929f8103cfa 100644 --- a/simulation_parameters/awakening_stage/world_resources.json +++ b/simulation_parameters/awakening_stage/world_resources.json @@ -17,6 +17,6 @@ "energy": { "Name": "RESOURCE_ENERGY", "WorldRepresentationScene": "res://assets/models/MissingItemPlaceholder.tscn", - "InventoryIcon": "res://assets/textures/gui/bevel/ATP.svg" + "InventoryIcon": "res://assets/textures/gui/bevel/Energy.svg" } }