Added more javadoc
This commit is contained in:
parent
c50444e04c
commit
1001234fbb
61 changed files with 96 additions and 50 deletions
|
|
@ -14,8 +14,8 @@ import love.distributedrebirth.numberxd.base2t.facet.BasePart;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class BasePartRenderer extends ImGuiRendererMain {
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ import love.distributedrebirth.demo4d.ImGuiRendererMain;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class BasicConsoleRenderer extends ImGuiRendererMain {
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ import love.distributedrebirth.numberxd.Gê̄ldGetậl;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class HebrewWalletRenderer extends ImGuiRendererMain {
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ import love.distributedrebirth.demo4d.music.MusicSongType;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class ScreenCredits extends ScrollScreenAdapter {
|
||||
private final String creditsText = String.join("\n",
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ import love.distributedrebirth.demo4d.Demo4DMain;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class ScreenDefault extends ScreenAdapter {
|
||||
private final Demo4DMain main;
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ import love.distributedrebirth.demo4d.Demo4DMain;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class ScreenHelp extends ScrollScreenAdapter {
|
||||
private final String creditsText = String.join("\n",
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ import love.distributedrebirth.demo4d.music.MusicSongType;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class ScreenIntro extends ScreenAdapter {
|
||||
private final Demo4DMain main;
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ import love.distributedrebirth.demo4d.music.MusicSongType;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class ScreenIntroMission extends ScrollScreenAdapter {
|
||||
private final String missionText = String.join("\n",
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ import love.distributedrebirth.demo4d.Demo4DMainAdapter;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
public class ScreenUnicode4D extends Demo4DMainAdapter {
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ import love.distributedrebirth.demo4d.Demo4DMainAdapter;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*/
|
||||
abstract public class ScrollScreenAdapter extends Demo4DMainAdapter {
|
||||
private static final int LINE_HEIGHT = 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue