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

flowers by shoob

git-svn-id: http://svn.net-core.org/repos/t-engine4@234 51575b47-30f0-44d4-a5cc-537603b46e54
parent a63507c1
No related branches found
No related tags found
No related merge requests found
......@@ -454,7 +454,7 @@ function _M:setupCommands()
self:setupDisplayMode()
end,
}
--[[
self.key:addCommands
{
-- Targeting movement
......@@ -483,7 +483,7 @@ function _M:setupCommands()
[{"_KP7","ctrl"}] = function() self.target:scan(7) end,
[{"_KP9","ctrl"}] = function() self.target:scan(9) end,
}
--]]
self.key:setCurrent()
end
......
......@@ -71,7 +71,7 @@ newEntity{
newEntity{
define_as = "FLOWER",
name = "flower",
name = "flower", image = "terrain/grass_flower3.png",
display = ';', color=colors.YELLOW,
}
......
game/modules/tome/data/gfx/terrain/grass_flower3.png

4.11 KiB

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