<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_experience_info">
	<text name="title" value="Perfil de experiência"/>
	<scroll_container name="xp_scroll">
		<panel name="scrolling_panel">
			<layout_stack>
				<layout_panel>
					<text name="experience_title" value="Kyle&apos;s Superhero RPG"/>
				</layout_panel>
				<layout_panel name="location panel">
					<text name="Location">
						Localização:
					</text>
					<text name="LocationTextText">
						qualquer lugar
					</text>
					<button label="Teletransportar" name="teleport_btn"/>
					<button label="Mapa" name="map_btn"/>
				</layout_panel>
				<layout_panel name="marketplace panel">
					<text name="Location">
						Loja do Mercado
					</text>
					<text name="LocationTextText">
						qualquer lugar
					</text>
				</layout_panel>
				<layout_panel>
					<text name="ContentRating">
						Classificação:
					</text>
					<text name="ContentRatingText">
						Adulto
					</text>
					<text name="Owner">
						Proprietário:
					</text>
					<text name="OwnerText">
						Kyle
					</text>
					<button label="Editar" name="edit_btn"/>
				</layout_panel>
			</layout_stack>
		</panel>
	</scroll_container>
</panel>