[Change] Switched buy/sell around in outfit panel.
This commit is contained in:
		
							parent
							
								
									a8e02d47c9
								
							
						
					
					
						commit
						e256a1a4d0
					
				| @ -188,11 +188,11 @@ static void outfits(void) { | ||||
|                    BUTTON_WIDTH, BUTTON_HEIGHT, "btnCloseOutfits", | ||||
|                    "Close", outfits_close); | ||||
| 
 | ||||
|   window_addButton(secondary_wid, -40-BUTTON_WIDTH, 20, | ||||
|   window_addButton(secondary_wid, -40-BUTTON_WIDTH, 40+BUTTON_HEIGHT, | ||||
|                    BUTTON_WIDTH, BUTTON_HEIGHT, "btnBuyOutfits", | ||||
|                    "Buy", outfits_buy); | ||||
| 
 | ||||
|   window_addButton(secondary_wid, -40-BUTTON_WIDTH, 40+BUTTON_HEIGHT, | ||||
|   window_addButton(secondary_wid, -40-BUTTON_WIDTH, 20, | ||||
|                    BUTTON_WIDTH, BUTTON_HEIGHT, "btnSellOutfit", | ||||
|                    "Sell", outfits_sell); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Allanis
						Allanis