aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/onefang%27s%20test%20bed.omg
blob: d1dcca0be5bcdae2471b474dee9b41eea2c16f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Stuffs =
{
  name = "onefang's test bed",
  description = 'Just a pretend bed with MLP scripts for testing SledjHamr.',
--  owner = '12345678-1234-4321-abcd-0123456789ab',
  details = 
  {
    Mesh = 
    {
      kind = 'cube',
      materials = {'normal_lego.png'},
--[[
      parts = 
      {
        Mesh = 
        {
          fileName = 'sonic.md2',
          pos = {1.23, 4.56, 789.0},
          rot = { , , , ,},
          materials = {'sonic.png'},
        },
        Mesh = 
        {
          kind = 'earth',
          pos = {1.23, 4.56, 789.0},
          rot = { , , , ,},
          materials = {'EarthDiffuse.png'},
        },
      },
]]
    },
  },
}