Skip to content

Commit e07fca1

Browse files
Rename plugin directory
1 parent 77fea21 commit e07fca1

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

File renamed without changes.
File renamed without changes.

addons/android_device_explorer/device_explorer_icon.svg renamed to addons/android-device-explorer/device_explorer_icon.svg

File renamed without changes.

addons/android_device_explorer/device_explorer_icon.svg.import renamed to addons/android-device-explorer/device_explorer_icon.svg.import

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://yiqk0onmqnnp"
6-
path="res://.godot/imported/device_explorer_icon.svg-bd3ed26d59951ae061492446d8e62e43.ctex"
6+
path="res://.godot/imported/device_explorer_icon.svg-2402f076e14ffd832dea98852dbd39e3.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://addons/android_device_explorer/device_explorer_icon.svg"
14-
dest_files=["res://.godot/imported/device_explorer_icon.svg-bd3ed26d59951ae061492446d8e62e43.ctex"]
13+
source_file="res://addons/android-device-explorer/device_explorer_icon.svg"
14+
dest_files=["res://.godot/imported/device_explorer_icon.svg-2402f076e14ffd832dea98852dbd39e3.ctex"]
1515

1616
[params]
1717

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ extends EditorPlugin
44
var dock
55

66
func _enter_tree():
7-
var dock_control = preload("res://addons/android_device_explorer/device_explorer.gd").new()
7+
var dock_control = preload("res://addons/android-device-explorer/device_explorer.gd").new()
88
dock = EditorDock.new()
99
dock.add_child(dock_control)
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")
13+
dock.dock_icon = load("res://addons/android-device-explorer/device_explorer_icon.svg")
1414
add_dock(dock)
1515

1616
func _exit_tree():
File renamed without changes.

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ window/size/viewport_height=884
2121

2222
[editor_plugins]
2323

24-
enabled=PackedStringArray("res://addons/android_device_explorer/plugin.cfg")
24+
enabled=PackedStringArray("res://addons/android-device-explorer/plugin.cfg")
2525

2626
[physics]
2727

0 commit comments

Comments
 (0)