aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/sonic.omg
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-01 18:42:37 +1000
committerDavid Walter Seikel2014-06-01 18:42:37 +1000
commitf0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b (patch)
treefcb1688da21eca15a7334e04dfd1cb029450d2db /media/Test%20sim/sonic.omg
parentTODO++ (diff)
downloadSledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.zip
SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.gz
SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.bz2
SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.xz
Get the from disk sim loading to work.
Still an odd problem with sonic that doesn't make sense.
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}