# HG changeset patch # User chewie@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1218061974 0 # Node ID f98443afed5b124c5cf16246c9169894a1cce2e3 # Parent 674bb162d93f1f8a719a6fcf2f441b8dec8a4ff1 - pychan demo now should work again :) diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/fonts/samanata.fontdef --- 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 diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/gui/background.png Binary file clients/pychan_demo/gui/background.png has changed diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/gui/backgrounds/background.png Binary file clients/pychan_demo/gui/backgrounds/background.png has changed diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/gui/backgrounds/stripe.png Binary file clients/pychan_demo/gui/backgrounds/stripe.png has changed diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/gui/icons/pychan_logo.png Binary file clients/pychan_demo/gui/icons/pychan_logo.png has changed diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/gui/stripe.png Binary file clients/pychan_demo/gui/stripe.png has changed diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/settings.py --- 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' diff -r 674bb162d93f -r f98443afed5b clients/pychan_demo/styling.py --- 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 } },