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.
- package/README.md +38 -30
- package/dist/audio/click.ogg +0 -0
- package/dist/audio/failure.ogg +0 -0
- package/dist/audio/game_start.ogg +0 -0
- package/dist/audio/success.wav +0 -0
- package/dist/data/characters.json +62 -0
- package/dist/data/config.json +176 -0
- package/dist/data/example.rpy +356 -0
- package/dist/data/refactor.rpy +31 -0
- package/dist/favicon.ico +0 -0
- package/dist/fonts/OpenDyslexic.ttf.eot +0 -0
- package/dist/fonts/OpenDyslexic.ttf.svg +2326 -0
- package/dist/fonts/OpenDyslexic.ttf.woff +0 -0
- package/dist/img/backgrounds/map.png +0 -0
- package/dist/img/backgrounds/narrat.png +0 -0
- package/dist/img/characters/cat_idle.jpg +0 -0
- package/dist/img/characters/helper_cat.png +0 -0
- package/dist/img/characters/inner_voice.png +0 -0
- package/dist/img/characters/music_cat.jpeg +0 -0
- package/dist/img/h01.gif +0 -0
- package/dist/img/items/book.png +0 -0
- package/dist/img/items/bread.png +0 -0
- package/dist/img/skills/agility.jpg +0 -0
- package/dist/img/skills/logic.jpg +0 -0
- package/dist/img/splash-texture.png +0 -0
- package/dist/img/ui/energy.png +0 -0
- package/dist/img/ui/money.png +0 -0
- package/dist/img/ui/park-button.png +0 -0
- package/dist/img/ui/shop-button.png +0 -0
- package/dist/music/calm.mp3 +0 -0
- package/dist/narrat.es.js +44138 -0
- package/dist/narrat.umd.js +193 -0
- package/dist/style.css +1 -0
- package/package.json +65 -89
- package/lib/app.vue.d.ts +0 -106
- package/lib/components/MainMenu.vue.d.ts +0 -15
- package/lib/components/Skills.vue.d.ts +0 -26
- package/lib/components/debug/debug-menu.vue.d.ts +0 -48
- package/lib/components/dialog-picture.vue.d.ts +0 -9
- package/lib/components/hud.vue.d.ts +0 -12
- package/lib/components/inventory.vue.d.ts +0 -33
- package/lib/components/loading-bar.vue.d.ts +0 -10
- package/lib/components/menu.vue.d.ts +0 -21
- package/lib/components/notification-toast.vue.d.ts +0 -6
- package/lib/components/quests.vue.d.ts +0 -23
- package/lib/components/utils/modal.vue.d.ts +0 -6
- package/lib/components/volume-controls.vue.d.ts +0 -7
- package/lib/config.d.ts +0 -145
- package/lib/constants.d.ts +0 -1
- package/lib/defaultConfig.d.ts +0 -2
- package/lib/demo/bitsy/bitsy.d.ts +0 -27
- package/lib/demo/demo.d.ts +0 -1
- package/lib/dialog-box.vue.d.ts +0 -35
- package/lib/display.d.ts +0 -2
- package/lib/exports/config.d.ts +0 -1
- package/lib/exports/display.d.ts +0 -2
- package/lib/exports/plugins.d.ts +0 -19
- package/lib/gameloop.d.ts +0 -3
- package/lib/index.d.ts +0 -17
- package/lib/index.esm.js +0 -10292
- package/lib/index.esm.js.map +0 -1
- package/lib/index.js +0 -10308
- package/lib/index.js.map +0 -1
- package/lib/lib.d.ts +0 -6
- package/lib/plugins/NarratPlugin.d.ts +0 -11
- package/lib/plugins.d.ts +0 -22
- package/lib/renpy/command-parser-functions.d.ts +0 -14
- package/lib/renpy/renpy-helpers.d.ts +0 -14
- package/lib/renpy/renpy-parser.d.ts +0 -9
- package/lib/store.d.ts +0 -12
- package/lib/stores/audio-store.d.ts +0 -12
- package/lib/stores/dialog-store.d.ts +0 -30
- package/lib/stores/hud-stats-store.d.ts +0 -22
- package/lib/stores/inventory-store.d.ts +0 -37
- package/lib/stores/main-store.d.ts +0 -273
- package/lib/stores/notification-store.d.ts +0 -12
- package/lib/stores/quest-log.d.ts +0 -39
- package/lib/stores/rendering-store.d.ts +0 -13
- package/lib/stores/screens-store.d.ts +0 -23
- package/lib/stores/skills.d.ts +0 -35
- package/lib/stores/vm-store.d.ts +0 -145
- package/lib/types/app-types.d.ts +0 -4
- package/lib/types/character-types.d.ts +0 -27
- package/lib/types/dialog-box-types.d.ts +0 -9
- package/lib/types/game-save.d.ts +0 -21
- package/lib/types/parser.d.ts +0 -90
- package/lib/types/state.d.ts +0 -3
- package/lib/types/vue3-mq/index.d.ts +0 -1
- package/lib/utils/ajax.d.ts +0 -1
- package/lib/utils/audio-loader.d.ts +0 -13
- package/lib/utils/characters.d.ts +0 -5
- package/lib/utils/data-helpers.d.ts +0 -19
- package/lib/utils/debounce.d.ts +0 -14
- package/lib/utils/error-handling.d.ts +0 -3
- package/lib/utils/helpers.d.ts +0 -6
- package/lib/utils/images-loader.d.ts +0 -6
- package/lib/utils/logger.d.ts +0 -11
- package/lib/utils/object-iterators.d.ts +0 -8
- package/lib/utils/promises.d.ts +0 -1
- package/lib/utils/randomId.d.ts +0 -1
- package/lib/utils/skillchecks.d.ts +0 -17
- package/lib/utils/string-helpers.d.ts +0 -3
- package/lib/utils/time-helpers.d.ts +0 -2
- package/lib/vm/commands/add.d.ts +0 -5
- package/lib/vm/commands/add_item.d.ts +0 -2
- package/lib/vm/commands/add_level.d.ts +0 -2
- package/lib/vm/commands/add_stat.d.ts +0 -3
- package/lib/vm/commands/add_xp.d.ts +0 -2
- package/lib/vm/commands/arithmetic-commands.d.ts +0 -17
- package/lib/vm/commands/audio-commands.d.ts +0 -8
- package/lib/vm/commands/choice.d.ts +0 -37
- package/lib/vm/commands/clear_dialog.d.ts +0 -2
- package/lib/vm/commands/command-helpers.d.ts +0 -2
- package/lib/vm/commands/command-plugin.d.ts +0 -30
- package/lib/vm/commands/flow-commands.d.ts +0 -14
- package/lib/vm/commands/if.d.ts +0 -10
- package/lib/vm/commands/index.d.ts +0 -2
- package/lib/vm/commands/inventory-commands.d.ts +0 -15
- package/lib/vm/commands/jump.d.ts +0 -7
- package/lib/vm/commands/logic-command.d.ts +0 -42
- package/lib/vm/commands/notify.d.ts +0 -4
- package/lib/vm/commands/pause.d.ts +0 -2
- package/lib/vm/commands/play.d.ts +0 -3
- package/lib/vm/commands/quest-commands.d.ts +0 -30
- package/lib/vm/commands/remove_item.d.ts +0 -2
- package/lib/vm/commands/run.d.ts +0 -2
- package/lib/vm/commands/screen-commands.d.ts +0 -8
- package/lib/vm/commands/set.d.ts +0 -6
- package/lib/vm/commands/set_button.d.ts +0 -2
- package/lib/vm/commands/set_screen.d.ts +0 -3
- package/lib/vm/commands/set_stat.d.ts +0 -3
- package/lib/vm/commands/skill-commands.d.ts +0 -33
- package/lib/vm/commands/stats-commands.d.ts +0 -12
- package/lib/vm/commands/stop.d.ts +0 -2
- package/lib/vm/commands/string-commands.d.ts +0 -9
- package/lib/vm/commands/talk.d.ts +0 -2
- package/lib/vm/commands/text.d.ts +0 -13
- package/lib/vm/commands/wait.d.ts +0 -4
- package/lib/vm/renpy-vm.d.ts +0 -11
- package/lib/vm/vm-helpers.d.ts +0 -16
- package/lib/vm/vm-parser.d.ts +0 -19
- package/lib/vm/vm.d.ts +0 -19
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/img/h01.gif
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|