Added width to trigger line rendering, abstracted PhysX away a bit

This commit is contained in:
2025-07-19 13:02:38 +02:00
parent 2f6ca9d15b
commit 9353bc3e07
5 changed files with 297 additions and 91 deletions

View File

@@ -83,6 +83,7 @@ coven_init :: (window_title: string, window_width: u32, window_height: u32, full
init_input();
init_audio_system();
init_console();
init_line_rendering();
#if PHYSICS {
init_physx();