Guest User

Untitled

a guest
May 27th, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Container(
  2. (
  3. id: "main_container",
  4. anchored: Some((anchor: Middle)),
  5. ),
  6. None,
  7. [
  8. Text(
  9. (
  10. id: "fps_text",
  11. anchored: Some((anchor: Middle)),
  12. x: 200.,
  13. y: 50.,
  14. z: 1.,
  15. width: 200.,
  16. height: 50.,
  17. ),
  18. (
  19. text: "N/A",
  20. font_size: 25.,
  21. color: (1., 1., 1., 1.),
  22. font: File("font/square.ttf", Ttf, ()),
  23. ),
  24. ),
  25. ]
  26. )
Add Comment
Please, Sign In to add comment