diff options
Diffstat (limited to '')
-rw-r--r-- | media/Test%20sim/earth.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media/Test%20sim/earth.lua b/media/Test%20sim/earth.lua new file mode 100644 index 0000000..94d2672 --- /dev/null +++ b/media/Test%20sim/earth.lua | |||
@@ -0,0 +1,15 @@ | |||
1 | Stuffs = | ||
2 | { | ||
3 | name = "onefang's left testicle", | ||
4 | description = 'Just a pretend world for testing SledjHamr.', | ||
5 | -- owner = '12345678-1234-4321-abcd-0123456789ab', | ||
6 | details = | ||
7 | { | ||
8 | Mesh = | ||
9 | { | ||
10 | kind = 'sphere', | ||
11 | -- insert prim parameters here | ||
12 | materials = {'EarthDiffuse.png'}, | ||
13 | }, | ||
14 | }, | ||
15 | } | ||