Jump to content

[FM23] Matchday Mods | Sky Sports PL 25/03/2023 | La Liga, Ligue 1 and Liga Bwin UPDATED


TCSSkin
 Share

Recommended Posts

12 hours ago, N11V11D said:

Does someone know why sometimes the player pictures are big and sometimes smaller? I prefer the smaller icons and pictures but it changes sometimes. Thanks in advance!

Schermopname (19).png

Schermopname (20).png

That's automatically made by the game based on the formation. If it's a 4-4-2, the pictures will be bigger, if it is a 3-5-2, the pictures will be smaller. It's the same as within the tactics screen. 

Link to post
Share on other sites

  • Replies 271
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Thanks for your answer! Btw does someone actually know how to change the color of the time to white in this scoreboard?

<!-- MIDDLE SECTION -->
            <container class="main_box" appearance="tcs/matchday/skyepl/centre">
                <layout class="vertical_arrange" vertical_layout="58,37,36" vertical_gap="0"/>

                <!-- SPACER TO ENSURE NOTHING GOES ON LOGO -->
                <widget class="spacer" />

                <!-- SCORE -->
                <container>
                    <layout class="stick_to_sides_attachment" apply_to_children="true"/>

                    <container>
                        <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_gap="2" horizontal_offset="0" vertical_inset="0" />

                        <record id="default_properties"  size="18" font="matchb" colour="epl green" auto_size="horizontal"/>

                        <widget class="text" id="T1sc" alignment="right,centre_y" />
                        <widget class="text" alignment="centre" text="-" />
                        <widget class="text" id="T2sc" alignment="left,centre_y" />
                    </container>

                </container>

                <!-- CLOCK -->
                <container id="clkc">
                    <attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_offset="0" vertical_gap="0" />

                    <!-- ANIMATIONS -->
                    <animation class="translate_animation" start_value="-1, 0" end_value="0, 0" duration="0.4" delay="0" end_mode="hold_end" tween="ease_out_4" coord_mode="relative_to_target"/>
                    <animation class="fade_animation" start_value="0" end_value="1" duration="0.3" delay="0.8" end_mode="hold_end"/>

                    <!--clock-->
                    <container id="ClkC">
                        <attachment_group class="vertical_arrange" vertical_alignment="middle" vertical_gap="0" horizontal_inset="6" />

                        <record id="default_properties" auto_size="vertical" alignment="centre" />

                        <container >
                            <attachment_group class="horizontal_arrange_vertical_autosize_centre" horizontal_alignment="middle" horizontal_gap="4" vertical_inset="0" horizontal_offset="0,9,0,0"/>

                            <record id="default_properties" auto_size="all" alignment="centre" font="bundesliga"/>
                            <widget class="text" id="Mclk" size="13" auto_size="all" >
                                <!--Alternate UI mode / HYP CONTROLS COLOUR-->
                                <integer id="alSM" value="5" />
                            </widget>
                        </container>

                        <widget class="text" id="ClkT" font="matchb" size="small" multiline="true">
                            <!--Alternate UI mode-->
                            <integer id="alSM" value="0" />
                        </widget>
                        <!--<widget class="text" id="Pent" size="14" style="bold" />-->
                    </container>

                    <!--match time bar-->
                    <widget class="match_time_slider_panel"  height="4" file="match/match time slider panel small">
                        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0,0,0,13"/>

                        <record id="object_property">
                            <integer id="get_property" value="objt" />
                            <integer id="set_property" value="objt" />
                        </record>
                    </widget>
                </container>

            </container>

 

Schermopname (75).png

Edited by N11V11D
Link to post
Share on other sites

1 hour ago, N11V11D said:

Thanks for your answer! Btw does someone actually know how to change the color of the time to white in this scoreboard?

