Skip to content

Commit

Permalink
deploy: f2c88db
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 14, 2024
1 parent 10bf854 commit feea3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/sa/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"2501": "set_audio_stream_speed 0@ speed 0.25\n1@ = get_audio_stream_duration 0@\nprint_formatted_now \"It will take %f seconds to play this sound\" time 5000 args 1@",
"2503": "set_audio_stream_speed 0@ speed 1.0",
"2504": "set_audio_stream_volume_with_transition 0@ volume 0.0 time_ms 1000 // fade out",
"2505": "set_audio_stream_speed_with_transition 0@ speed 0.0 time_ms 200 // tape slow down and pasue",
"2505": "set_audio_stream_speed_with_transition 0@ {speed} 0.0 {timeMs} 500 // tape slow down and pasue",
"2506": "set_audio_stream_source_size 0@ radius 50.0 // music inside entire building"
},
"bitwise": {
Expand Down
2 changes: 1 addition & 1 deletion ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1734177357219,
"timestamp": 1734178098407,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit feea3bd

Please sign in to comment.