This commit is contained in:
Pavel Suha
2025-04-25 16:31:48 +02:00
commit 7b54ba45a1
132 changed files with 6984 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
<window>
<defaultcontrol>102</defaultcontrol>
<coordinates>
<system>2</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
<controls>
<control type="group">
<posx>390</posx>
<posy>10</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>500</width>
<height>200</height>
<texture border="20">ContentPanel.png</texture>
</control>
<control type="label" id="100">
<posx>10</posx>
<posy>0</posy>
<width>480</width>
<height>80</height>
<textcolor>white</textcolor>
<aligny>center</aligny>
<align>center</align>
<label>SCRIPT200</label>
</control>
<control type="image" id="101">
<posx>50</posx>
<posy>75</posy>
<width>300</width>
<height>105</height>
<texture></texture>
</control>
<control type="button" id="103">
<posx>360</posx>
<posy>75</posy>
<width>100</width>
<height>50</height>
<align>center</align>
<visible>false</visible>
<label>Next</label>
<ondown>102</ondown>
<texturenofocus>button-nofocus.png</texturenofocus>
<texturefocus>button-focus.png</texturefocus>
</control>
<control type="button" id="102">
<posx>360</posx>
<posy>130</posy>
<width>100</width>
<height>50</height>
<align>center</align>
<visible>true</visible>
<onup>103</onup>
<label>OK</label>
<texturenofocus>button-nofocus.png</texturenofocus>
<texturefocus>button-focus.png</texturefocus>
</control>
</control>
</controls>
</window>

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,13 @@
<skin>
<defaultresolution>720p</defaultresolution>
<defaultresolutionwide>720p</defaultresolutionwide>
<version>2.1</version>
<!-- amount to zoom skin to remove overscan compensation -->
<zoom>0</zoom>
<credits>
<skinname>default</skinname>
<name>lzoubek</name>
</credits>
</skin>