aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/earth.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-27 05:33:43 +1000
committerDavid Walter Seikel2014-05-27 05:33:43 +1000
commit0e87ee7a5e36799b0693cca3283e9464340b14b9 (patch)
tree53659ca7678587901ce159788b586c51e4bc92a1 /media/Test%20sim/earth.lua
parentPart one of changing the test sim to match the new specs. (diff)
downloadSledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.zip
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.gz
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.bz2
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.xz
Last part of switching the sim over to the new specs.
Diffstat (limited to 'media/Test%20sim/earth.lua')
-rw-r--r--media/Test%20sim/earth.lua15
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 @@
1Stuffs =
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}