<!-- MIDDLE SECTION -->
            <container class="main_box" appearance="tcs/matchday/skyepl/centre">
                <layout class="vertical_arrange" vertical_layout="58,37,36" vertical_gap="0"/>

                <!-- SPACER TO ENSURE NOTHING GOES ON LOGO -->
                <widget class="spacer" />

                <!-- SCORE -->
                <container>
                    <layout class="stick_to_sides_attachment" apply_to_children="true"/>

                    <container>
                        <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_gap="2" horizontal_offset="0" vertical_inset="0" />

                        <record id="default_properties"  size="18" font="matchb" colour="epl green" auto_size="horizontal"/>

                        <widget class="text" id="T1sc" alignment="right,centre_y" />
                        <widget class="text" alignment="centre" text="-" />
                        <widget class="text" id="T2sc" alignment="left,centre_y" />
                    </container>

                </container>

                <!-- CLOCK -->
                <container id="clkc">
                    <attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_offset="0" vertical_gap="0" />

                    <!-- ANIMATIONS -->
                    <animation class="translate_animation" start_value="-1, 0" end_value="0, 0" duration="0.4" delay="0" end_mode="hold_end" tween="ease_out_4" coord_mode="relative_to_target"/>
                    <animation class="fade_animation" start_value="0" end_value="1" duration="0.3" delay="0.8" end_mode="hold_end"/>

                    <!--clock-->
                    <container id="ClkC">
                        <attachment_group class="vertical_arrange" vertical_alignment="middle" vertical_gap="0" horizontal_inset="6" />

                        <record id="default_properties" auto_size="vertical" alignment="centre" />

                        <container >
                            <attachment_group class="horizontal_arrange_vertical_autosize_centre" horizontal_alignment="middle" horizontal_gap="4" vertical_inset="0" horizontal_offset="0,9,0,0"/>

                            <record id="default_properties" auto_size="all" alignment="centre" font="bundesliga"/>
                            <widget class="text" id="Mclk" size="13" auto_size="all" >
                                <!--Alternate UI mode / HYP CONTROLS COLOUR-->
                                <integer id="alSM" value="5" />
                            </widget>
                        </container>

                        <widget class="text" id="ClkT" font="matchb" size="small" multiline="true">
                            <!--Alternate UI mode-->
                            <integer id="alSM" value="0" />
                        </widget>
                        <!--<widget class="text" id="Pent" size="14" style="bold" />-->
                    </container>

                    <!--match time bar-->
                    <widget class="match_time_slider_panel"  height="4" file="match/match time slider panel small">
                        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0,0,0,13"/>

                        <record id="object_property">
                            <integer id="get_property" value="objt" />
                            <integer id="set_property" value="objt" />
                        </record>
                    </widget>
                </container>

            </container>

 

Schermopname (75).png

try and look in he default settings file, there might be something for the time aswel as for the score

no guarantee tho

Link to post
Share on other sites

9 hours ago, N11V11D said:

<record id="default_properties"  size="18" font="matchb" colour="epl green" auto_size="horizontal"/>

 

change the bolder code to colour="white"

Link to post
Share on other sites

Not necessarily related to the issue he has, but I wanted to ask how did some people make Serie A and BPL scoreboards, and if possible, is it available for download? If not, please at least teach me how to create one.

Link to post
Share on other sites

51 minutes ago, whoiskaijo said:

Ok, scratch my last comment, I've downloaded the file, but, I'm not seeing any config.xml file here, how do I install?

please read the 1st post, it will explain how to use

Link to post
Share on other sites

  • 2 weeks later...

Guys. I have a short vacation (I returned from the war, so far so good) and have already forgotten everything. Which folder needs to be unzipped by the editor in fm24 to get the original files for scorebar

image.thumb.png.34491ee621cac20b225c64c561f31cb0.png

Link to post
Share on other sites

22 minutes ago, lembergman said:

Guys. I have a short vacation (I returned from the war, so far so good) and have already forgotten everything. Which folder needs to be unzipped by the editor in fm24 to get the original files for scorebar

image.thumb.png.34491ee621cac20b225c64c561f31cb0.png

panels

Link to post
Share on other sites

6 minutes ago, lembergman said:

I found the panel. I need graphics. to check if nothing has changed compared to fm23. There don't seem to be any graphics in this folder

try the sotoolkit for graphics or else just extract it all. faster as you'll then have everything

Link to post
Share on other sites

  • 2 weeks later...
11 hours ago, nathip10 said:

Anyone have the new Premier league scoreboard ?

There'a s Chinese skin maker has done it. But just the scoreboard. It's called TangFu Skin.

I've put some of his files into my own skin. But I think the scoreboad is too wide. Still have not figured out how to make it more narrow.

捕获.JPG

Link to post
Share on other sites

1 hour ago, giggsxbr said:

There'a s Chinese skin maker has done it. But just the scoreboard. It's called TangFu Skin.

I've put some of his files into my own skin. But I think the scoreboad is too wide. Still have not figured out how to make it more narrow.

捕获.JPG

Link removed.

Mentioned skin can be found on FmScout

Link to post
Share on other sites

3 hours ago, whoiskaijo said:

Hi guys, if possible, can anyone share any new scoreboards besides the main ones here, like a Serie A, Belgian Pro League etc, just looking for a change of scenery

you might find a few scoreboards in other skins, but personally i'm not planning on making anymore or updating them 

Link to post
Share on other sites

