Merge branch 'master' of github.com:Allanis/LibD
Conflicts: src/Main/Game.cpp
This commit is contained in:
commit
73c85f0be7
@ -8,7 +8,7 @@ LIBS += -lGL \
|
|||||||
-ltinyxml \
|
-ltinyxml \
|
||||||
-lSDL_mixer \
|
-lSDL_mixer \
|
||||||
-lSDL_ttf
|
-lSDL_ttf
|
||||||
win32: {
|
win32: {
|
||||||
LIBS -= -lGL \
|
LIBS -= -lGL \
|
||||||
-lGLU
|
-lGLU
|
||||||
LIBS += -lkernel32 \
|
LIBS += -lkernel32 \
|
||||||
@ -105,4 +105,4 @@ SOURCES += ../src/Actor/Player.cpp \
|
|||||||
../src/Animation/AnimatingSprite.cpp \
|
../src/Animation/AnimatingSprite.cpp \
|
||||||
../src/UI/Menu.cpp \
|
../src/UI/Menu.cpp \
|
||||||
../src/UI/Button.cpp \
|
../src/UI/Button.cpp \
|
||||||
../src/Main/TitleScreen.cpp
|
../src/Main/TitleScreen.cpp \
|
||||||
|
2
README
2
README
@ -14,7 +14,7 @@ KonoM
|
|||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Copyright (C) 2011 SaraCraft
|
Copyright (C) 2012 SaraCraft
|
||||||
allanis@saracraft.net
|
allanis@saracraft.net
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
|
@ -32,7 +32,7 @@ Game::Game(void) {
|
|||||||
|
|
||||||
_titleScreen = new TitleScreen();
|
_titleScreen = new TitleScreen();
|
||||||
_inTitleScreen = true;
|
_inTitleScreen = true;
|
||||||
|
|
||||||
_inGameMenu = NULL;
|
_inGameMenu = NULL;
|
||||||
_inGameMenuShown = false;
|
_inGameMenuShown = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user