Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.
The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.
<window name="windowSignEdit" pos="400, 83" width="306" height="166" panel="right" controller="SignWindow" cursor_area="true">
<panel name="header" height="43" depth="1" backgroundspritename="ui_game_panel_header">
<sprite depth="2" name="windowIcon" style="icon32px" pos="4,-5" sprite="ui_game_symbol_pen"/>
<label style="header.name" text="SIGN" text_key="xuiSign" width="100" />
</panel>
<rect name="content" pos="0,-46" height="117" depth="1">
<sprite depth="8" name="backgroundMain" sprite="menu_empty3px" pos="0,0" width="306" height="117" color="[black]" type="sliced" fillcenter="false" />
<sprite color="[darkGrey]" type="sliced" />
<textfield name="input" pos="6,-6" width="294" height="105" font_size="30" on_return="NewLine" virtual_keyboard_prompt="vkPromptSignText" open_vk_on_open="true" close_group_on_tab="true" />
</rect>
<rect name="btnClose" depth="3" pos="0, -161" height="42" >
<sprite depth="8" name="backgroundMain" sprite="menu_empty3px" color="[black]" type="sliced" fillcenter="false" />
<sprite depth="2" name="background" pos="3,-3" sprite="menu_empty" width="152" height="32" color="[darkGrey]" type="sliced" />
<rect depth="3" pos="0,0" height="42">
<button name="clickable" sprite="menu_empty" defaultcolor="[mediumGrey]" hoversprite="ui_game_select_row" hovercolor="[white]" type="sliced" hoverscale="1.0"/>
<label depth="2" name="windowName" pos="0,-1" justify="center" text="CLOSE" text_key="xuiClose" font_size="36" />
</rect>
</rect>
</window>