1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-05 09:50:19 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2023-12-13 21:01:04 +01:00
2 changed files with 7 additions and 6 deletions

View File

@ -204,7 +204,9 @@ mobs:register_mob("mobs_monster:spider", {
-- move up facing
v.x = 0 ; v.y = 0
v.y = self.jump_height
mobs:set_animation(self, "jump")
self:set_animation("jump")
self.object:set_velocity(v)
end,