pandemonium_engine/modules/terraman_2d/world
2023-08-24 18:55:21 +02:00
..
default
isometric
jobs Don't bind _execute() method in ThreadPoolJob derived classes, as it's not needed anymore. 2023-06-05 14:15:49 +02:00
simple
block_terrain_2d_structure.cpp
block_terrain_2d_structure.h
terrain_2d_chunk.cpp Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
terrain_2d_chunk.h
terrain_2d_environment_data.cpp
terrain_2d_environment_data.h
terrain_2d_structure.cpp
terrain_2d_structure.h
terrain_2d_world_editor.cpp
terrain_2d_world_editor.h
terrain_2d_world.cpp Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
terrain_2d_world.h Now VoxelWorld and TerrainWorld inherits from Spatial instead of Navigation, and Terrain2DWorld inherits from Node2D insteaf of Navigation2D, as there is now a proper NavigationServer. Also this will make Node hieararchies involvig them more versatile. 2023-08-24 18:55:21 +02:00