Advertisement
Guest User

Untitled

a guest
May 19th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. //////////////////////////////////////////////////////////
  2. // Mario Scene
  3.  
  4. AddScene = Scene
  5. PresetName = Mario Scene
  6. LocationOnPlanet = Vector
  7. X = 0
  8. Y = 0
  9. // Gravity acceleration, m/s^2
  10. GlobalAcceleration = Vector
  11. X = 0
  12. Y = 19.82
  13.  
  14. // Terrain SceneLayer
  15. Terrain = SLTerrain
  16. PresetName = Mario Terrain
  17. BitmapFile = ContentFile
  18. Path = Koopa Troopa.rte/Scenes/Images/Mario Scene.bmp
  19. WrapX = 0
  20. WrapY = 0
  21. ScrollRatio = Vector
  22. X = 1.0
  23. Y = -1.0
  24. BackgroundTexture = ContentFile
  25. Path = Koopa Troopa.rte/Scenes/Images/DirtDark.bmp
  26.  
  27. AddBackgroundLayer = SceneLayer
  28. PresetName = Mario Layer
  29. AddToGroup = Mario Backdrops
  30. DrawTransparent = 1
  31. WrapX = 1
  32. WrapY = 0
  33. ScrollRatio = Vector
  34. X = 0.25
  35. Y = 1200
  36. BitmapFile = ContentFile
  37. Path = Koopa Troopa.rte/Scenes/Images/Mario BackGround.bmp
  38.  
  39. AddBackgroundLayer = SceneLayer
  40. CopyOf = Mario Layer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement