Change inner hex table code

This commit is contained in:
2026-06-28 13:57:55 +03:00
parent fabc03b701
commit d57f986117
6 changed files with 56 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use rayon::iter::IndexedParallelIterator;
use std::time::Instant;
use crate::SeededRng;
use crate::basic::{IntoImage, Table};
use crate::table::{IntoImage, Table};
use bevy::asset::{Assets, RenderAssetUsages};
use bevy::image::{BevyDefault, Image};
use bevy::input::ButtonInput;