From 3e49d0d92892abf5c5ea4748ecdcc134da08b651 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 11 Oct 2016 16:04:01 -0600 Subject: [PATCH] Items can now be given to nearby players --- config.xml | 2 +- www/css/main.css | 4 +- www/screens/inventory.html | 105 ++++++++++++++++++++++++++++++++++++- www/screens/shop.html | 4 +- 4 files changed, 108 insertions(+), 7 deletions(-) diff --git a/config.xml b/config.xml index 528bbf7..0b584c6 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + TerranQuest Augmented Reality fantasy game diff --git a/www/css/main.css b/www/css/main.css index d37b889..aea2d5a 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -428,7 +428,7 @@ body { background: linear-gradient(to bottom, #009444 0%, rgba(255,255,255,0) 100%); } -#shopmessage { +.menumessage { position: fixed; z-index: 9999; background: rgba(0, 0, 0, .85); @@ -451,7 +451,7 @@ body { display: none; } -#shopmessagecontent { +.menumessagecontent { font-size: 120%; text-align: center; margin-bottom: 10px; diff --git a/www/screens/inventory.html b/www/screens/inventory.html index 9e5719f..3b458c1 100644 --- a/www/screens/inventory.html +++ b/www/screens/inventory.html @@ -23,7 +23,99 @@ + + + +