Skip to content

Commit

Permalink
fix inconsistent indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Oct 25, 2023
1 parent 8047de7 commit e0d3a44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release_notes/20231101_english.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A remastered version of the Reduction campaign is now available in the game.
[*]Added 3 new material proxies - LocalTime_Month, LocalTime_Day, LocalTime_Hour. Can be used to change the frame on an animated texture based on the viewer's local system time. Month values are from 0 to 11, days are from 0 to 30, hours are from 0 to 23. For example:
[code]UnlitGeneric {
$basetexture "example/animated_monthly_texture"
$frame 0
$frame 0

Proxies {
LocalTime_Month {
Expand Down
2 changes: 1 addition & 1 deletion release_notes/20231101_german.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Eine überarbeitete Version des Feldzugs Reduktion ist jetzt im Spiel verfügbar
[*]Es wurden 3 neue Material-Proxys hinzugefügt - LocalTime_Month, LocalTime_Day, LocalTime_Hour. Sie können verwendet werden, um den Rahmen einer animierten Textur auf der Grundlage der lokalen Systemzeit des Betrachters zu ändern. Die Werte für den Monat reichen von 0 bis 11, für die Tage von 0 bis 30 und für die Stunden von 0 bis 23. Zum Beispiel:
[code]UnlitGeneric {
$basetexture "example/animated_monthly_texture"
$frame 0
$frame 0

Proxies {
LocalTime_Month {
Expand Down
2 changes: 1 addition & 1 deletion release_notes/20231101_italian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Una versione rimasterizzata della campagna Reduction è ora disponibile nel gioc
[*]Added 3 new material proxies - LocalTime_Month, LocalTime_Day, LocalTime_Hour. Can be used to change the frame on an animated texture based on the viewer's local system time. Month values are from 0 to 11, days are from 0 to 30, hours are from 0 to 23. For example:
[code]UnlitGeneric {
$basetexture "example/animated_monthly_texture"
$frame 0
$frame 0

Proxies {
LocalTime_Month {
Expand Down
2 changes: 1 addition & 1 deletion release_notes/20231101_japanese.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
[*]Added 3 new material proxies - LocalTime_Month, LocalTime_Day, LocalTime_Hour. Can be used to change the frame on an animated texture based on the viewer's local system time. Month values are from 0 to 11, days are from 0 to 30, hours are from 0 to 23. For example:
[code]UnlitGeneric {
$basetexture "example/animated_monthly_texture"
$frame 0
$frame 0

Proxies {
LocalTime_Month {
Expand Down
2 changes: 1 addition & 1 deletion release_notes/20231101_schinese.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
[*]Added 3 new material proxies - LocalTime_Month, LocalTime_Day, LocalTime_Hour. Can be used to change the frame on an animated texture based on the viewer's local system time. Month values are from 0 to 11, days are from 0 to 30, hours are from 0 to 23. For example:
[code]UnlitGeneric {
$basetexture "example/animated_monthly_texture"
$frame 0
$frame 0

Proxies {
LocalTime_Month {
Expand Down

0 comments on commit e0d3a44

Please sign in to comment.