Browse Source

[changed] Resized buttons for wardrobe main screen

Kevin_Smarts 2 years ago
parent
commit
0ed641f113
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/wardrobe.qsrc

+ 3 - 3
locations/wardrobe.qsrc

@@ -6,15 +6,15 @@ if $ARGS[0] = 'start':
 	*nl
 	*nl
 	*nl
-	'<center><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png"></a></center>'
+	'<center><a href="exec:gt ''wardrobe'', ''main''"><img src="images/system/icons/clothing/clothes.png" height="150"></a></center>'
 	*nl
 	*nl
 	*nl
-	'<center><a href="exec:gt ''wardrobe'', ''default''"><img src="images/system/icons/clothing/default.png"></a></center>'
+	'<center><a href="exec:gt ''wardrobe'', ''default''"><img src="images/system/icons/clothing/default.png" height="150"></a></center>'
 	*nl
 	*nl
 	*nl
-	'<center><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png"></a></center>'
+	'<center><a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''"><img src="images/system/icons/clothing/organize.png" height="150"></a></center>'
 
 	if $pursepantytype ! '' or $pursebratype ! '':
 		'<center><b>You put the '+iif($pursepantytype ! '','panties','')+iif($pursepantytype ! '' and $pursebratype ! '',' and ','')+iif($pursebratype ! '','bra','')+' from your purse back in the wardrobe.</b></center><br>'