feat: système de zones visuelles — fondation layout 3 couches
- zones.scss : système data-zone avec biomes (swamp, landing, page) - Home.jsx migré de .game-cover → zone[data-zone="swamp"] - Landing.jsx migré → zone[data-zone="landing"] - Background sorti de home.scss → zones.scss (un seul endroit) - Prêt pour ajouter des biomes (cave, volcano, ocean) en une ligne
This commit is contained in:
@@ -7,6 +7,7 @@ import { GameTick } from "./components/GameTick";
|
||||
import { GameSync } from "./components/GameSync";
|
||||
|
||||
import "./scss/root.scss";
|
||||
import "./scss/zones.scss";
|
||||
import "./scss/components/footer.scss";
|
||||
|
||||
import navData from "./data/NavBarData.json";
|
||||
|
||||
Reference in New Issue
Block a user