Ready for release, have the intro story prototyped.

This commit is contained in:
Zed A. Shaw 2026-04-05 11:24:39 -04:00
parent 8fb2319500
commit 7ed2ba3ecb
5 changed files with 26 additions and 18 deletions

View file

@ -33,6 +33,15 @@ else
sh -x ./scripts/release.sh sh -x ./scripts/release.sh
endif endif
release:
meson compile -j 10 -C builddir
ifeq '$(OS)' 'Windows_NT'
powershell -executionpolicy bypass .\scripts\release.ps1
else
sh -x ./scripts/release.sh
endif
debug_build: debug_build:
meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized meson setup --wipe builddir -Db_ndebug=true --buildtype debugoptimized
meson compile -j 10 -C builddir meson compile -j 10 -C builddir

View file

@ -5,7 +5,7 @@
"ui_click": "assets/sounds/ui_click.ogg", "ui_click": "assets/sounds/ui_click.ogg",
"ui_hover": "assets/sounds/ui_hover.ogg", "ui_hover": "assets/sounds/ui_hover.ogg",
"walk": "assets/sounds/walk.ogg", "walk": "assets/sounds/walk.ogg",
"test_story": "assets/sounds/test_story.ogg", "intro_story": "assets/sounds/intro_story.ogg",
"sword_hit_1": "assets/sounds/sword_hit_1.ogg", "sword_hit_1": "assets/sounds/sword_hit_1.ogg",
"sword_hit_2": "assets/sounds/sword_hit_2.ogg", "sword_hit_2": "assets/sounds/sword_hit_2.ogg",
"punch_cartoony": "assets/sounds/punch_cartoony.ogg", "punch_cartoony": "assets/sounds/punch_cartoony.ogg",
@ -94,8 +94,8 @@
}, },
"intro_story": "intro_story":
{"path": "assets/stories/intro_story.png", {"path": "assets/stories/intro_story.png",
"frame_width": 1280, "frame_width": 3840,
"frame_height": 720 "frame_height": 2160
}, },
"win_story": "win_story":
{"path": "assets/stories/win_story.png", {"path": "assets/stories/win_story.png",

Binary file not shown.

View file

@ -2,25 +2,24 @@
"intro_story": "intro_story":
{"_type": "Storyboard", {"_type": "Storyboard",
"image": "intro_story", "image": "intro_story",
"audio": "test_story", "audio": "intro_story",
"layout": [ "layout": [
"[a|b|c1]", "[a|b|e]",
"[d|e|c2]", "[c|d|f]",
"[g|h|i]" "[g|h|i]"
], ],
"beats": [ "beats": [
["00:00", "a","pan", "60"], ["00:00", "a","pan","60"],
["00:01", "b","shake", "30"], ["00:03", "b","pan","60"],
["00:5", "g","pan", "60"], ["00:06", "d","pan","60"],
["00:6", "h","pan", "60"], ["00:08", "c","pan","60"],
["00:7", "h","bounce", "60"], ["00:11", "e","pan","60"],
["00:8", "c1","pan", "60"], ["00:14", "d","pan","60"],
["00:9", "c2","pan", "60"], ["00:16", "e","pan","60"],
["00:10", "d","bounce", "60"], ["00:18", "f","bounce","60"],
["00:11", "e","shake", "60"], ["00:20", "g","bounce","60"],
["00:12", "i","pan", "60"], ["00:23", "h","pan","60"],
["00:13", "i","shake", "60"], ["00:30", "i","pan","60"]
["00:14", "i","bounce", "60"]
] ]
}, },
"win_story": "win_story":

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 274 KiB

Before After
Before After