Skip to content

Commit

Permalink
- Added GameOver sound placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Jan 31, 2021
1 parent 5ffdbac commit d189ce9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/config/gameover.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Color = % > Get GameOver Winner, get < Color
ParentCamera = MainCamera
UseParentSpace = false
Position = (0, -500, 0)
ChildList = GameOverSound
5 changes: 5 additions & 0 deletions data/config/sound.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ Sound = InvalidAction.ogg

[ScoreSound@Sound]
Sound = ScorePoint.ogg

[GameOverSound@Sound]
Sound = ScorePoint.ogg
Loop = true
LifeTime = 0.5

0 comments on commit d189ce9

Please sign in to comment.