diff --git a/config.xml b/config.xml index 2b7261c..52cef2f 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - - + + TerranQuest Augmented Reality fantasy game @@ -7,47 +7,47 @@ Netsyms Technologies - - - - - - - - - + + + + + + + + + - + - - - - - - - - - + + + + + + + + + - + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties index 17043f9..482ad81 100644 --- a/nbproject/plugins.properties +++ b/nbproject/plugins.properties @@ -21,4 +21,6 @@ cordova-plugin-console=https://git-wip-us.apache.org/repos/asf/cordova-plugin-co cordova-plugin-device=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git com.phonegap.plugins.barcodescanner=https://github.com/Telerik-Verified-Plugins/BarcodeScanner3 cordova-plugin-inapppurchase=https://github.com/AlexDisler/cordova-plugin-inapppurchase -cordova_app_version_plugin=https://github.com/Binarypark/cordova_app_version_plugin \ No newline at end of file +cordova_app_version_plugin=https://github.com/Binarypark/cordova_app_version_plugin +cordova-plugin-file=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git +cordova-plugin-compat=https://git-wip-us.apache.org/repos/asf/cordova-plugin-compat.git diff --git a/www/clienterror.html b/www/clienterror.html new file mode 100644 index 0000000..cceff21 --- /dev/null +++ b/www/clienterror.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + TerranQuest + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +

+ A game error occurred. +

+ +

+
+
+ + + + + \ No newline at end of file diff --git a/www/screens/servererror.html b/www/screens/servererror.html deleted file mode 100644 index e4caf47..0000000 --- a/www/screens/servererror.html +++ /dev/null @@ -1,37 +0,0 @@ - -
- -

- We are experiencing server problems. Try again later. -
- -
- (sorry) -

-
- \ No newline at end of file diff --git a/www/servererror.html b/www/servererror.html new file mode 100644 index 0000000..cb81767 --- /dev/null +++ b/www/servererror.html @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + TerranQuest + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +

+ We are experiencing server problems. Try again later. +
+ +
+ (sorry) +

+
+
+ + + + + \ No newline at end of file