Much stuff wow
This commit is contained in:
parent
7255cbdf64
commit
734730beee
45 changed files with 697 additions and 119 deletions
|
|
@ -21,6 +21,7 @@ Debug="*res://Utilities/Debug/DebugHelper.gd"
|
|||
Global="*res://Config/Globals.gd"
|
||||
DebugMenu="*res://addons/debug_menu/debug_menu.tscn"
|
||||
MapGeneration="*res://Utilities/MapGeneration/MapGeneration.gd"
|
||||
BiomeData="*res://Utilities/BiomeGeneration/BiomeData.gd"
|
||||
MapData="*res://Utilities/MapData/MapData.gd"
|
||||
MapPopulation="*res://Utilities/MapData/MapPopulation.gd"
|
||||
|
||||
|
|
@ -60,6 +61,10 @@ jump={
|
|||
]
|
||||
}
|
||||
|
||||
[network]
|
||||
|
||||
limits/debugger/max_chars_per_second=1000000
|
||||
|
||||
[shader_globals]
|
||||
|
||||
wind_direction={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue