sons
This commit is contained in:
parent
5f043ff63e
commit
609200eef5
7 changed files with 7 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
randomize();
|
||||
|
||||
audio_play_sound(snFond,1,true);
|
||||
|
||||
global.difficulty = 1;
|
||||
global.minutes = 2;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
if (inv == 0) {
|
||||
audio_play_sound(snHit,1,false);
|
||||
hit(other, self, other.attack);
|
||||
inv = 30;
|
||||
} else {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Attaque au corp à corp
|
||||
|
||||
audio_play_sound(snAttack,1,false);
|
||||
isAttack = true;
|
||||
compteurFrames = 0;
|
||||
tailleEpee = 20; // à définir
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
hit (self, other, 10);
|
||||
audio_play_sound(snHit,1,false);
|
||||
room_goto(asset_get_index("r" + string(oGame.tableau[oGame.posX, oGame.posY])));
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compression": 0,
|
||||
"volume": 0.44,
|
||||
"volume": 0.1,
|
||||
"preload": false,
|
||||
"bitRate": 128,
|
||||
"sampleRate": 44100,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compression": 0,
|
||||
"volume": 0.2,
|
||||
"volume": 0.05,
|
||||
"preload": false,
|
||||
"bitRate": 128,
|
||||
"sampleRate": 44100,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compression": 0,
|
||||
"volume": 0.3,
|
||||
"volume": 0.1,
|
||||
"preload": false,
|
||||
"bitRate": 128,
|
||||
"sampleRate": 44100,
|
||||
|
|
Reference in a new issue