Talk:The Beginners Guide to Falagard skinning - Part I

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search

Please add you feedback comments. What is good? What is bad? What is missing? etc.

--lindquist 11:55, 6 Dec 2005 (CET)

Great !

Thank you very much for this, I just read it and now that i know the very basics of skinning, I can go on :)

Just one thing I noticed is a typo you made: In the last chapter: "Colours", the little code part that states:

  <Section name="label">
      <ColourProperty name="NormalTextColour" />
  </Section>

Shouldn't it be like this ?

  <Section section="label">
      <ColourProperty name="NormalTextColour" />
  </Section>

--Pompei2 13:10, 29 March 2007 (PDT)