-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed music, made peanut butter have collisionbox and made it look a …
…bit nicer
- Loading branch information
1 parent
3a74f88
commit c50a292
Showing
11 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
global.music = mus_menu | ||
global.music = audio_play_sound(mus_menu,1,false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
audio_stop_sound(global.music) | ||
var mus = mus_nothing | ||
|
||
if room == menu | ||
global.music = mus_menu | ||
mus = mus_menu | ||
if room == plugs_1 or room == plugs_2 or room == plugs_3 | ||
global.music = mus_room1 | ||
mus = mus_room1 | ||
if room == emptiness_and_ambience | ||
global.music = mus_nothing | ||
mus = mus_nothing | ||
|
||
|
||
|
||
audio_play_sound(global.music,5,true) | ||
if !audio_is_playing(mus) { | ||
audio_stop_sound(global.music) | ||
global.music = audio_play_sound(mus,1,true) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
depth = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ if state == 1 | |
{ | ||
canmove = false | ||
y += yspeed | ||
yspeed += 0.3 | ||
yspeed -= 0.2 | ||
} | ||
|
||
|
||
|
Binary file modified
BIN
-12 Bytes
(94%)
sprites/spr_butter/63c7a594-9c25-4d7b-ad6e-9dca18938dab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-12 Bytes
(94%)
...s/63c7a594-9c25-4d7b-ad6e-9dca18938dab/124baa7f-3da7-4879-b4c4-6f1cc8559a56.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.