add debug
This commit is contained in:
@@ -45,6 +45,10 @@ fn main() {
|
||||
.insert_resource(ClearColor(Color::srgb(0., 0., 0.)))
|
||||
.add_plugins(world::WorldPlugin)
|
||||
.add_plugins(entities::pathfinding::PathfindingPlugin)
|
||||
.add_systems(
|
||||
FixedUpdate,
|
||||
entities::livestock::rabbit::rabbit_fall_debug_system,
|
||||
)
|
||||
.add_systems(
|
||||
Startup,
|
||||
(camera::spawn_panning_camera, cursor::setup_cursor),
|
||||
|
||||
Reference in New Issue
Block a user