aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0.omg
blob: 5e2df27b68785212abe5f03cf74a3fec483f8c90 (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
Stuffs =
{
  UUID = '5cb927d5-1304-4f1a-9947-308251ef2df0',
  name = "onefang's test bed",
  description = 'Just a pretend bed with MLP scripts for testing SledjHamr.',
  owner = '12345678-1234-4321-abcd-0123456789ab',
  details = 
  {
    Mesh = 
    {
      fileName = 'cube.lua',
      materials = {'normal_lego.png'},
      parts = 
      {
        Mesh = 
        {
          fileName = 'sonic.md2',
--          pos = {1.23, 4.56, 789.0},
--          rot = { , , , ,},
          materials = {'sonic.png'},
        },
        Mesh = 
        {
          fileName = 'earth.lua',
--          pos = {1.23, 4.56, 789.0},
--          rot = { , , , ,},
          materials = {'EarthDiffuse.png'},
        },
      },
    },
  },
}