[Add] UI stuff to Qt Creator project.
This commit is contained in:
parent
ca10800c79
commit
774ffb0487
@ -62,7 +62,9 @@ HEADERS += ../src/Actor/Player.h \
|
|||||||
../src/Animation/AnimationSequence.h \
|
../src/Animation/AnimationSequence.h \
|
||||||
../src/System/String.h \
|
../src/System/String.h \
|
||||||
../src/Font/Font.h \
|
../src/Font/Font.h \
|
||||||
../src/Animation/AnimatingSprite.h
|
../src/Animation/AnimatingSprite.h \
|
||||||
|
../src/UI/Menu.h \
|
||||||
|
../src/UI/Button.h
|
||||||
SOURCES += ../src/Actor/Player.cpp \
|
SOURCES += ../src/Actor/Player.cpp \
|
||||||
../src/Collision/AABB.cpp \
|
../src/Collision/AABB.cpp \
|
||||||
../src/Global/Globals.cpp \
|
../src/Global/Globals.cpp \
|
||||||
@ -99,5 +101,7 @@ SOURCES += ../src/Actor/Player.cpp \
|
|||||||
../src/Animation/AnimationSequence.cpp \
|
../src/Animation/AnimationSequence.cpp \
|
||||||
../src/System/String.cpp \
|
../src/System/String.cpp \
|
||||||
../src/Font/Font.cpp \
|
../src/Font/Font.cpp \
|
||||||
../src/Animation/AnimatingSprite.cpp
|
../src/Animation/AnimatingSprite.cpp \
|
||||||
|
../src/UI/Menu.cpp \
|
||||||
|
../src/UI/Button.cpp
|
||||||
OTHER_FILES +=
|
OTHER_FILES +=
|
||||||
|
Loading…
Reference in New Issue
Block a user