-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
던전 랜덤 생성 #25
Comments
시간은 무엇들로 조정되는가에 대해 생각.
|
던전 1개는 N*N 의 조합으로 구성된다.
|
GDungeonManager - 던전 생성을 판단하는 놈 GDungeonPart - 던전 부분(기획자가 만들어서 제공) GDunegeonObjectPlacer - 던전 파트에 넣어놓고, 어느 위치에 어느 오브젝트가 생성될지 판단. |
Main Path의 최대 길이 설정하게끔 만들어주셈. |
제작중인 dungeon part들은 G/Prefab/MapPrefab 아래에 존재 GDungeonPart를 보면 In Direction List와 789 위와 같은 구조에서 Main 흐름이 1 부분에 적합한 맵 파트를 고르기 위해서는
2 부분에 적합한 맵 파트를 고르기 위해서는
위의 조건에 부합하여 길을 쭉 생성. 그리고 생성할때 GDungeonPart의 Create 함수를 호출해주길 바람. |
The text was updated successfully, but these errors were encountered: