bevy 0.16 migration

This commit is contained in:
2025-05-02 19:27:23 +01:00
parent 9f264f230e
commit b7261ae847
6 changed files with 882 additions and 631 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ use std::process::exit;
use crate::tile::{FixtureTile, FloorTile, NeedsOccluded, TileState};
use crate::{constants::*, game};
use bevy::utils::HashMap;
use bevy::{prelude::*, transform};
use bevy_platform::collections::hash_map::HashMap;
#[derive(Resource)]
pub struct Textures {