4
0
Fork 0
This commit is contained in:
sOlaris38 2020-12-06 20:12:21 +01:00
parent 5f043ff63e
commit 609200eef5
7 changed files with 7 additions and 4 deletions

View file

@ -3,6 +3,7 @@
randomize();
audio_play_sound(snFond,1,true);
global.difficulty = 1;
global.minutes = 2;

View file

@ -1,4 +1,5 @@
if (inv == 0) {
audio_play_sound(snHit,1,false);
hit(other, self, other.attack);
inv = 30;
} else {

View file

@ -1,5 +1,5 @@
// Attaque au corp à corp
audio_play_sound(snAttack,1,false);
isAttack = true;
compteurFrames = 0;
tailleEpee = 20; // à définir

View file

@ -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])));

View file

@ -1,6 +1,6 @@
{
"compression": 0,
"volume": 0.44,
"volume": 0.1,
"preload": false,
"bitRate": 128,
"sampleRate": 44100,

View file

@ -1,6 +1,6 @@
{
"compression": 0,
"volume": 0.2,
"volume": 0.05,
"preload": false,
"bitRate": 128,
"sampleRate": 44100,

View file

@ -1,6 +1,6 @@
{
"compression": 0,
"volume": 0.3,
"volume": 0.1,
"preload": false,
"bitRate": 128,
"sampleRate": 44100,