Difference between revisions of "CEGUI In Practice - Using .layout files"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Created page with "== CEGUI InPractice 6 == In this tutorial we will introduce how to use the .layout file. This is likely what will be used for larger scale projects, where the art team isn't go...") |
|||
Line 1: | Line 1: | ||
− | == CEGUI InPractice | + | == CEGUI InPractice 5 == |
In this tutorial we will introduce how to use the .layout file. This is likely what will be used for larger scale projects, where the art team isn't going to want to wait for you to recompile the source for every change they make. | In this tutorial we will introduce how to use the .layout file. This is likely what will be used for larger scale projects, where the art team isn't going to want to wait for you to recompile the source for every change they make. |
Revision as of 13:38, 1 March 2011
CEGUI InPractice 5
In this tutorial we will introduce how to use the .layout file. This is likely what will be used for larger scale projects, where the art team isn't going to want to wait for you to recompile the source for every change they make.