Fix automatic rotate, update schematics, add nyancat as dependency

master^2
A S Lewis 2022-06-24 07:49:05 +01:00
parent b3233c2062
commit 0c1052953d
4 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
name = space
description = Space
depends = default
depends = default, nyancat

Binary file not shown.

Binary file not shown.

View File

@ -32,7 +32,7 @@ minetest.register_entity("spacesuit:sp1",{
spritediv = {x=1, y=1},
is_visible = true,
makes_footstep_sound = false,
automatic_rotate = false,
automatic_rotate = 0,
timer=0,
on_activate=function(self, staticdata)
if spacesuit.tmpuser then
@ -68,4 +68,4 @@ minetest.register_entity("spacesuit:sp1",{
return self
end
end
})
})