aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/onefang%27s%20test%20bed.omg
diff options
context:
space:
mode:
Diffstat (limited to 'media/Test%20sim/onefang%27s%20test%20bed.omg')
-rw-r--r--media/Test%20sim/onefang%27s%20test%20bed.omg23
1 files changed, 17 insertions, 6 deletions
diff --git a/media/Test%20sim/onefang%27s%20test%20bed.omg b/media/Test%20sim/onefang%27s%20test%20bed.omg
index d1dcca0..1e86837 100644
--- a/media/Test%20sim/onefang%27s%20test%20bed.omg
+++ b/media/Test%20sim/onefang%27s%20test%20bed.omg
@@ -2,29 +2,40 @@ Stuffs =
2{ 2{
3 name = "onefang's test bed", 3 name = "onefang's test bed",
4 description = 'Just a pretend bed with MLP scripts for testing SledjHamr.', 4 description = 'Just a pretend bed with MLP scripts for testing SledjHamr.',
5-- owner = '12345678-1234-4321-abcd-0123456789ab', 5 fake = 1,
6 uuid = '12345678-1234-4321-abcd-01234567cube',
7 owner = '12345678-1234-4321-abcd-0123456789ab',
6 details = 8 details =
7 { 9 {
8 Mesh = 10 Mesh =
9 { 11 {
10 kind = 'cube', 12 kind = 'cube',
11 materials = {'normal_lego.png'}, 13 materials =
14 {
15 [0] = {kind = 'normal', texture = 'normal_lego.png'},
16 },
12--[[ 17--[[
13 parts = 18 parts =
14 { 19 {
15 Mesh = 20 ['sonic'] =
16 { 21 {
17 fileName = 'sonic.md2', 22 fileName = 'sonic.md2',
18 pos = {1.23, 4.56, 789.0}, 23 pos = {1.23, 4.56, 789.0},
19 rot = { , , , ,}, 24 rot = { , , , ,},
20 materials = {'sonic.png'}, 25 materials =
26 {
27 [0] = {kind = 'face', texture = 'sonic.png'},
28 },
21 }, 29 },
22 Mesh = 30 ['earth'] =
23 { 31 {
24 kind = 'earth', 32 kind = 'earth',
25 pos = {1.23, 4.56, 789.0}, 33 pos = {1.23, 4.56, 789.0},
26 rot = { , , , ,}, 34 rot = { , , , ,},
27 materials = {'EarthDiffuse.png'}, 35 materials =
36 {
37 [0] = {kind = 'face', texture = 'EarthDiffuse.png'},
38 },
28 }, 39 },
29 }, 40 },
30]] 41]]