mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix build failure, add stringtable entries.
This commit is contained in:
parent
459f884564
commit
f6eb30ec08
@ -1,4 +1,4 @@
|
|||||||
#include "script_component.hpp"
|
#include "..\script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: PabstMirror
|
* Author: PabstMirror
|
||||||
* Adjusts color and luminosity when in dark conditions.
|
* Adjusts color and luminosity when in dark conditions.
|
||||||
|
@ -538,5 +538,11 @@
|
|||||||
<Polish>Gen %1</Polish>
|
<Polish>Gen %1</Polish>
|
||||||
<German>Gen %1</German>
|
<German>Gen %1</German>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_ACE_NightVision_scotopicEffects_DisplayName">
|
||||||
|
<English>Scotopic Effects</English>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_ACE_NightVision_scotopicEffects_description">
|
||||||
|
<English>Adjusts color and luminosity when in dark conditions. Simulates rod and cones vision by decreasing color intensity when dark.</English>
|
||||||
|
</Key>
|
||||||
</Package>
|
</Package>
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user