From 9dc429df9dbd1a5ae0f93d553ccfde7ab37a53a2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 22 Nov 2012 11:00:03 +0000 Subject: gameplay good: up against memory limit --- vfg/bin/data/Penguin-Blue.xml | 13 +++++++++++++ vfg/bin/data/Penguin-Green.xml | 13 +++++++++++++ vfg/bin/data/Penguin-Purple.xml | 13 +++++++++++++ vfg/bin/data/Raccoon-Blue.xml | 13 +++++++++++++ vfg/bin/data/Raccoon-Green.xml | 13 +++++++++++++ vfg/bin/data/Raccoon-Purple.xml | 13 +++++++++++++ vfg/bin/data/Settings.xml | 6 ++++++ vfg/bin/data/Snowflake-Blue.xml | 5 +++++ vfg/bin/data/Snowflake-Green.xml | 5 +++++ vfg/bin/data/Snowflake-Purple.xml | 5 +++++ vfg/bin/data/flake.png | Bin 4570 -> 0 bytes 11 files changed, 99 insertions(+) create mode 100755 vfg/bin/data/Penguin-Blue.xml create mode 100755 vfg/bin/data/Penguin-Green.xml create mode 100755 vfg/bin/data/Penguin-Purple.xml create mode 100755 vfg/bin/data/Raccoon-Blue.xml create mode 100755 vfg/bin/data/Raccoon-Green.xml create mode 100755 vfg/bin/data/Raccoon-Purple.xml create mode 100755 vfg/bin/data/Settings.xml create mode 100755 vfg/bin/data/Snowflake-Blue.xml create mode 100755 vfg/bin/data/Snowflake-Green.xml create mode 100755 vfg/bin/data/Snowflake-Purple.xml delete mode 100755 vfg/bin/data/flake.png (limited to 'vfg/bin/data') diff --git a/vfg/bin/data/Penguin-Blue.xml b/vfg/bin/data/Penguin-Blue.xml new file mode 100755 index 0000000..f14ca16 --- /dev/null +++ b/vfg/bin/data/Penguin-Blue.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vfg/bin/data/Penguin-Green.xml b/vfg/bin/data/Penguin-Green.xml new file mode 100755 index 0000000..7d8fe2c --- /dev/null +++ b/vfg/bin/data/Penguin-Green.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vfg/bin/data/Penguin-Purple.xml b/vfg/bin/data/Penguin-Purple.xml new file mode 100755 index 0000000..6f86554 --- /dev/null +++ b/vfg/bin/data/Penguin-Purple.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vfg/bin/data/Raccoon-Blue.xml b/vfg/bin/data/Raccoon-Blue.xml new file mode 100755 index 0000000..9e6283d --- /dev/null +++ b/vfg/bin/data/Raccoon-Blue.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vfg/bin/data/Raccoon-Green.xml b/vfg/bin/data/Raccoon-Green.xml new file mode 100755 index 0000000..cbc8775 --- /dev/null +++ b/vfg/bin/data/Raccoon-Green.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vfg/bin/data/Raccoon-Purple.xml b/vfg/bin/data/Raccoon-Purple.xml new file mode 100755 index 0000000..6dde4cc --- /dev/null +++ b/vfg/bin/data/Raccoon-Purple.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vfg/bin/data/Settings.xml b/vfg/bin/data/Settings.xml new file mode 100755 index 0000000..58dfcaa --- /dev/null +++ b/vfg/bin/data/Settings.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/vfg/bin/data/Snowflake-Blue.xml b/vfg/bin/data/Snowflake-Blue.xml new file mode 100755 index 0000000..2b637fe --- /dev/null +++ b/vfg/bin/data/Snowflake-Blue.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/vfg/bin/data/Snowflake-Green.xml b/vfg/bin/data/Snowflake-Green.xml new file mode 100755 index 0000000..dba0828 --- /dev/null +++ b/vfg/bin/data/Snowflake-Green.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/vfg/bin/data/Snowflake-Purple.xml b/vfg/bin/data/Snowflake-Purple.xml new file mode 100755 index 0000000..244e553 --- /dev/null +++ b/vfg/bin/data/Snowflake-Purple.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/vfg/bin/data/flake.png b/vfg/bin/data/flake.png deleted file mode 100755 index b609837..0000000 Binary files a/vfg/bin/data/flake.png and /dev/null differ -- cgit v1.2.3