Hi everyone. I've got a premier league scoreboard from other skin. But is there anyway to make the scoreboard more NARROW?

xxx.thumb.JPG.e57b4392001ae48fab0738dfec864597.JPG

The xml is as below. And there are also some pngs file as the code mentioned. Should I PS the png files or modify something in this xml file?

<panel width="520">
	<!--Alternate UI mode-->
	<integer id="alSM" value="0" />
	
	<list id="properties_to_forward">
		<record get_property="disable_animations" set_property="disable_animations" target="clkc"/>
		<record get_property="disable_animations" set_property="disable_animations" target="temc"/>
	</list>
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

	<boolean id="should_force_refresh" value="true"/>
	
	<container id="mtSA">		
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
	<layout class="stick_to_sides_attachment" alignment="left" inset="0" />
		
	<widget class="picture"  file="tangfu/scoreboard/Premier scoreboard"  scale_picture="true" keep_aspect_ratio="true">
		<record id="object_property" get_property="objt" set_property="objt" />
	</widget>
	
	<!--背景颜色-->
	<container>
		<layout class="arrange_vertical_attachment" layout="11,-1,20"  offset="0" gap="0"/>
		<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
		
		<container/>
			<container>
				<attachment_group class="horizontal_arrange_autosize" horizontal_gap="0" horizontal_offset="0"/>
				<container class="contrast_box" id="tHmC" appearance="tangfu/scoreboard/premierleft">
					<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
					<record id="object_property">
						<integer id="get_property" value="BGHT" />
						<integer id="set_property" value="red_replacement" />
					</record>			
				</container>
				<container class="contrast_box" id="tAmC" appearance="tangfu/scoreboard/premierright">	
					<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
					<record id="object_property">
						<integer id="get_property" value="BGAT" />
						<integer id="set_property" value="red_replacement" />
					</record>
				</container>
			</container>

			<container/>
		</container>
	
		<container>
			<layout class="arrange_vertical_attachment" layout="40,20"  offset="0" gap="0"/>
			<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />

			<container>
				<attachment_group class="horizontal_arrange_autosize" horizontal_gap="0" horizontal_offset="0"/>
				<!--home team name-->
				<container  width="130">
					<layout class="arrange_vertical_attachment" layout="11,-1" offset="0" gap="0" />
					<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
					<container/>
					<widget class="team_button" id="T1nm" style="bold" mode="1" icon_enabled="false" alignment="right,centre_y" size="xlarge">
							<record id="object_property">
								<list id="get_properties">
									<record id="object_property">
										<integer id="get_property" value="txHT" />
										<integer id="set_property" value="colour" />
									</record>
									<record id="object_property">
										<integer id="get_property" value="home" />
										<integer id="set_property" value="value" />
									</record>
								</list>
							</record>
					</widget>
				</container>		
				
				<widget class="text" id="T1sc" size="37" font="Premier score" alignment="centre_x,centre_y"    width="45"/>
		
				<!-- Competition icon -->
				<container class="client_object_viewer_xml_panel" width="50">
					<record id="object_property" get_property="fxCo" set_property="objt" />
					<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="2"/>

					<container class="main_box_no_margin" appearance="" >
						<record id="object_property" get_property="bkcl" set_property="rrep" />
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
						<widget class="object_portrait_picture" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
							<record id="object_property" get_property="objt" set_property="objt" />
						</widget>
					</container>
				</container>
				
				<widget class="text" id="T2sc" size="37" font="Premier score" alignment="centre_x,centre_y"    width="45"/>
				
				<!--away team name-->
				<container  width="130">
					<layout class="arrange_vertical_attachment" layout="11,-1" offset="0" gap="0" />
					<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
					<container/>
						<widget class="team_button" id="T2nm" style="bold" mode="1" icon_enabled="false" alignment="left,centre_y" size="xlarge">
							<record id="object_property">
								<list id="get_properties">
									<record id="object_property">
										<integer id="get_property" value="txAT" />
										<integer id="set_property" value="colour" />
									</record>
									<record id="object_property">
										<integer id="get_property" value="away" />
										<integer id="set_property" value="value" />
									</record>
								</list>
							</record>
						</widget>
					</container>
				</container>
			
				<container>
					<layout class="arrange_horizontal_attachment" layout="158,80,-1"  offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" />
					
					<container/>

					<!--clock-->
					<container   id="clkc" >
						<attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_offset="0" vertical_gap="0" />
						<layout class="stick_to_sides_attachment" alignment="bottom" inset="-2"/>
						<!--clock-->
						<container id="ClkC">
							<attachment_group class="vertical_arrange" vertical_alignment="middle" vertical_gap="0" horizontal_inset="0" />
							<record id="default_properties" auto_size="vertical" alignment="centre" />
							<container>
								<attachment_group class="horizontal_arrange_vertical_autosize_centre" horizontal_alignment="middle" horizontal_gap="4"/>
								<record id="default_properties" auto_size="all" alignment="centre" />
								<widget class="text" id="Mclk"  size="15" font="scoreboard" style="shadowed" auto_size="all" />
								<!--injury time indicator-->
								<container id="MijC" height="16">
									<attachment_group class="horizontal_arrange_autosize"/>
									<widget class="text" id="Mijt" auto_size="horizontal" alignment="centre" colour="fg positive"/>
								</container>
							</container>
							<widget class="text" id="ClkT" size="small" multiline="true"/>
							<!--<widget class="text" id="Pent" size="14" style="semi_bold" />-->
						</container>

						<!--match time bar-->
						<widget class="match_time_slider_panel" height="4" file="match/match time slider panel small">
							<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0,0,0,0"/>

							<record id="object_property">
								<integer id="get_property" value="objt" />
								<integer id="set_property" value="objt" />
							</record>
						</widget>
					</container>
				
				<container/>
		
			</container>
		</container>
		
		<container>
			<layout class="arrange_vertical_attachment" layout="40,20"  offset="0" gap="0"/>
			<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
			
			<container/>
				<container class="main_box_no_margin"  id="asco" appearance="tangfu/scoreboard/PS" >
					<layout class="arrange_horizontal_attachment" layout="66,87,168,87,-1"  offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" />
						
					<container/>
						
					<widget class="text" id="T1as" size="10" alignment="centre_x,centre_y" colour="white" auto_size="all"/>
							
					<container/>
						
					<widget class="text" id="T2as" size="10" alignment="centre_x,centre_y" colour="white" auto_size="all"/>

					<container/>
				</container>
			</container>
		</container>

	<widget class="button" appearance="" navigation_focus_target="false">
		<record id="click_event">
			<flags id="event_id" value="TNeV" />
			<integer id="evfl" value="7" />
			<flags id="evtg" value="root" />
		</record>
	</widget>

