aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/sonic.omg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--media/Test%20sim/sonic.omg10
1 files changed, 8 insertions, 2 deletions
diff --git a/media/Test%20sim/sonic.omg b/media/Test%20sim/sonic.omg
index fad5b11..1b33e4f 100644
--- a/media/Test%20sim/sonic.omg
+++ b/media/Test%20sim/sonic.omg
@@ -2,13 +2,19 @@ Stuffs =
2{ 2{
3 name = "Sonic the bed hog.", 3 name = "Sonic the bed hog.",
4 description = 'Just a pretend avatar for testing SledjHamr.', 4 description = 'Just a pretend avatar for testing SledjHamr.',
5-- owner = '12345678-1234-4321-abcd-0123456789ab', 5 fake = 3,
6 uuid = '12345678-1234-4321-abcd-0123456sonic',
7 owner = '12345678-1234-4321-abcd-0123456789ab',
6 details = 8 details =
7 { 9 {
8 Mesh = 10 Mesh =
9 { 11 {
10 fileName = 'sonic.md2', 12 fileName = 'sonic.md2',
11 materials = {'sonic.png'}, 13 kind = 'mesh',
14 materials =
15 {
16 [0] = {kind = 'face', texture = 'sonic.png'},
17 },
12 }, 18 },
13 }, 19 },
14} 20}