1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Add text input event to remaining numerical fields

This commit is contained in:
Aaron van Geffen
2024-09-11 17:20:08 +02:00
parent fcbe1aaf92
commit d03fbef0e7
3 changed files with 205 additions and 61 deletions

View File

@@ -3762,6 +3762,21 @@ STR_6687 :Tree to land ratio:
STR_6688 :Min. tree altitude:
STR_6689 :Max. tree altitude:
STR_6690 :{UINT16}%
STR_6691 :Minimum land height
STR_6692 :Enter min. land height between {COMMA16} and {COMMA16}
STR_6693 :Maximum land height
STR_6694 :Enter max. land height between {COMMA16} and {COMMA16}
STR_6695 :Minimum tree altitude
STR_6696 :Enter min. tree altitude between {COMMA16} and {COMMA16}
STR_6697 :Maximum tree altitude
STR_6698 :Enter max. tree altitude between {COMMA16} and {COMMA16}
STR_6699 :Tree to land ratio
STR_6700 :Enter tree to land ratio between {COMMA16} and {COMMA16}
STR_6701 :Simplex Base Frequency
STR_6702 :Enter Base Frequency between {COMMA2DP32} and {COMMA2DP32}
STR_6703 :Simplex Octaves
STR_6704 :Enter Octaves between {COMMA16} and {COMMA16}
STR_6705 :{COMMA2DP32}
#############
# Scenarios #