compile but runtime crash

This commit is contained in:
LorrensP-2158466
2025-04-05 15:58:36 +02:00
parent 9af3c65ee2
commit 5e7162ae12
4 changed files with 14512 additions and 2142 deletions

View File

@@ -1,5 +1,5 @@
use bevy::prelude::*;
use blenvy::*;
use blenvy::{BlenvyPlugin, BlueprintInfo, GameWorldTag, HideUntilReady, SpawnBlueprint};
fn main() -> AppExit {
App::new()
@@ -11,7 +11,6 @@ fn main() -> AppExit {
}
#[derive(Component, Reflect)]
#[reflect(Component)]
struct Player {
strength: f32,
perception: f32,