Add obstacle

This commit is contained in:
2026-09-16 19:27:13 +02:00
parent 9a97a2ba3e
commit 6189b00090
+4
View File
@@ -0,0 +1,4 @@
use bevy::prelude::*;
#[derive(Component)]
pub struct Obstacle;