Skip to content

Commit

Permalink
change music again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlnisS committed Nov 14, 2021
1 parent 2ba305f commit 51a0dab
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 21 deletions.
4 changes: 2 additions & 2 deletions cart/Master.gd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ var gameover_time = -1.0
func _physics_process(delta):
time += delta

if $Music.get_playback_position() > 32.25:
$Music.seek(3.3)
if $Music.get_playback_position() > 177.8:
$Music.seek(11.1)

var bounce_progress = (time - bounce_time) / bounce_scale

Expand Down
2 changes: 1 addition & 1 deletion cart/Master.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ext_resource path="res://cart/GolfCart.tscn" type="PackedScene" id=1]
[ext_resource path="res://environment/Map.tscn" type="PackedScene" id=2]
[ext_resource path="res://sound/le-grand-chase.mp3" type="AudioStream" id=3]
[ext_resource path="res://sound/Into the Void.mp3" type="AudioStream" id=3]
[ext_resource path="res://cart/Master.gd" type="Script" id=5]
[ext_resource path="res://ui/EndScreen.tscn" type="PackedScene" id=6]
[ext_resource path="res://ui/EBGaramond-VariableFont_wght.ttf" type="DynamicFontData" id=7]
Expand Down
5 changes: 2 additions & 3 deletions credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ golf ball - https://sketchfab.com/3d-models/golf-ball-5f158949c1084575abf02437f6
trees - https://sketchfab.com/3d-models/trees-dbd3f20966de4cae9170413b9c6f891d
trees2 - https://sketchfab.com/3d-models/trees-set-f2f119a4442a4464bd0bd373c17ff284

Le Grand Chase by Kevin MacLeod
Link: https://incompetech.filmmusic.io/song/4670-le-grand-chase
License: https://filmmusic.io/standard-license
https://karlcasey.bandcamp.com/track/into-the-void
Music: 'Into the Void' by Karl Casey @ White Bat Audio

font - https://fonts.google.com/specimen/EB+Garamond?query=Garamond
Binary file added sound/Into the Void.mp3
Binary file not shown.
15 changes: 15 additions & 0 deletions sound/Into the Void.mp3.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[remap]

importer="mp3"
type="AudioStreamMP3"
path="res://.import/Into the Void.mp3-0a7bb3b35214558e8242c62a480bbd77.mp3str"

[deps]

source_file="res://sound/Into the Void.mp3"
dest_files=[ "res://.import/Into the Void.mp3-0a7bb3b35214558e8242c62a480bbd77.mp3str" ]

[params]

loop=true
loop_offset=0
Binary file removed sound/le-grand-chase.mp3
Binary file not shown.
15 changes: 0 additions & 15 deletions sound/le-grand-chase.mp3.import

This file was deleted.

0 comments on commit 51a0dab

Please sign in to comment.