Skip to content
Snippets Groups Projects

Resolve "Initial commit, add minimal screensaver features"

7 files
+ 451
0
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 24
0
<window>
<controls>
<control type="image">
<description>background</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture>background.jpg</texture>
</control>
<control type="label">
<description>label</description>
<posx>0</posx>
<posy>300</posy>
<width>1280</width>
<height>720</height>
<textcolor>hotpink</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>Spotify Screensaver</label>
<align>center</align>
<aligny>center</aligny>
</control>
</controls>
</window>
Loading