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