changeset 127:f98443afed5b

- pychan demo now should work again :)
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 06 Aug 2008 22:32:54 +0000
parents 674bb162d93f
children 6e1fd3571440
files clients/pychan_demo/fonts/samanata.fontdef clients/pychan_demo/gui/background.png clients/pychan_demo/gui/backgrounds/background.png clients/pychan_demo/gui/backgrounds/stripe.png clients/pychan_demo/gui/icons/pychan_logo.png clients/pychan_demo/gui/stripe.png clients/pychan_demo/settings.py clients/pychan_demo/styling.py
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/clients/pychan_demo/fonts/samanata.fontdef	Wed Aug 06 22:28:01 2008 +0000
+++ b/clients/pychan_demo/fonts/samanata.fontdef	Wed Aug 06 22:32:54 2008 +0000
@@ -1,7 +1,7 @@
 [Font/samanata_large_pixelated]
 
 type: truetype
-source: content/fonts/samanata.ttf
+source: fonts/samanata.ttf
 size: 30
 
 antialias: 0
@@ -11,7 +11,7 @@
 [Font/samanata_large]
 
 type: truetype
-source: content/fonts/samanata.ttf
+source: fonts/samanata.ttf
 size: 20
 
 antialias: 1
@@ -21,7 +21,7 @@
 [Font/samanata_small_pixelated]
 
 type: truetype
-source: content/fonts/samanata.ttf
+source: fonts/samanata.ttf
 size: 8
 
 antialias: 0
@@ -31,7 +31,7 @@
 [Font/samanata_small]
 
 type: truetype
-source: content/fonts/samanata.ttf
+source: fonts/samanata.ttf
 size: 10
 color: 255,255,100
 
Binary file clients/pychan_demo/gui/background.png has changed
Binary file clients/pychan_demo/gui/backgrounds/background.png has changed
Binary file clients/pychan_demo/gui/backgrounds/stripe.png has changed
Binary file clients/pychan_demo/gui/icons/pychan_logo.png has changed
Binary file clients/pychan_demo/gui/stripe.png has changed
--- a/clients/pychan_demo/settings.py	Wed Aug 06 22:28:01 2008 +0000
+++ b/clients/pychan_demo/settings.py	Wed Aug 06 22:32:54 2008 +0000
@@ -12,7 +12,7 @@
 LogToFile           = 0
 
 FontGlyphs          = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\""
-Font                = 'content/fonts/samanata.ttf'
+Font                = 'fonts/samanata.ttf'
 
 WindowTitle			= 'Pychan demo [FIFE Client]'
-WindowIcon			= 'gui/pychan_logo.png'
+WindowIcon			= 'gui/icons/pychan_logo.png'
--- a/clients/pychan_demo/styling.py	Wed Aug 06 22:28:01 2008 +0000
+++ b/clients/pychan_demo/styling.py	Wed Aug 06 22:32:54 2008 +0000
@@ -60,7 +60,7 @@
 		'margins': (10,10),
 		'opaque' : 0,
 		'titlebar_height' : 30,
-		'background_image' : 'content/gui/background.png',
+		'background_image' : 'gui/backgrounds/background.png',
 		'font' : 'samanata_large'
 	},
 	'TextBox' : {
@@ -68,7 +68,7 @@
 	},
 	('Container','HBox','VBox') : {
 		'border_size': 0,
-		'background_image' : 'content/gui/background.png',
+		'background_image' : 'gui/backgrounds/background.png',
 		'opaque' : False
 	}
 	},