retux_boss4.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "-1": [
  3. "# ReTux Boss 4 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 You act as if you are rebelling against the Fish Tax, but we know what you're really up to!",
  35. "dialog snowman I don't know how you found out about our secret plans, but you will not stop us!"
  36. ],
  37. "35": [
  38. "timeline boss_start.json"
  39. ]
  40. }