gdquest-demos / godot-procedural-generation

Procedural generation algorithms and demos for the Godot game engine
Other
1.5k stars 82 forks source link

SpaceInfiniteGeneration README inconsistency #6

Closed AMurkin closed 3 years ago

AMurkin commented 3 years ago

I'm submitting a...

Bug report

There is no such class and file

All four demos, stored in directories numbered from 1 to 4, use the scenes and the ProceduralWorld.gd file you can find in the Shared directory. The ProceduralWorld class is a virtual base class that all world generators extend. It defines a _generate_sector() function that we use to generate areas of the world around the player.

https://github.com/GDQuest/godot-procedural-generation/blob/master/godot/SpaceInfiniteGeneration/README.md#how-it-works