Skip to content
Snippets Groups Projects
Commit 7e3c3a77 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4424 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2259a665
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
defineAction{
default = { "sym:=<:false:false:false:false", "sym:=>:false:false:false:false" },
default = { "uni:<", "uni:>" },
type = "CHANGE_LEVEL",
group = "actions",
name = "Go to next/previous level",
......
......@@ -251,6 +251,7 @@ function _M:setupCommands()
self:targetSetupKey()
-- One key handled for normal function
self.key:unicodeInput(true)
self.key:addBinds
{
-- Movements
......
......@@ -250,6 +250,7 @@ function _M:setupCommands()
self:targetSetupKey()
-- One key handled for normal function
self.key:unicodeInput(true)
self.key:addBinds
{
-- Movements
......
......@@ -1097,6 +1097,7 @@ function _M:setupCommands()
self.player.changed = true
end
end
self.key:unicodeInput(true)
self.key:addBinds
{
-- Movements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment