aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/sweet_home.omg
blob: 65ffa242971bffb3defa284a4a547672ebf0014f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Stuffs =
{
  name = "My home sweet home.",
  description = 'Just a pretend home for testing SledjHamr.',
  fake = 4,
  uuid  = '12345678-1234-4321-abcd-01234567home',
  owner = '12345678-1234-4321-abcd-0123456789ab',
  details = 
  {
    Mesh = 
    {
      fileName = 'sweet_home.obj',
      kind = 'mesh',
      materials =
      {
        [0] = {kind = 'face', texture = 'sweet_home_reversed.png'},
      },
    },
  },
}