From d1a44d34955133815d2c322b600a79cceecf5a95 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 21 Sep 2012 17:02:21 +0100 Subject: beginning gui --- liveengine/bin/data/birds.xml | 127 ++++++++++++++++----------------- liveengine/bin/data/computers.xml | 68 ++++++++++++++++++ liveengine/bin/data/food.xml | 68 ++++++++++++++++++ liveengine/bin/data/mil_historic.xml | 132 ++++++++++++++++++----------------- liveengine/bin/data/panel.xml | 4 ++ liveengine/bin/data/tools.xml | 68 ++++++++++++++++++ liveengine/bin/data/trainers.xml | 68 ++++++++++++++++++ 7 files changed, 408 insertions(+), 127 deletions(-) create mode 100644 liveengine/bin/data/computers.xml create mode 100644 liveengine/bin/data/food.xml create mode 100644 liveengine/bin/data/panel.xml create mode 100644 liveengine/bin/data/tools.xml create mode 100644 liveengine/bin/data/trainers.xml (limited to 'liveengine/bin/data') diff --git a/liveengine/bin/data/birds.xml b/liveengine/bin/data/birds.xml index 9326acf..0db0986 100644 --- a/liveengine/bin/data/birds.xml +++ b/liveengine/bin/data/birds.xml @@ -1,67 +1,68 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/liveengine/bin/data/computers.xml b/liveengine/bin/data/computers.xml new file mode 100644 index 0000000..22ed140 --- /dev/null +++ b/liveengine/bin/data/computers.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/liveengine/bin/data/food.xml b/liveengine/bin/data/food.xml new file mode 100644 index 0000000..10253cd --- /dev/null +++ b/liveengine/bin/data/food.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/liveengine/bin/data/mil_historic.xml b/liveengine/bin/data/mil_historic.xml index 7845e80..3f8f9e7 100644 --- a/liveengine/bin/data/mil_historic.xml +++ b/liveengine/bin/data/mil_historic.xml @@ -1,64 +1,68 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/liveengine/bin/data/panel.xml b/liveengine/bin/data/panel.xml new file mode 100644 index 0000000..ee87c83 --- /dev/null +++ b/liveengine/bin/data/panel.xml @@ -0,0 +1,4 @@ +0 +0 +1 +0 diff --git a/liveengine/bin/data/tools.xml b/liveengine/bin/data/tools.xml new file mode 100644 index 0000000..f18f439 --- /dev/null +++ b/liveengine/bin/data/tools.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/liveengine/bin/data/trainers.xml b/liveengine/bin/data/trainers.xml new file mode 100644 index 0000000..624be8d --- /dev/null +++ b/liveengine/bin/data/trainers.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3