picture loading and rotate alien and retrace

This commit is contained in:
2009-09-05 00:09:46 +04:00
parent 5ec3aa2be9
commit 77da6cad14
41 changed files with 172 additions and 89 deletions

View File

@@ -2,7 +2,9 @@ hello
this is the source code of wavetrace(base part of game)
to compilling this code you must have QT4 library and gcc compiller
to make this project you cad do:
$ qmake -project
$ qmake
$ make clean
$ make distclean
$ qmake
$ make
or open the .pro file in Qt-Creator and run aplication.
or open the aliendefender.pro file in Qt-Creator and run aplication.