Skip to content

Commit

Permalink
Add energy icon (#5652)
Browse files Browse the repository at this point in the history
* Tie jump force to mass

* Revert "Merge remote-tracking branch 'upstream/master'"

This reverts commit e7a9928, reversing
changes made to 2dabe01.

* Reapply "Merge remote-tracking branch 'upstream/master'"

This reverts commit e2c2e7e.

* Update wood icon

* Revert "Update wood icon"

This reverts commit 4288937.

* Add energy icon

* Update Energy.svg.import
  • Loading branch information
voxelbugged authored Nov 6, 2024
1 parent e1e8145 commit b6786ea
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
31 changes: 31 additions & 0 deletions assets/textures/gui/bevel/Energy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/textures/gui/bevel/Energy.svg.import
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion simulation_parameters/awakening_stage/world_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b6786ea

Please sign in to comment.