Add files via upload

master
AiTechEye 2022-05-06 18:30:42 +02:00 committed by GitHub
parent 5714926aea
commit ab1041f7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -483,6 +483,7 @@ examobs.stand=function(self)
x = 0,
y = v.y,
z = 0})
self.walking = false
if not self.on_stand(self) then
examobs.anim(self,"stand")
end
@ -521,7 +522,7 @@ examobs.walk=function(self,run)
y = v.y,
z = z
})
self.walking = true
if self.on_walk(self,x,v.yy,z) then return end
if running then