Mercurial > code > home > repos > light9
changeset 153:ed277a009f57
new xml format
author | drewp |
---|---|
date | Mon, 07 Jul 2003 06:25:40 +0000 |
parents | e6ca7c1f0b1e |
children | e3a92ccea4be |
files | flax/fieldsets/demo |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flax/fieldsets/demo Mon Jul 07 06:25:20 2003 +0000 +++ b/flax/fieldsets/demo Mon Jul 07 06:25:40 2003 +0000 @@ -1,3 +1,6 @@ -light1: x=30 y=40 falloff=10 -light2: x=60 y=50 falloff=30 -light3: x=40 y=50 falloff=20 +<?xml version='1.0' encoding='UTF-8'?> +<fieldset version='1'> + <field y='40' x='30' name='light1' falloff='10'/> + <field y='70.9854106065' x='89.7809651165' name='light2' falloff='9.44161122397'/> + <field y='56.5504587159' x='39.8543897217' name='light3' falloff='9.02748404992'/> +</fieldset>