zombie.loading
Class LoadingScreen

java.lang.Object
  extended by zombie.loading.LoadingScreen

public class LoadingScreen
extends java.lang.Object

Author:
LEMMY

Constructor Summary
LoadingScreen()
           
 
Method Summary
static void DrawText(java.lang.String text, int x, int y, float r, float g, float b, float alpha)
           
static void DrawTextCentre(java.lang.String text, int x, int y, float r, float g, float b, float alpha)
           
static void DrawTexture(Texture tex, int x, int y, int width, int height, Color col)
           
static void DrawTexture(Texture tex, int x, int y, int width, int height, float alpha)
           
static boolean RenderLoadingScreen(int percent, boolean doThingy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadingScreen

public LoadingScreen()
Method Detail

DrawText

public static void DrawText(java.lang.String text,
                            int x,
                            int y,
                            float r,
                            float g,
                            float b,
                            float alpha)

DrawTextCentre

public static void DrawTextCentre(java.lang.String text,
                                  int x,
                                  int y,
                                  float r,
                                  float g,
                                  float b,
                                  float alpha)

DrawTexture

public static void DrawTexture(Texture tex,
                               int x,
                               int y,
                               int width,
                               int height,
                               float alpha)

DrawTexture

public static void DrawTexture(Texture tex,
                               int x,
                               int y,
                               int width,
                               int height,
                               Color col)

RenderLoadingScreen

public static boolean RenderLoadingScreen(int percent,
                                          boolean doThingy)