diff options
author | David Walter Seikel | 2012-01-04 20:33:54 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 20:33:54 +1000 |
commit | db13ada463c2908eba68b166a9ccc4963db019f5 (patch) | |
tree | ed693d9d9532bea0d890f08199a0bcd5b1e73430 /LuaSL/README | |
parent | README files should include at least a basic description of what it's all abo... (diff) | |
download | SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.zip SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.gz SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.bz2 SledjHamr-db13ada463c2908eba68b166a9ccc4963db019f5.tar.xz |
Add a test sim with an MLP bed in it.
No animations yet, wont need them until later, maybe wont need them until this is ready for in world testing.
Diffstat (limited to '')
-rw-r--r-- | LuaSL/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LuaSL/README b/LuaSL/README index 7dbf922..a882bfc 100644 --- a/LuaSL/README +++ b/LuaSL/README | |||
@@ -53,7 +53,8 @@ buttons for triggering LSL events, SL style dialogs, and other goodies. | |||
53 | The initial goal will be to run standard MLP scripts. They have minimal | 53 | The initial goal will be to run standard MLP scripts. They have minimal |
54 | interface to the world, and exercise quite a bit of the rest of LSL. | 54 | interface to the world, and exercise quite a bit of the rest of LSL. |
55 | They are also quite common, and sometimes responsible for a lot of the | 55 | They are also quite common, and sometimes responsible for a lot of the |
56 | script running load. | 56 | script running load. Gotta start somewhere, so start with the ~run |
57 | script. | ||
57 | 58 | ||
58 | Various eina logging domains will be used to handle whisper, say, shout, | 59 | Various eina logging domains will be used to handle whisper, say, shout, |
59 | etc. | 60 | etc. |