Update Engine Info
This commit is contained in:
parent
8b1cebaa0b
commit
595c3bbafd
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>0){
|
||||||
if((renderBuffer/10)%2 == 1){
|
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{
|
}else{
|
||||||
drawString(og,"YOU LOSE ONE LIFE!!",56,56,0,1f);
|
drawString(og,"YOU LOSE A LIFE!!",56,56,0,1f);
|
||||||
}
|
}
|
||||||
renderBuffer--;
|
renderBuffer--;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user