mirror of
https://github.com/tacigar/maidroid.git
synced 2025-06-29 06:11:46 +02:00
@ -198,8 +198,6 @@ do
|
|||||||
local function on_activate(self, staticdata)
|
local function on_activate(self, staticdata)
|
||||||
self.object:set_properties{textures = {"maidroid_tool:core_node"}}
|
self.object:set_properties{textures = {"maidroid_tool:core_node"}}
|
||||||
|
|
||||||
print(staticdata)
|
|
||||||
|
|
||||||
if staticdata ~= "" then
|
if staticdata ~= "" then
|
||||||
local data = minetest.deserialize(staticdata)
|
local data = minetest.deserialize(staticdata)
|
||||||
self.is_rotating = data["is_rotating"]
|
self.is_rotating = data["is_rotating"]
|
||||||
|
Reference in New Issue
Block a user