30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<pie_menu name="Land Pie">
|
|
<menu_item_call label="Sobre el terreno..." name="About Land...">
|
|
<on_click function="ShowFloater" userdata="about land" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Crear" name="Create">
|
|
<on_click function="Land.Build" />
|
|
<on_enable function="EnableEdit" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Ir aquí" name="Go Here">
|
|
<on_click function="GoToObject" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Sentarse aquí" name="Sit Here">
|
|
<on_click function="Land.Sit" />
|
|
</menu_item_call>
|
|
<menu_item_separator />
|
|
<menu_item_call label="Comprar pase..." name="Land Buy Pass">
|
|
<on_click function="Land.BuyPass" />
|
|
<on_enable function="Land.EnableBuyPass" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Editar terreno" name="Edit Terrain">
|
|
<on_click function="Land.Edit" />
|
|
<on_enable function="EnableEdit" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Comprar Terreno..." name="Land Buy">
|
|
<on_click function="ShowFloater" userdata="buy land" />
|
|
<on_enable function="World.EnableBuyLand" />
|
|
</menu_item_call>
|
|
</pie_menu>
|