narrat 2.0.0-rc2 → 2.0.0-test-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/README.md +38 -30
  2. package/dist/audio/click.ogg +0 -0
  3. package/dist/audio/failure.ogg +0 -0
  4. package/dist/audio/game_start.ogg +0 -0
  5. package/dist/audio/success.wav +0 -0
  6. package/dist/data/characters.json +62 -0
  7. package/dist/data/config.json +176 -0
  8. package/dist/data/example.rpy +356 -0
  9. package/dist/data/refactor.rpy +31 -0
  10. package/dist/favicon.ico +0 -0
  11. package/dist/fonts/OpenDyslexic.ttf.eot +0 -0
  12. package/dist/fonts/OpenDyslexic.ttf.svg +2326 -0
  13. package/dist/fonts/OpenDyslexic.ttf.woff +0 -0
  14. package/dist/img/backgrounds/map.png +0 -0
  15. package/dist/img/backgrounds/narrat.png +0 -0
  16. package/dist/img/characters/cat_idle.jpg +0 -0
  17. package/dist/img/characters/helper_cat.png +0 -0
  18. package/dist/img/characters/inner_voice.png +0 -0
  19. package/dist/img/characters/music_cat.jpeg +0 -0
  20. package/dist/img/h01.gif +0 -0
  21. package/dist/img/items/book.png +0 -0
  22. package/dist/img/items/bread.png +0 -0
  23. package/dist/img/skills/agility.jpg +0 -0
  24. package/dist/img/skills/logic.jpg +0 -0
  25. package/dist/img/splash-texture.png +0 -0
  26. package/dist/img/ui/energy.png +0 -0
  27. package/dist/img/ui/money.png +0 -0
  28. package/dist/img/ui/park-button.png +0 -0
  29. package/dist/img/ui/shop-button.png +0 -0
  30. package/dist/music/calm.mp3 +0 -0
  31. package/dist/narrat.es.js +44138 -0
  32. package/dist/narrat.umd.js +193 -0
  33. package/dist/style.css +1 -0
  34. package/package.json +65 -89
  35. package/lib/app.vue.d.ts +0 -106
  36. package/lib/components/MainMenu.vue.d.ts +0 -15
  37. package/lib/components/Skills.vue.d.ts +0 -26
  38. package/lib/components/debug/debug-menu.vue.d.ts +0 -48
  39. package/lib/components/dialog-picture.vue.d.ts +0 -9
  40. package/lib/components/hud.vue.d.ts +0 -12
  41. package/lib/components/inventory.vue.d.ts +0 -33
  42. package/lib/components/loading-bar.vue.d.ts +0 -10
  43. package/lib/components/menu.vue.d.ts +0 -21
  44. package/lib/components/notification-toast.vue.d.ts +0 -6
  45. package/lib/components/quests.vue.d.ts +0 -23
  46. package/lib/components/utils/modal.vue.d.ts +0 -6
  47. package/lib/components/volume-controls.vue.d.ts +0 -7
  48. package/lib/config.d.ts +0 -145
  49. package/lib/constants.d.ts +0 -1
  50. package/lib/defaultConfig.d.ts +0 -2
  51. package/lib/demo/bitsy/bitsy.d.ts +0 -27
  52. package/lib/demo/demo.d.ts +0 -1
  53. package/lib/dialog-box.vue.d.ts +0 -35
  54. package/lib/display.d.ts +0 -2
  55. package/lib/exports/config.d.ts +0 -1
  56. package/lib/exports/display.d.ts +0 -2
  57. package/lib/exports/plugins.d.ts +0 -19
  58. package/lib/gameloop.d.ts +0 -3
  59. package/lib/index.d.ts +0 -17
  60. package/lib/index.esm.js +0 -10292
  61. package/lib/index.esm.js.map +0 -1
  62. package/lib/index.js +0 -10308
  63. package/lib/index.js.map +0 -1
  64. package/lib/lib.d.ts +0 -6
  65. package/lib/plugins/NarratPlugin.d.ts +0 -11
  66. package/lib/plugins.d.ts +0 -22
  67. package/lib/renpy/command-parser-functions.d.ts +0 -14
  68. package/lib/renpy/renpy-helpers.d.ts +0 -14
  69. package/lib/renpy/renpy-parser.d.ts +0 -9
  70. package/lib/store.d.ts +0 -12
  71. package/lib/stores/audio-store.d.ts +0 -12
  72. package/lib/stores/dialog-store.d.ts +0 -30
  73. package/lib/stores/hud-stats-store.d.ts +0 -22
  74. package/lib/stores/inventory-store.d.ts +0 -37
  75. package/lib/stores/main-store.d.ts +0 -273
  76. package/lib/stores/notification-store.d.ts +0 -12
  77. package/lib/stores/quest-log.d.ts +0 -39
  78. package/lib/stores/rendering-store.d.ts +0 -13
  79. package/lib/stores/screens-store.d.ts +0 -23
  80. package/lib/stores/skills.d.ts +0 -35
  81. package/lib/stores/vm-store.d.ts +0 -145
  82. package/lib/types/app-types.d.ts +0 -4
  83. package/lib/types/character-types.d.ts +0 -27
  84. package/lib/types/dialog-box-types.d.ts +0 -9
  85. package/lib/types/game-save.d.ts +0 -21
  86. package/lib/types/parser.d.ts +0 -90
  87. package/lib/types/state.d.ts +0 -3
  88. package/lib/types/vue3-mq/index.d.ts +0 -1
  89. package/lib/utils/ajax.d.ts +0 -1
  90. package/lib/utils/audio-loader.d.ts +0 -13
  91. package/lib/utils/characters.d.ts +0 -5
  92. package/lib/utils/data-helpers.d.ts +0 -19
  93. package/lib/utils/debounce.d.ts +0 -14
  94. package/lib/utils/error-handling.d.ts +0 -3
  95. package/lib/utils/helpers.d.ts +0 -6
  96. package/lib/utils/images-loader.d.ts +0 -6
  97. package/lib/utils/logger.d.ts +0 -11
  98. package/lib/utils/object-iterators.d.ts +0 -8
  99. package/lib/utils/promises.d.ts +0 -1
  100. package/lib/utils/randomId.d.ts +0 -1
  101. package/lib/utils/skillchecks.d.ts +0 -17
  102. package/lib/utils/string-helpers.d.ts +0 -3
  103. package/lib/utils/time-helpers.d.ts +0 -2
  104. package/lib/vm/commands/add.d.ts +0 -5
  105. package/lib/vm/commands/add_item.d.ts +0 -2
  106. package/lib/vm/commands/add_level.d.ts +0 -2
  107. package/lib/vm/commands/add_stat.d.ts +0 -3
  108. package/lib/vm/commands/add_xp.d.ts +0 -2
  109. package/lib/vm/commands/arithmetic-commands.d.ts +0 -17
  110. package/lib/vm/commands/audio-commands.d.ts +0 -8
  111. package/lib/vm/commands/choice.d.ts +0 -37
  112. package/lib/vm/commands/clear_dialog.d.ts +0 -2
  113. package/lib/vm/commands/command-helpers.d.ts +0 -2
  114. package/lib/vm/commands/command-plugin.d.ts +0 -30
  115. package/lib/vm/commands/flow-commands.d.ts +0 -14
  116. package/lib/vm/commands/if.d.ts +0 -10
  117. package/lib/vm/commands/index.d.ts +0 -2
  118. package/lib/vm/commands/inventory-commands.d.ts +0 -15
  119. package/lib/vm/commands/jump.d.ts +0 -7
  120. package/lib/vm/commands/logic-command.d.ts +0 -42
  121. package/lib/vm/commands/notify.d.ts +0 -4
  122. package/lib/vm/commands/pause.d.ts +0 -2
  123. package/lib/vm/commands/play.d.ts +0 -3
  124. package/lib/vm/commands/quest-commands.d.ts +0 -30
  125. package/lib/vm/commands/remove_item.d.ts +0 -2
  126. package/lib/vm/commands/run.d.ts +0 -2
  127. package/lib/vm/commands/screen-commands.d.ts +0 -8
  128. package/lib/vm/commands/set.d.ts +0 -6
  129. package/lib/vm/commands/set_button.d.ts +0 -2
  130. package/lib/vm/commands/set_screen.d.ts +0 -3
  131. package/lib/vm/commands/set_stat.d.ts +0 -3
  132. package/lib/vm/commands/skill-commands.d.ts +0 -33
  133. package/lib/vm/commands/stats-commands.d.ts +0 -12
  134. package/lib/vm/commands/stop.d.ts +0 -2
  135. package/lib/vm/commands/string-commands.d.ts +0 -9
  136. package/lib/vm/commands/talk.d.ts +0 -2
  137. package/lib/vm/commands/text.d.ts +0 -13
  138. package/lib/vm/commands/wait.d.ts +0 -4
  139. package/lib/vm/renpy-vm.d.ts +0 -11
  140. package/lib/vm/vm-helpers.d.ts +0 -16
  141. package/lib/vm/vm-parser.d.ts +0 -19
  142. package/lib/vm/vm.d.ts +0 -19
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file