Advertisement
YellowAfterlife

PuzzleScript editor hang-up bug [Fixed]

Oct 6th, 2013
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. (Just add a dot "." at end of line 36 and...)
  2. title Wrap?
  3. author YellowAfterlife
  4. homepage yal.cc
  5. text_color 4A5545
  6. background_color A2C66C
  7. require_player_movement
  8. debug
  9.  
  10. OBJECTS
  11. Wrap
  12. #4A5545
  13.  
  14. Background
  15. #4A5545
  16.  
  17. Player
  18. #4A5545
  19.  
  20. PlayerUp
  21. #4A5545
  22.  
  23. PlayerDown
  24. #4A5545
  25.  
  26. LEGEND
  27. ~ = Wrap
  28. . = Background
  29. @ = Player
  30.  
  31. SOUNDS
  32.  
  33. COLLISIONLAYERS
  34. Wrap, PlayerUp, PlayerDown
  35. Background
  36. Player, Wrap,
  37.  
  38. RULES
  39. Up [Player | Wrap] -> [PlayerDown | Wrap]
  40.  
  41. WINCONDITIONS
  42.  
  43. LEVELS
  44.  
  45. ~~~~~
  46. .....
  47. .....
  48. ..@..
  49. .....
  50. .....
  51. ~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement