modified: solitaire_engine/src/card_plugin.rs

modified:   solitaire_engine/src/input_plugin.rs
This commit is contained in:
funman300
2026-04-23 20:48:57 -07:00
parent 900de7f376
commit b3646d6cad
2 changed files with 501 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ use crate::layout::{Layout, LayoutResource};
use crate::resources::GameStateResource;
/// Fraction of card height used as vertical offset between stacked tableau cards.
const TABLEAU_FAN_FRAC: f32 = 0.25;
pub const TABLEAU_FAN_FRAC: f32 = 0.25;
/// Fraction of card height used as a tiny offset between stacked cards in
/// non-tableau piles, so stacking is visible.