Add screenshots and cleanup

This commit is contained in:
Juraj Vajda 2022-11-09 19:08:31 -05:00
parent d27a607543
commit c53e9f3e48
4 changed files with 0 additions and 4 deletions

BIN
screenshot.2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
screenshot.3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

View File

@ -473,11 +473,8 @@ minetest.register_entity('x_enchanting:table_scroll', {
self._scroll_closed = true
self._tablechecktimer = 5
self._playerchecktimer = 1
self._bouncetimer = 3
self._player = nil
self._last_rotation = nil
self._bounce_up = false
self._bounce_init = false
self.object:set_armor_groups({ immortal = 1 })
self.object:set_animation({ x = 0, y = 0 }, 0, 0, false)
@ -491,7 +488,6 @@ minetest.register_entity('x_enchanting:table_scroll', {
self._last_rotation = self.object:get_rotation()
self._tablechecktimer = self._tablechecktimer - dtime
self._playerchecktimer = self._playerchecktimer - dtime
self._bouncetimer = self._bouncetimer - dtime
-- table
if self._tablechecktimer <= 0 then