|
feat(game): солнечный день, золотой час и тюнинг под прорези
- движок lightSim: dayNightAmbient — трёхопорный микс суток день → закат → ночь (DUSK_PEAK 0.45, DEFAULT_DUSK_COLOR 0xe8c090), экспорт из index.ts - locations.ts: дневные ambient к почти-белому (meadows 0xf7f4ea, ponds 0xf2f0e8, zvenets 0xf5f2ea, rust_grove 0xe9e6da, old_siding 0xe4e2d8), ночи темнее под прорези (0x3e4658…); duskColor в LightingDef - HERO_LAMP компактнее и ярче (радиус 1.6, интенсивность 0.85); радиусы колокольчиков 1.4→1.0, окон 1.8→1.2, интенсивности выше - палитра: ключевые цвета травы/пепла/воды подняты тоном (G*, P4–P5H, W1–W2), арт перегенерирован; art-style.md синхронизирован - чеки lighting/time под новые значения и трёхопорный микс; тесты золотого часа (lightSim, GameLighting); docs/engine/render.md Co-Authored-By: Claude Code <noreply@anthropic.com> |
|---|
|
|
| apps/game/assets/chars/clump_heavy_1.png |
|---|
|
|
| apps/game/assets/chars/clump_heavy_2.png |
|---|
|
|
| apps/game/assets/chars/clumps_sheet.png |
|---|
|
|
| apps/game/assets/chars/fauna_deer_1.png |
|---|
|
|
| apps/game/assets/chars/fauna_deer_2.png |
|---|
|
|
| apps/game/assets/chars/fauna_sheet.png |
|---|
|
|
| apps/game/assets/tiles/ash.png |
|---|
|
|
| apps/game/assets/tiles/ash_2.png |
|---|
|
|
| apps/game/assets/tiles/bellflower.png |
|---|
|
|
| apps/game/assets/tiles/decor_bald.png |
|---|
|
|
| apps/game/assets/tiles/decor_stone.png |
|---|
|
|
| apps/game/assets/tiles/decor_tuft.png |
|---|
|
|
| apps/game/assets/tiles/grass.png |
|---|
|
|
| apps/game/assets/tiles/grass_2.png |
|---|
|
|
| apps/game/assets/tiles/grass_3.png |
|---|
|
|
| apps/game/assets/tiles/house.png |
|---|
|
|
| apps/game/assets/tiles/house_big.png |
|---|
|
|
| apps/game/assets/tiles/machine.png |
|---|
|
|
| apps/game/assets/tiles/path.png |
|---|
|
|
| apps/game/assets/tiles/path_2.png |
|---|
|
|
| apps/game/assets/tiles/tower.png |
|---|
|
|
| apps/game/assets/tiles/tree.png |
|---|
|
|
| apps/game/assets/tiles/water_1.png |
|---|
|
|
| apps/game/assets/tiles/water_2.png |
|---|
|
|
| apps/game/assets/tiles/wire.png |
|---|
|
|
| apps/game/src/data/locations.ts |
|---|
| apps/game/src/scenes/LocationScene.ts |
|---|
| apps/game/src/systems/Lighting.ts |
|---|
| apps/game/src/systems/__tests__/lighting.test.ts |
|---|
| apps/game/tools/checks/lighting.mjs |
|---|
| apps/game/tools/checks/time.mjs |
|---|
| apps/game/tools/pixelart/palette.mjs |
|---|
| docs/art-style.md |
|---|
| docs/engine/render.md |
|---|
| packages/engine/src/index.ts |
|---|
| packages/engine/src/render/__tests__/lightSim.test.ts |
|---|
| packages/engine/src/render/lightSim.ts |
|---|