One menu scene works, but I need some more UI widgets

Namely, I need a text box widget, which can display text without having to
re-create and destroy the texture every frame.
This commit is contained in:
2015-08-02 04:13:54 +10:00
parent 8838fcd14e
commit f0ab1dfef8
9 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=. .. ../../common/graphics ../../common/map ../../common/network ../../common/network/packet_types ../../common/ui ../../common/utilities
INCLUDES+=. .. ../client_utilities ../../common/graphics ../../common/map ../../common/network ../../common/network/packet_types ../../common/ui ../../common/utilities
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))