lilsmiley.egg 404 B

123456789101112131415161718192021222324252627282930
  1. <CoordinateSystem> { Z-Up }
  2. <Texture> smiley {
  3. "../maps/lilsmiley.rgba"
  4. }
  5. <VertexPool> poly {
  6. <Vertex> 0 {
  7. -0.5 0 0.5
  8. <UV> { 0 1 }
  9. }
  10. <Vertex> 1 {
  11. 0.5 0 0.5
  12. <UV> { 1 1 }
  13. }
  14. <Vertex> 2 {
  15. -0.5 0 -0.5
  16. <UV> { 0 0 }
  17. }
  18. <Vertex> 3 {
  19. 0.5 0 -0.5
  20. <UV> { 1 0 }
  21. }
  22. }
  23. <Group> poly {
  24. <Polygon> {
  25. <TRef> { smiley }
  26. <VertexRef> { 0 2 3 1 <Ref> { poly } }
  27. }
  28. }