1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-07-05 01:00:23 +02:00

[UPDATE] Use infotext of maidroid

This commit is contained in:
tacigar
2016-09-16 22:37:18 +09:00
parent c811877bcd
commit 59f7d72a51
2 changed files with 23 additions and 1 deletions

View File

@ -13,7 +13,7 @@ end
local function on_stop(self)
self.state = nil
self.object:setvelocty{x = 0, y = 0, z = 0}
self.object:setvelocity{x = 0, y = 0, z = 0}
end
local on_resume = on_start