mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
|
<config>
|
||
|
<libc/>
|
||
|
<vfs>
|
||
|
<rom name="genode_logo.png"/>
|
||
|
<rom name="grid.png"/>
|
||
|
<rom name="sticks_blue.png"/>
|
||
|
</vfs>
|
||
|
<fill color="#223344" />
|
||
|
<image png="sticks_blue.png" scale="zoom" anchor="bottom_left" alpha="200"/>
|
||
|
<image png="grid.png" tiled="yes" alpha="200" />
|
||
|
<image png="genode_logo.png" anchor="bottom_right" alpha="150"
|
||
|
xpos="-20" ypos="-20" />
|
||
|
</config>
|