Advertisement
Guest User

Twentysided parser discussion

a guest
Dec 27th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. Settings = {
  2.     Treepos = {
  3.         x = 3611.557861,
  4.         y = 2473.824219,
  5.         x = 8.986277,
  6.         seed = 654
  7.     }
  8. }
  9.  
  10. Animations = {
  11.     Idle = "idle",
  12.     Running = "run",
  13.     Falling = "fall",
  14.     Sprinting = Running,
  15.     Jumping = Falling,
  16.     Swimming = Falling,
  17.     Floating = Idle,
  18.     Flying = Idle,
  19. }
  20.  
  21. Avatar = {
  22.     CameraDistance = 11.00
  23.     Angle= {
  24.         x = 76.000000,
  25.         y = 0.000000,
  26.         z = 73.199890
  27.     }
  28.    
  29.     Position = {
  30.         x = 7806.417969,
  31.         y = 4053.380615,
  32.         z = -0.217506
  33.     }
  34.    
  35.     Flying = false,
  36.     MouseSensitivity = 1.00,
  37.     InvertY = true
  38. }
  39.  
  40. Shaders = {
  41.     ShaderNormal = "standard.cg",
  42.     ShaderTrees = "trees.cg",
  43.    
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement