Implemented the splash screen and config file

This commit is contained in:
Kayne Ruse
2013-05-12 02:33:08 +10:00
parent 6a19d0a312
commit cc00129542
6 changed files with 104 additions and 53 deletions
+16
View File
@@ -0,0 +1,16 @@
#configuration of the program
ip = 127.0.0.1
port = 2000
screen.w = 800
screen.h = 600
screen.f = false
#directories
fonts = rsc\graphics\fonts
logos = rsc\graphics\logos
sprites = rsc\graphics\sprites
tilesets = rsc\graphics\tilesets
#debugging
debug = true
avatar = elliot2.bmp
Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB