From 5343c002a6be48c9b795d621a3b69916fdf479da Mon Sep 17 00:00:00 2001 From: Brandon James Talbot Date: Mon, 4 Jan 2016 11:14:51 +0200 Subject: [PATCH] Getting things sorted --- bag/bag.xml | 2 + bag/button.class | 1 + bag/button.lua | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++ bag/container.lua | 101 +++++++++++++++++++++++++++++++++++++++++++++++ bag/core.lua | 104 ------------------------------------------------- bag/settings.lua | 66 +++++-------------------------- core/core.xml | 2 - 7 files changed, 225 insertions(+), 163 deletions(-) create mode 100644 bag/button.class create mode 100644 bag/button.lua create mode 100644 bag/container.lua delete mode 100644 core/core.xml diff --git a/bag/bag.xml b/bag/bag.xml index f826814..27c9aa7 100644 --- a/bag/bag.xml +++ b/bag/bag.xml @@ -1,5 +1,7 @@