Skip to content

Commit

Permalink
feat: adds RadialMenuContainer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoD committed Jun 20, 2023
1 parent 5c348af commit 9e07aa4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cxfy3v83r43w1"
path="res://.godot/imported/RadialMenuIcon.png-94dd769b061766a6aa27a71907d4a786.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/godot_gameplay_systems/inventory_system/assets/RadialMenuIcon.png"
dest_files=["res://.godot/imported/RadialMenuIcon.png-94dd769b061766a6aa27a71907d4a786.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=false
mipmaps/limit=-1
roughness/mode=0
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=0
detect_3d/compress_to=1
2 changes: 1 addition & 1 deletion addons/godot_gameplay_systems/inventory_system/plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func _enter_tree() -> void:
add_custom_type("EquippedItem3D", "Node3D", equipped_item_3d, preload("res://addons/godot_gameplay_systems/inventory_system/assets/Equipped3DIcon.png"))
add_custom_type("PickableArea2D", "Area2D", pickable_item_2d, null)
add_custom_type("PickableArea3D", "Area3D", pickable_item_3d, null)
add_custom_type("RadialMenuContainer", "Container", radial_menu_script, null)
add_custom_type("RadialMenuContainer", "Container", radial_menu_script, preload("res://addons/godot_gameplay_systems/inventory_system/assets/RadialMenuIcon.png"))


func _exit_tree() -> void:
Expand Down
Binary file modified icons.sketch
Binary file not shown.

0 comments on commit 9e07aa4

Please sign in to comment.