</panel>

 

Link to post
Share on other sites

15 hours ago, giggsxbr said:

Hi everyone. I've got a premier league scoreboard from other skin. But is there anyway to make the scoreboard more NARROW?

xxx.thumb.JPG.e57b4392001ae48fab0738dfec864597.JPG

The xml is as below. And there are also some pngs file as the code mentioned. Should I PS the png files or modify something in this xml file?

<panel width="520">
	<!--Alternate UI mode-->
	<integer id="alSM" value="0" />
	
	<list id="properties_to_forward">
		<record get_property="disable_animations" set_property="disable_animations" target="clkc"/>
		<record get_property="disable_animations" set_property="disable_animations" target="temc"/>
	</list>
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

	<boolean id="should_force_refresh" value="true"/>
	
	<container id="mtSA">		
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
	<layout class="stick_to_sides_attachment" alignment="left" inset="0" />
		
	<widget class="picture"  file="tangfu/scoreboard/Premier scoreboard"  scale_picture="true" keep_aspect_ratio="true">
		<record id="object_property" get_property="objt" set_property="objt" />
	</widget>
	
	<!--背景颜色-->
	<container>
		<layout class="arrange_vertical_attachment" layout="11,-1,20"  offset="0" gap="0"/>
		<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
		
		<container/>
			<container>
				<attachment_group class="horizontal_arrange_autosize" horizontal_gap="0" horizontal_offset="0"/>
				<container class="contrast_box" id="tHmC" appearance="tangfu/scoreboard/premierleft">
					<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
					<record id="object_property">
						<integer id="get_property" value="BGHT" />
						<integer id="set_property" value="red_replacement" />
					</record>			
				</container>
				<container class="contrast_box" id="tAmC" appearance="tangfu/scoreboard/premierright">	
					<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
					<record id="object_property">
						<integer id="get_property" value="BGAT" />
						<integer id="set_property" value="red_replacement" />
					</record>
				</container>
			</container>

			<container/>
		</container>
	
		<container>
			<layout class="arrange_vertical_attachment" layout="40,20"  offset="0" gap="0"/>
			<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />

			<container>
				<attachment_group class="horizontal_arrange_autosize" horizontal_gap="0" horizontal_offset="0"/>
				<!--home team name-->
				<container  width="130">
					<layout class="arrange_vertical_attachment" layout="11,-1" offset="0" gap="0" />
					<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
					<container/>
					<widget class="team_button" id="T1nm" style="bold" mode="1" icon_enabled="false" alignment="right,centre_y" size="xlarge">
							<record id="object_property">
								<list id="get_properties">
									<record id="object_property">
										<integer id="get_property" value="txHT" />
										<integer id="set_property" value="colour" />
									</record>
									<record id="object_property">
										<integer id="get_property" value="home" />
										<integer id="set_property" value="value" />
									</record>
								</list>
							</record>
					</widget>
				</container>		
				
				<widget class="text" id="T1sc" size="37" font="Premier score" alignment="centre_x,centre_y"    width="45"/>
		
				<!-- Competition icon -->
				<container class="client_object_viewer_xml_panel" width="50">
					<record id="object_property" get_property="fxCo" set_property="objt" />
					<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="2"/>

					<container class="main_box_no_margin" appearance="" >
						<record id="object_property" get_property="bkcl" set_property="rrep" />
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
						<widget class="object_portrait_picture" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
							<record id="object_property" get_property="objt" set_property="objt" />
						</widget>
					</container>
				</container>
				
				<widget class="text" id="T2sc" size="37" font="Premier score" alignment="centre_x,centre_y"    width="45"/>
				
				<!--away team name-->
				<container  width="130">
					<layout class="arrange_vertical_attachment" layout="11,-1" offset="0" gap="0" />
					<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
					<container/>
						<widget class="team_button" id="T2nm" style="bold" mode="1" icon_enabled="false" alignment="left,centre_y" size="xlarge">
							<record id="object_property">
								<list id="get_properties">
									<record id="object_property">
										<integer id="get_property" value="txAT" />
										<integer id="set_property" value="colour" />
									</record>
									<record id="object_property">
										<integer id="get_property" value="away" />
										<integer id="set_property" value="value" />
									</record>
								</list>
							</record>
						</widget>
					</container>
				</container>
			
				<container>
					<layout class="arrange_horizontal_attachment" layout="158,80,-1"  offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" />
					
					<container/>

					<!--clock-->
					<container   id="clkc" >
						<attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_offset="0" vertical_gap="0" />
						<layout class="stick_to_sides_attachment" alignment="bottom" inset="-2"/>
						<!--clock-->
						<container id="ClkC">
							<attachment_group class="vertical_arrange" vertical_alignment="middle" vertical_gap="0" horizontal_inset="0" />
							<record id="default_properties" auto_size="vertical" alignment="centre" />
							<container>
								<attachment_group class="horizontal_arrange_vertical_autosize_centre" horizontal_alignment="middle" horizontal_gap="4"/>
								<record id="default_properties" auto_size="all" alignment="centre" />
								<widget class="text" id="Mclk"  size="15" font="scoreboard" style="shadowed" auto_size="all" />
								<!--injury time indicator-->
								<container id="MijC" height="16">
									<attachment_group class="horizontal_arrange_autosize"/>
									<widget class="text" id="Mijt" auto_size="horizontal" alignment="centre" colour="fg positive"/>
								</container>
							</container>
							<widget class="text" id="ClkT" size="small" multiline="true"/>
							<!--<widget class="text" id="Pent" size="14" style="semi_bold" />-->
						</container>

						<!--match time bar-->
						<widget class="match_time_slider_panel" height="4" file="match/match time slider panel small">
							<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0,0,0,0"/>

							<record id="object_property">
								<integer id="get_property" value="objt" />
								<integer id="set_property" value="objt" />
							</record>
						</widget>
					</container>
				
				<container/>
		
			</container>
		</container>
		
		<container>
			<layout class="arrange_vertical_attachment" layout="40,20"  offset="0" gap="0"/>
			<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
			
			<container/>
				<container class="main_box_no_margin"  id="asco" appearance="tangfu/scoreboard/PS" >
					<layout class="arrange_horizontal_attachment" layout="66,87,168,87,-1"  offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" />
						
					<container/>
						
					<widget class="text" id="T1as" size="10" alignment="centre_x,centre_y" colour="white" auto_size="all"/>
							
					<container/>
						
					<widget class="text" id="T2as" size="10" alignment="centre_x,centre_y" colour="white" auto_size="all"/>

					<container/>
				</container>
			</container>
		</container>

	<widget class="button" appearance="" navigation_focus_target="false">
		<record id="click_event">
			<flags id="event_id" value="TNeV" />
			<integer id="evfl" value="7" />
			<flags id="evtg" value="root" />
		</record>
	</widget>

</panel>

 

post this here

Im going to lock this thread as it was a place to show my work, not general matchday stuff discussion

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...