Implemented a first class BoundingBox, refactored to use bounding box.

This commit is contained in:
2019-02-23 18:28:47 -06:00
parent 7aa99a70a7
commit fc72f2bdc8
6 changed files with 132 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
class IMICFPS
class Terrain < Entity
def setup
bind_model("base", "randomish_terrain")
bind_model("base", "randomish_terrain")
end
end
end