-
Notifications
You must be signed in to change notification settings - Fork 0
/
NyanCat3D.pro
executable file
·101 lines (95 loc) · 1.82 KB
/
NyanCat3D.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#-------------------------------------------------
#
# Project created by QtCreator 2011-12-02T14:03:33
#
#-------------------------------------------------
QT +=
TARGET = NyanCat3D
SOURCES += main.cpp\
game.cpp \
gameobject.cpp \
room.cpp \
gameroom.cpp \
menuroom.cpp \
nyancat.cpp \
asteroid.cpp \
renderer.cpp \
model.cpp \
bitmapmodel.cpp \
utils.cpp \
mouse.cpp \
keyboard.cpp \
button.cpp \
startbutton.cpp \
quitbutton.cpp \
nyancatmodel.cpp \
universe.cpp \
universemodel.cpp \
asteroidmodel.cpp \
scoremodel.cpp \
score.cpp \
rainbow.cpp \
gameoverroom.cpp \
gameover.cpp \
scorebonus.cpp \
scorebonusmodel.cpp \
settingsbutton.cpp \
settingsroom.cpp \
backbutton.cpp \
selectgroup.cpp \
selectbutton.cpp \
levelselectbutton.cpp \
camera.cpp \
candy.cpp \
sweet.cpp \
shader.cpp \
teapot.cpp \
fish.cpp
HEADERS += \
game.h \
gameobject.h \
room.h \
gameroom.h \
menuroom.h \
nyancat.h \
asteroid.h \
renderer.h \
model.h \
bitmapmodel.h \
utils.h \
mouse.h \
keyboard.h \
button.h \
startbutton.h \
quitbutton.h \
nyancatmodel.h \
universe.h \
universemodel.h \
asteroidmodel.h \
scoremodel.h \
score.h \
rainbow.h \
gameoverroom.h \
gameover.h \
scorebonus.h \
scorebonusmodel.h \
settingsbutton.h \
settingsroom.h \
backbutton.h \
selectgroup.h \
selectbutton.h \
levelselectbutton.h \
camera.h \
candy.h \
sweet.h \
shader.h \
teapot.h \
fish.h
LIBS += -lglut -lGLU -lpng
OTHER_FILES += \
TODO.txt \
README \
shaders/shader.vert \
shaders/shader.frag \
shaders/envmap.vert \
shaders/envmap.frag