Skip to content

Commit 7bb4179

Browse files
Update plugin version and icon
1 parent 57a321d commit 7bb4179

4 files changed

Lines changed: 47 additions & 2 deletions

File tree

Lines changed: 1 addition & 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://yiqk0onmqnnp"
6+
path="res://.godot/imported/device_explorer_icon.svg-bd3ed26d59951ae061492446d8e62e43.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://addons/android_device_explorer/device_explorer_icon.svg"
14+
dest_files=["res://.godot/imported/device_explorer_icon.svg-bd3ed26d59951ae061492446d8e62e43.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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[plugin]
22

33
name="Android Device Explorer"
4-
description="This plugins adds a new dock in the editor to access the filesystem of the connected Android device."
4+
description="Adds a new dock in the editor to access the filesystem of the connected Android device."
55
author="syntaxerror247"
6-
version="0.1"
6+
version="1.0"
77
script="plugin.gd"

addons/android_device_explorer/plugin.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ func _enter_tree():
1010
dock.title = "Device Explorer"
1111
dock.default_slot = EditorDock.DOCK_SLOT_RIGHT_BL
1212
dock.available_layouts = EditorDock.DOCK_LAYOUT_VERTICAL | EditorDock.DOCK_LAYOUT_FLOATING
13+
dock.dock_icon = load("res://addons/android_device_explorer/device_explorer_icon.svg")
1314
add_dock(dock)
1415

1516
func _exit_tree():

0 commit comments

Comments
 (0)