Fixed acouple syntax errors to avoid misleading new folks.

SVN revision: 7258
This commit is contained in:
technikolor 2003-07-29 22:05:47 +00:00 committed by technikolor
parent 22ff36d771
commit 1df7a5135b
1 changed files with 6 additions and 6 deletions

View File

@ -48,8 +48,8 @@ collections
// align, 0.5 0.5; // align, 0.5 0.5;
// min, 0 0; // min, 0 0;
// max, 0 0; // max, 0 0;
// step 1 1; // step, 1 1;
// aspect 0.0 999999.0; // aspect, 0.0 999999.0;
rel1 rel1
{ {
relative, 0.0 0.0; relative, 0.0 0.0;
@ -85,10 +85,10 @@ collections
// } // }
// } // }
// only useful if its a rect or text object // only useful if its a rect or text object
// color 255, 255, 255, 255; // color, 255 255 255 255;
// only useful if its a text object // only useful if its a text object
// color2 255, 255, 255, 255; // color2, 255 255 255 255;
// color3 255, 255, 255, 255; // color3, 255 255 255 255;
// text // text
// { // {
// text, "test text"; // text, "test text";
@ -96,7 +96,7 @@ collections
// size, 12; // size, 12;
// fit, 0 0; // fit, 0 0;
// min, 1 1; // min, 1 1;
// align 0.5 0.5; // align, 0.5 0.5;
// } // }
} }
} }