feat: Add scene with track loop and mine cart

This commit is contained in:
Peter Stockings
2026-01-21 20:18:02 +11:00
parent ff6b6bfb73
commit 7aaadee3c5
6 changed files with 239 additions and 2 deletions

View File

@@ -112,7 +112,24 @@ export const GAME_CONFIG = {
fogAlphaWall: 0.35,
visibleMinAlpha: 0.35,
visibleMaxAlpha: 1.0,
visibleStrengthFactor: 0.65
visibleStrengthFactor: 0.65,
tracks: {
endTop: 67,
endBottom: 68,
cornerNE: 93,
horizontal: 70,
cornerSE: 69,
endLeft: 79,
endRight: 80,
vertical: 81,
cornerSW: 71,
cornerNW: 95
},
mineCarts: {
horizontal: 54,
vertical: 55,
turning: 56
}
},
ui: {