pub fn node_at(x: i32, y: i32) -> Option<NodeSpec>
Procgen entry point: returns the node at lot (x, y), or None if the lot is empty.
(x, y)
None