summaryrefslogtreecommitdiffhomepage
path: root/world.lua
diff options
context:
space:
mode:
Diffstat (limited to 'world.lua')
-rw-r--r--world.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/world.lua b/world.lua
index 6762bc6..0b70bcb 100644
--- a/world.lua
+++ b/world.lua
@@ -162,20 +162,6 @@ function World:update(dt)
end
end
--- Keypressed
-function World:keypressed(key)
- for _,naut in pairs(self.Nauts) do
- --naut:keypressed(key)
- end
-end
-
--- Keyreleased
-function World:keyreleased(key)
- for _,naut in pairs(self.Nauts) do
- --naut:keyreleased(key)
- end
-end
-
-- Draw
function World:draw()
-- Hard-coded background (for now)