Ensure unix compliance by ending every text file with a newline
parent
06e81d4646
commit
70746385f8
|
@ -80,4 +80,4 @@ public class GameFrame extends JFrame{
|
|||
this.setLocationRelativeTo(null);//set window in middle of screen
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -602,4 +602,4 @@ public class GamePanel extends JPanel implements Runnable, KeyListener, Serializ
|
|||
return flippedImage;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -116,4 +116,4 @@ public class GenericSprite extends Rectangle implements Serializable {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,4 +10,4 @@ class Main {
|
|||
new GameFrame();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -204,4 +204,4 @@ public class MenuPanel extends JPanel implements Runnable, KeyListener{
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -101,4 +101,4 @@ public class NonPlayer extends GenericSprite implements Serializable {
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -461,4 +461,4 @@ public class Player extends GenericSprite {
|
|||
}
|
||||
|
||||
//public int BfsDis()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -142,4 +142,4 @@ public class SettingPanel extends MenuPanel {
|
|||
currentBox = UtilityFunction.processBox(e, currentBox, textBoxArray);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue