aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/earth.omg
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-01 18:42:37 +1000
committerDavid Walter Seikel2014-06-01 18:42:37 +1000
commitf0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b (patch)
treefcb1688da21eca15a7334e04dfd1cb029450d2db /media/Test%20sim/earth.omg
parentTODO++ (diff)
downloadSledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.zip
SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.gz
SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.bz2
SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.xz
Get the from disk sim loading to work.
Still an odd problem with sonic that doesn't make sense.
Diffstat (limited to 'media/Test%20sim/earth.omg')
-rw-r--r--media/Test%20sim/earth.omg9
1 files changed, 7 insertions, 2 deletions
diff --git a/media/Test%20sim/earth.omg b/media/Test%20sim/earth.omg
index 94d2672..88b8430 100644
--- a/media/Test%20sim/earth.omg
+++ b/media/Test%20sim/earth.omg
@@ -2,14 +2,19 @@ Stuffs =
2{ 2{
3 name = "onefang's left testicle", 3 name = "onefang's left testicle",
4 description = 'Just a pretend world for testing SledjHamr.', 4 description = 'Just a pretend world for testing SledjHamr.',
5-- owner = '12345678-1234-4321-abcd-0123456789ab', 5 fake = 2,
6 uuid = '12345678-1234-4321-abcd-012345sphere',
7 owner = '12345678-1234-4321-abcd-0123456789ab',
6 details = 8 details =
7 { 9 {
8 Mesh = 10 Mesh =
9 { 11 {
10 kind = 'sphere', 12 kind = 'sphere',
11-- insert prim parameters here 13-- insert prim parameters here
12 materials = {'EarthDiffuse.png'}, 14 materials =
15 {
16 [0] = {kind = 'face', texture = 'EarthDiffuse.png'},
17 },
13 }, 18 },
14 }, 19 },
15} 20}