Difference between revisions of "Theme"

From BotF2-Wiki
Jump to: navigation, search
(Created page with "*maybe for StartGame-Screen: \Mainline\SupremacyClient\themes\Default.xaml <ResourceDictionary Source="/SupremacyClient;component/themes/Global.xaml"/> <ResourceDictio...")
 
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