7 lines
105 B
GDScript3
7 lines
105 B
GDScript3
|
|
class_name Level
|
||
|
|
extends TileMapLayer
|
||
|
|
|
||
|
|
var interactble_objects:Dictionary[Vector2, InteractableObject]
|
||
|
|
|
||
|
|
|