Merge pull request #2 from axcore/master

Fix automatic rotate, update schematics, add nyancat as dependency
master
AiTechEye 2022-06-28 11:23:07 +02:00 committed by GitHub
commit 3b46630915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
})
})