retux_boss2.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "-1": [
  3. "# ReTux Boss 2 Cutscene Timeline",
  4. "# ",
  5. "# This program is free software: you can redistribute it and/or modify",
  6. "# it under the terms of the GNU General Public License as published by",
  7. "# the Free Software Foundation, either version 3 of the License, or",
  8. "# (at your option) any later version.",
  9. "# ",
  10. "# This program is distributed in the hope that it will be useful,",
  11. "# but WITHOUT ANY WARRANTY; without even the implied warranty of",
  12. "# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
  13. "# GNU General Public License for more details.",
  14. "# ",
  15. "# You should have received a copy of the GNU General Public License",
  16. "# along with this program. If not, see <http://www.gnu.org/licenses/>."
  17. ],
  18. "0": [
  19. "setattr player human False",
  20. "setattr player left_pressed 0",
  21. "setattr player right_pressed 0",
  22. "setattr player up_pressed False",
  23. "setattr player down_pressed False",
  24. "setattr player jump_pressed False",
  25. "setattr player action_pressed False",
  26. "setattr player sneak_pressed False",
  27. "setattr player image_xscale 1",
  28. "setattr player xvelocity 0",
  29. "setattr __level__ timeline_skip_target 35",
  30. "if_watched",
  31. "skip_to 35"
  32. ],
  33. "30": [
  34. "dialog snowman Who are you?",
  35. "dialog tux I am Tux, and I am putting an end to the Snow King's reign, one castle at a time!",
  36. "dialog snowman ...",
  37. "dialog snowman That's too bad, Tux. I would have liked to let you leave in peace."
  38. ],
  39. "35": [
  40. "timeline boss_start.json"
  41. ]
  42. }