Improved caching of icons

This commit is contained in:
nik012003
2023-02-23 13:39:48 +01:00
committed by Nova
parent a40d0fdd90
commit b9e3f1e9f3
5 changed files with 228 additions and 46 deletions

View File

@@ -11,7 +11,7 @@ use stardust_xr_fusion::{
spatial::Spatial, drawable::{Text, TextStyle, Bounds, TextFit, Alignment}, core::values::Transform,
};
const APP_LIMIT: usize = 100;
const APP_LIMIT: usize = 300;
const APP_SIZE: f32 = 0.05;
const GRID_PADDING: f32 = 0.01;