Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. -- Map file generated by Grit Editor.
  2. return {
  3. version = 5,
  4. properties = {
  5. name = "Insert name here",
  6. author = "Insert author here",
  7. description = "Insert description here",
  8. },
  9. editor = {
  10. cam_pos = vec(0.000000, 0.000000, 0.000000),
  11. cam_quat = quat(1, 0, 0, 0),
  12. },
  13. env_cubes = {
  14. dawn = "/system/env_cube_dawn.envcube.tiff",
  15. noon = "/system/env_cube_noon.envcube.tiff",
  16. dusk = "/system/env_cube_dusk.envcube.tiff",
  17. dark = "/system/env_cube_dark.envcube.tiff",
  18. },
  19. environment = {
  20. time = 43200,
  21. clock_rate = 0,
  22. env_cycle_file = nil,
  23. sky = {
  24. clouds = { `/system/SkyClouds.mesh`, 60 },
  25. moon = { `/system/SkyMoon.mesh`, 120 },
  26. sky = { `/system/SkyCube.mesh`, 180 },
  27. },
  28. },
  29. objects = {
  30. },
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement