- Chinese patch by linshier
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-07-31 14:41:04 +00:00
parent 1704a20d09
commit f40af0b1cb
65 changed files with 21364 additions and 175 deletions

View File

@@ -6,7 +6,7 @@
#include <string>
#include <JGui.h>
#include <JLBFont.h>
#include "../include/WFont.h"
#include "hge/hgeparticle.h"
class SimpleMenu:public JGuiController{
@@ -29,7 +29,7 @@ class SimpleMenu:public JGuiController{
static JQuad *spadeR, *spadeL, *jewel, *side;
static JTexture *spadeRTex, *spadeLTex, *jewelTex, *sideTex;
static JLBFont* titleFont;
static WFont* titleFont;
static hgeParticleSystem* stars;
// This works only because of no multithreading
static PIXEL_TYPE jewelGraphics[9];