|
- planetdata = {
- {
- x = 0, y = 0,
- r = 500000, m = 5e15,
- xSpeed = 0, ySpeed = 0,
- name = "Testos",
- colour = {42, 04, 20},
- parent = "star"
- },
- {
- x = 2000000, y = 0,
- r = 40000, m = 4e7,
- xSpeed = 0, ySpeed = 12000,
- name = "Deez",
- colour = {50, 50, 50},
- parent = 1
- }
- }
-
- return planetdata
|