You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

planetdata.lua 127 B

2 years ago
12345678910
  1. planetdata = {
  2. {
  3. x = 0, y = 50000,
  4. r = 12000, m = 5e14,
  5. name = "Testos",
  6. colour = {42, 04, 20}
  7. }
  8. }
  9. return planetdata