characters are now mere objects which happen to walk areound

This commit is contained in:
Sebastian Hugentobler 2014-05-21 10:30:54 +02:00
parent 40a71e3855
commit c3759f1e1c
21 changed files with 68 additions and 69 deletions

View file

@ -107,7 +107,6 @@ function ui:sendKey(key)
if key == "return" then
ui.active = false
print(ui.active)
end
end