release beta 1

This commit is contained in:
infinitefusion
2021-09-04 13:23:05 -04:00
parent 0672b5823e
commit 82681f4611
55 changed files with 1312 additions and 39949 deletions

View File

@@ -192,6 +192,11 @@ class Game_Character
return self.map.terrain_tag(@x, @y)
end
def cancelMoveRoute()
@move_route=nil
@move_route_forcing = false
end
def bush_depth
return @bush_depth || 0
end