OndrejNepozitek / Edgar-Unity

Unity Procedural Level Generator
https://ondrejnepozitek.github.io/Edgar-Unity/docs/introduction
MIT License
817 stars 70 forks source link

Some Code Error In The Doc #102

Closed hyf4053 closed 3 years ago

hyf4053 commented 3 years ago

I just found a very little problem in the document which is in the (PRO) Dead Cells, the Input Setup Section. In "input setup task that prepares the level description" levelDescription.AddCorridorConnection(connection, RoomTemplates.CorridorRoomTemplates.ToList(), corridorRoom); It should be levelDescription.AddCorridorConnection(connection, corridorRoom,RoomTemplates.CorridorRoomTemplates.ToList());

OndrejNepozitek commented 3 years ago

Thank you! I'll fix that.