branch | transitional_engine |
changeset 15950 | 168f44ef9b67 |
parent 15949 | 659c92124c26 |
child 15952 | da6b67f13c12 |
15949:659c92124c26 | 15950:168f44ef9b67 |
---|---|
146 "Neighbour tiles are: {:?} {:?} {:?} {:?}", |
146 "Neighbour tiles are: {:?} {:?} {:?} {:?}", |
147 right_tile, bottom_tile, left_tile, top_tile |
147 right_tile, bottom_tile, left_tile, top_tile |
148 ); |
148 ); |
149 println!("Rules are: {:?}", self.rules);*/ |
149 println!("Rules are: {:?}", self.rules);*/ |
150 |
150 |
151 //todo!("no collapse possible - what to do?") |
151 todo!("no collapse possible - what to do?") |
152 } |
152 } |
153 } |
153 } |
154 } |
154 } |
155 } |
155 } |
156 |
156 |