Nicolas Ulriksen
Results
1
comments of
Nicolas Ulriksen
Hey, wanted to add another code that is throwing this exact same error. ``` extends TileMapLayer class_name UpdateTileMapLayer var _update_fn: Dictionary = {} func update_tile(coords: Vector2i, fn: Callable) -> void:...