From 4fbbf73aeb39566f73d54e3d42670c7c258e2466 Mon Sep 17 00:00:00 2001 From: the lemons Date: Sun, 21 Aug 2022 20:37:53 -0500 Subject: everything so far basic mechanics and player control have been implemented, but they work very poorly at present. --- stuff.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stuff.lua (limited to 'stuff.lua') diff --git a/stuff.lua b/stuff.lua new file mode 100644 index 0000000..8fde7d1 --- /dev/null +++ b/stuff.lua @@ -0,0 +1,10 @@ +local game = require 'game' +local physics = require 'physics' + +local M = {} + +M.TestPlatform = physics.simple("test.png", 'rect', 'static') +M.Teapot = physics.simple("utah-teapot.png") +M.Apioform = physics.simple("apioform.png") + +return M -- cgit v1.2.3