Skip to content

Commit

Permalink
Add Threen icon (copied from Tween)
Browse files Browse the repository at this point in the history
Uses an absolute path for compatibility with 4.1.x.

We can switch to relative paths for both the icon and the libraries once
we start targeting 4.2 as minimal version.
  • Loading branch information
akien-mga committed Oct 5, 2023
1 parent 7ef4d0d commit 564620e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/Threen.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 bin/Threen.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://dsk3tvoo4ooj6"
path="res://.godot/imported/Threen.svg-93a9b1dcd3e634afdd64a494c0aa9265.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://bin/Threen.svg"
dest_files=["res://.godot/imported/Threen.svg-93a9b1dcd3e634afdd64a494c0aa9265.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
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
4 changes: 4 additions & 0 deletions bin/threen.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
entry_symbol = "threen_library_init"
compatibility_minimum = "4.1"

[icons]

Threen = "res://bin/Threen.svg"

[libraries]

linux.x86_64.debug = "res://bin/libthreen.linux.template_debug.x86_64.so"
Expand Down

0 comments on commit 564620e

Please sign in to comment.