mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 07:37:00 +00:00
Update 6.8
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
|
||||
# [:i]: Unpassable and Interactable
|
||||
# [:x]: Unpassable
|
||||
# [] : Passable
|
||||
|
||||
# ex:
|
||||
# [
|
||||
# [[:x],[:x],[:x]],
|
||||
# [[:i],[:i],[:i]
|
||||
# ]
|
||||
# -> 2 rows, only interactable from the bottom
|
||||
|
||||
|
||||
class SecretBaseItemCollisionMap
|
||||
attr_accessor :collision_map
|
||||
def initialize(collisions_array = [])
|
||||
@collision_map = collisions_array
|
||||
end
|
||||
|
||||
#todo
|
||||
def get_interactable_tiles
|
||||
|
||||
end
|
||||
#todo
|
||||
def get passable_tiles
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user