aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/sonic.omg
blob: c3d1df807764e3537f1ca4ed5fc5456c65676869 (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 = 'models/sonic.md2',
      kind = 'mesh',
      materials =
      {
        [0] = {kind = 'face', texture = 'images/sonic.png'},
      },
    },
  },
}