17
6
mirror of https://github.com/H-uru/moul-assets.git synced 2025-07-14 10:37:41 -04:00

Add checkbox for planar reflections to the graphics options.

This allows the user to turn off DynamicCamMaps, which can be fairly
expensive. This mirrors a similar option in Myst V.
This commit is contained in:
2024-03-02 15:07:33 -05:00
parent 5b6cb643c7
commit df290e3622
9 changed files with 18 additions and 7 deletions

Binary file not shown.

Binary file not shown.

BIN
compiled/dat/GUI_District_KIYesNo.prp (Stored with Git LFS)

Binary file not shown.

View File

@ -90,6 +90,9 @@
<element name="AntiAliasing">
<translation language="English">Anti-Aliasing</translation>
</element>
<element name="DynamicReflections">
<translation language="English">Dynamic Reflections</translation>
</element>
<element name="GraphicsQuality">
<translation language="English">Graphics Quality</translation>
</element>

View File

@ -72,6 +72,8 @@
<element name="AntiAliasing">
<translation language="French">Anti-crénelage</translation>
</element>
<element name="DynamicReflections">
</element>
<element name="GraphicsQuality">
<translation language="French">Qualité graphique</translation>
</element>

View File

@ -73,6 +73,8 @@
<element name="AntiAliasing">
<translation language="German">Antialiasing</translation>
</element>
<element name="DynamicReflections">
</element>
<element name="GraphicsQuality">
<translation language="German">Grafikqualität</translation>
</element>

View File

@ -73,6 +73,8 @@
<element name="AntiAliasing">
<translation language="Italian">Antialias</translation>
</element>
<element name="DynamicReflections">
</element>
<element name="GraphicsQuality">
<translation language="Italian">Qualità grafica</translation>
</element>

View File

@ -71,6 +71,8 @@
</element>
<element name="AntiAliasing">
</element>
<element name="DynamicReflections">
</element>
<element name="GraphicsQuality">
<translation language="Spanish">Calidad de los gráficos</translation>
</element>