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
+3 -1
View File
@@ -12,12 +12,14 @@ server.dbname = database.db
#client.screen.h = 600
client.screen.f = false
#TODO: change this based on platform?
client.font = /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
client.username = username
client.handle = handle
client.avatar = elliot2.bmp
#directories
dir.fonts = rsc/graphics/fonts/
dir.logos = rsc/graphics/logos/
dir.sprites = rsc/graphics/sprites/
dir.tilesets = rsc/graphics/tilesets/