Merge branch 'main' of https://github.com/BigJIU/MarioWeb
This commit is contained in:
commit
05701fd822
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -83,9 +83,9 @@ public class MarioRender extends JComponent implements FocusListener {
|
||||
}
|
||||
if(renderBuffer>0){
|
||||
if((renderBuffer/10)%2 == 1){
|
||||
drawString(og,"YOU LOSE ONE LIFE!!",56,56,1,1f);
|
||||
drawString(og,"YOU LOSE A LIFE!!",56,56,1,1f);
|
||||
}else{
|
||||
drawString(og,"YOU LOSE ONE LIFE!!",56,56,0,1f);
|
||||
drawString(og,"YOU LOSE A LIFE!!",56,56,0,1f);
|
||||
}
|
||||
renderBuffer--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user