Skip to content

Commit 6b59176

Browse files
committed
Add addon
1 parent 7cf569a commit 6b59176

File tree

73 files changed

+6515
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+6515
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Normalize EOL for all files that Git considers text files.
2+
* text=auto eol=lf
3+
4+
# Only include the addons folder when downloading from the Asset Library.
5+
/** export-ignore
6+
/addons !export-ignore
7+
/addons/** !export-ignore

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#MacOS
2+
.DS_Store
3+
4+
# VSCode
5+
.vscode/
6+
7+
# webRTC gdextension
8+
/lib/
9+
webrtc.gdextension
10+
webrtc.gdextension.uid
11+
12+
# Godot 4+ specific ignores
13+
.godot/
14+
/android/

addons/tube/icons/tube_client.svg

Lines changed: 112 additions & 0 deletions
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://b4o7vx0n8db1s"
6+
path="res://.godot/imported/tube_client.svg-3544df422a27b401f812416126d79a81.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://addons/tube/icons/tube_client.svg"
14+
dest_files=["res://.godot/imported/tube_client.svg-3544df422a27b401f812416126d79a81.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/uastc_level=0
22+
compress/rdo_quality_loss=0.0
23+
compress/hdr_compression=1
24+
compress/normal_map=0
25+
compress/channel_pack=0
26+
mipmaps/generate=false
27+
mipmaps/limit=-1
28+
roughness/mode=0
29+
roughness/src_normal=""
30+
process/channel_remap/red=0
31+
process/channel_remap/green=1
32+
process/channel_remap/blue=2
33+
process/channel_remap/alpha=3
34+
process/fix_alpha_border=true
35+
process/premult_alpha=false
36+
process/normal_map_invert_y=false
37+
process/hdr_as_srgb=false
38+
process/hdr_clamp_exposure=false
39+
process/size_limit=0
40+
detect_3d/compress_to=1
41+
svg/scale=1.0
42+
editor/scale_with_editor_scale=false
43+
editor/convert_colors_with_editor_theme=false

addons/tube/icons/tube_context.svg

Lines changed: 195 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)