Skip to content

Commit

Permalink
Update music assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sastraswara committed Mar 6, 2024
1 parent c4076fe commit a939835
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 41 deletions.
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_01.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_02.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_03.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_04.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_05.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_06.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_07.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_08.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_09.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_10.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_11.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/music/sta_marimba_12.mp3
Git LFS file not shown
4 changes: 2 additions & 2 deletions js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ monogatari.settings({
'Version': '0.1.0',

// Initial Label *
'Label': 'LanguageCommision', //Start
'Label': 'Start', //Start

// Number of AutoSave Slots
'Slots': 10,
Expand Down Expand Up @@ -157,4 +157,4 @@ monogatari.preferences ({
// It is measured in seconds and starts counting after the text is
// completely displayed.
'AutoPlaySpeed': 5
});
});
6 changes: 3 additions & 3 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ monogatari.script ({
// The game starts here.
'Start': [
'show scene #000000 with fadeIn',
"playMarimba",
"nvl This is a text",
//"playMarimba",
//"nvl This is a text",
'jump AtTheOffice',
],
});
});
13 changes: 1 addition & 12 deletions js/takdir.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ monogatari.assets("music", {
"m09": "sta_marimba_09.mp3",
"m10": "sta_marimba_10.mp3",
"m11": "sta_marimba_11.mp3",
"m12": "sta_marimba_12.mp3",
"l01": "sta_loop_01.mp3",
"l02": "sta_loop_02.mp3",
"l03": "sta_loop_03.mp3",
"l04": "sta_loop_04.mp3",
"l05": "sta_loop_05.mp3",
"l06": "sta_loop_06.mp3",
"l07": "sta_loop_07.mp3",
"l08": "sta_loop_08.mp3",
"m12": "sta_marimba_12.mp3"
});

// Choice Text
Expand Down Expand Up @@ -287,7 +279,6 @@ monogatari.script({

"LanguageCommision": [
"show scene #000000",
"play music l07 with fade 1 volume 60 loop",
"nvl New language blooms",
"nvl Tounges in transition",
"nvl A growing lexicon.",
Expand Down Expand Up @@ -315,8 +306,6 @@ monogatari.script({

"YouthMovement": [
"show scene #000000",
"stop music l07 with fade 1",
"play music l08 with fade 1 volume 60 loop",
"nvl The Language Office is home to many young writers. One of the most prominent is IN, who seems to be being courted by a young, filthy poet.",
"nvl I once told IN to be careful. Her essays and columns are good, but I fear for her safety.",
"nvl She writes too harshly against the occupancy government.",
Expand Down

0 comments on commit a939835

Please sign in to comment.