Quantcast

Move stuff

Michael Koch [11-19-20 - 06:37]
Move stuff
Filename
AtlasOrWorldMap.lua
AtlasOrWorldMap.toc
AtlasOrWorldMap/AtlasOrWorldMap.lua
AtlasOrWorldMap/AtlasOrWorldMap.toc
AtlasOrWorldMap/Bindings.xml
Bindings.xml
README.md
diff --git a/AtlasOrWorldMap.lua b/AtlasOrWorldMap.lua
new file mode 100644
index 0000000..9a4f609
--- /dev/null
+++ b/AtlasOrWorldMap.lua
@@ -0,0 +1,2 @@
+BINDING_HEADER_ATLASORWORLDMAP = "Atlas Or World Map"
+BINDING_NAME_ATLASORWORLDMAP = "Open Atlas or World Map"
\ No newline at end of file
diff --git a/AtlasOrWorldMap.toc b/AtlasOrWorldMap.toc
new file mode 100644
index 0000000..4e6306c
--- /dev/null
+++ b/AtlasOrWorldMap.toc
@@ -0,0 +1,8 @@
+## Interface: 11305
+## Title: Atlas or World Map
+## Notes: Opens Atlas in dungeons and raids,  opens the World Map elsewhere
+## Author: Wildmane-Venoxis
+## Version: 0.1
+## DefaultState: Enabled
+## Dependencies: Atlas
+AtlasOrWorldMap.lua
\ No newline at end of file
diff --git a/AtlasOrWorldMap/AtlasOrWorldMap.lua b/AtlasOrWorldMap/AtlasOrWorldMap.lua
deleted file mode 100644
index 9a4f609..0000000
--- a/AtlasOrWorldMap/AtlasOrWorldMap.lua
+++ /dev/null
@@ -1,2 +0,0 @@
-BINDING_HEADER_ATLASORWORLDMAP = "Atlas Or World Map"
-BINDING_NAME_ATLASORWORLDMAP = "Open Atlas or World Map"
\ No newline at end of file
diff --git a/AtlasOrWorldMap/AtlasOrWorldMap.toc b/AtlasOrWorldMap/AtlasOrWorldMap.toc
deleted file mode 100644
index 4e6306c..0000000
--- a/AtlasOrWorldMap/AtlasOrWorldMap.toc
+++ /dev/null
@@ -1,8 +0,0 @@
-## Interface: 11305
-## Title: Atlas or World Map
-## Notes: Opens Atlas in dungeons and raids,  opens the World Map elsewhere
-## Author: Wildmane-Venoxis
-## Version: 0.1
-## DefaultState: Enabled
-## Dependencies: Atlas
-AtlasOrWorldMap.lua
\ No newline at end of file
diff --git a/AtlasOrWorldMap/Bindings.xml b/AtlasOrWorldMap/Bindings.xml
deleted file mode 100644
index e9bbe28..0000000
--- a/AtlasOrWorldMap/Bindings.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<Bindings>
-	<Binding name="ATLASORWORLDMAP" runOnUp="false" header="ATLASORWORLDMAP" default="M">
-		if (WorldMapFrame:IsShown()) then
-			WorldMapFrame:SetShown(false)
-		elseif (not IsInInstance()) then
-			WorldMapFrame:SetShown(true)
-		else
-			Atlas_Toggle()
-			Atlas_AutoSelect()
-			Atlas_Refresh()
-		end
-	</Binding>
-</Bindings>
\ No newline at end of file
diff --git a/Bindings.xml b/Bindings.xml
new file mode 100644
index 0000000..e9bbe28
--- /dev/null
+++ b/Bindings.xml
@@ -0,0 +1,13 @@
+<Bindings>
+	<Binding name="ATLASORWORLDMAP" runOnUp="false" header="ATLASORWORLDMAP" default="M">
+		if (WorldMapFrame:IsShown()) then
+			WorldMapFrame:SetShown(false)
+		elseif (not IsInInstance()) then
+			WorldMapFrame:SetShown(true)
+		else
+			Atlas_Toggle()
+			Atlas_AutoSelect()
+			Atlas_Refresh()
+		end
+	</Binding>
+</Bindings>
\ No newline at end of file
diff --git a/README.md b/README.md
deleted file mode 100644
index e4ab0b9..0000000
--- a/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Atlas or World Map
-Simple AddOn for World of Warcraft Classic that opens Atlas in dungeons and raids, and the world map elsewhere.
-
-## Dependencies
-[Atlas (Classic)](https://www.wowinterface.com/downloads/info25605-AtlasClassic.html)
-
-## Installation
-Clone this repository and copy the AtlasOrWorldMap folder to your WoW Classic Addon directory (for example `C:\Program Files\World of Warcraft\_classic_\Interface\AddOns`)
-
-## Usage
-Press ESC, open "Key Bindings", go to "Other" and set a key binding for "Open Atlas or World Map" (for example 'M', the default hotkey for opening the world map).
\ No newline at end of file