From d577decc9f49bac76c410a12b62e26ec582c5c81 Mon Sep 17 00:00:00 2001 From: Sai Vineet Date: Wed, 11 Dec 2013 19:36:41 +0000 Subject: Add a Pen tool to Physics Also took out the Elements package from the .egg and brought it out so that it can be edited. The Export to csv functionality has also been changed to reflect pygame coords only. Previously the coords were Box2d meters. --- (limited to 'elements/__init__.py') diff --git a/elements/__init__.py b/elements/__init__.py new file mode 100644 index 0000000..723c2cc --- /dev/null +++ b/elements/__init__.py @@ -0,0 +1,2 @@ +__all__ = ['locals', 'menu'] +from elements import Elements -- cgit v0.9.1