added double jump and sitting state
This commit is contained in:
parent
2e5c5a8dde
commit
90d07dde3f
148 changed files with 13050 additions and 0 deletions
6
term1/seminar11_events/02_slider/Makefile
Normal file
6
term1/seminar11_events/02_slider/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
build:
|
||||
g++ ./slider.cpp -std=c++11 -o slider -lsfml-graphics -lsfml-window -lsfml-system
|
||||
build_debug:
|
||||
g++ ./slider.cpp -std=c++11 -o slider -lsfml-graphics -lsfml-window -lsfml-system -D_DEBUG
|
||||
build_circle:
|
||||
g++ ./circle.cpp -std=c++11 -o circle -lsfml-graphics -lsfml-window -lsfml-system
|
||||
Reference in a new issue