radio_button_gui.egg 571 B

123456789101112131415161718192021222324252627282930313233
  1. <Comment> {
  2. "egg-texture-cards ../maps/circle.png -o radio_button_gui.egg"
  3. }
  4. <Texture> circle {
  5. "../maps/circle.png"
  6. }
  7. <Group> {
  8. <VertexPool> vpool {
  9. <Vertex> 0 {
  10. -0.5 0.5 0
  11. <UV> { 0 1 }
  12. }
  13. <Vertex> 1 {
  14. -0.5 -0.5 0
  15. <UV> { 0 0 }
  16. }
  17. <Vertex> 2 {
  18. 0.5 -0.5 0
  19. <UV> { 1 0 }
  20. }
  21. <Vertex> 3 {
  22. 0.5 0.5 0
  23. <UV> { 1 1 }
  24. }
  25. }
  26. <Group> circle {
  27. <Polygon> {
  28. <RGBA> { 1 1 1 1 }
  29. <TRef> { circle }
  30. <VertexRef> { 0 1 2 3 <Ref> { vpool } }
  31. }
  32. }
  33. }