Browse Source

Add base settings and an image source

master
Krisjanis Rijnieks 9 years ago
parent
commit
a203ffba35
  1. 36
      example-custom-shortcuts/bin/data/ofxpimapper.xml
  2. BIN
      example-custom-shortcuts/bin/data/sources/images/image1.jpg

36
example-custom-shortcuts/bin/data/ofxpimapper.xml

@ -0,0 +1,36 @@
<surfaces>
<surface type="0">
<vertices>
<vertex>
<x>400.000000000</x>
<y>50.000000000</y>
</vertex>
<vertex>
<x>750.000000000</x>
<y>400.000000000</y>
</vertex>
<vertex>
<x>50.000000000</x>
<y>400.000000000</y>
</vertex>
</vertices>
<texCoords>
<texCoord>
<x>0.500000000</x>
<y>0.000000000</y>
</texCoord>
<texCoord>
<x>1.000000000</x>
<y>1.000000000</y>
</texCoord>
<texCoord>
<x>0.000000000</x>
<y>1.000000000</y>
</texCoord>
</texCoords>
<source>
<source-type>image</source-type>
<source-name>image1.jpg</source-name>
</source>
</surface>
</surfaces>

BIN
example-custom-shortcuts/bin/data/sources/images/image1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Loading…
Cancel
Save