Theme: Difference between revisions

From BotF2-Wiki
Jump to navigation Jump to search
Created page with "*maybe for StartGame-Screen: \Mainline\SupremacyClient\themes\Default.xaml <ResourceDictionary Source="/SupremacyClient;component/themes/Global.xaml"/> <ResourceDictio..."
 
No edit summary
Line 8: Line 8:
     <ResourceDictionary Source="pack://siteoforigin:,,,/Resources/Geometry/Glyphs.xaml" />
     <ResourceDictionary Source="pack://siteoforigin:,,,/Resources/Geometry/Glyphs.xaml" />
     <ResourceDictionary Source="pack://siteoforigin:,,,/Resources/Images/Resources/Icons.xaml" />
     <ResourceDictionary Source="pack://siteoforigin:,,,/Resources/Images/Resources/Icons.xaml" />
== MusicPack ==
(done by Hannes)


== WEB Links ==
== WEB Links ==


*http://wpftutorial.net/Templates.html
*http://wpftutorial.net/Templates.html
*http://wpftutorial.net/GeometryTransformer.html

Revision as of 16:47, 2 January 2016

  • maybe for StartGame-Screen: \Mainline\SupremacyClient\themes\Default.xaml
   <ResourceDictionary Source="/SupremacyClient;component/themes/Global.xaml"/>
   <ResourceDictionary Source="/SupremacyClient;component/themes/MessageDialog.xaml"/>
   <ResourceDictionary Source="/SupremacyClient;component/themes/MenuScreen.xaml"/>


  • \Mainline\SupremacyClient\themes\Global.xaml
   <ResourceDictionary Source="pack://siteoforigin:,,,/Resources/Geometry/Glyphs.xaml" />
   <ResourceDictionary Source="pack://siteoforigin:,,,/Resources/Images/Resources/Icons.xaml" />

MusicPack

(done by Hannes)

WEB Links