Fix repeatcnt data type mistake in UDMF specification

This commit is contained in:
Lactozilla 2024-05-23 01:32:13 -03:00
parent a75fbd229e
commit 813c609c5f

View file

@ -126,7 +126,7 @@ Sonic Robo Blast 2 defines the following standardized fields:
texturebottom = <string>; // Lower texture. Default = "-".
texturemiddle = <string>; // Middle texture. Default = "-".
repeatcnt = <string>; // Number of middle texture repetitions. Default = 0
repeatcnt = <integer>; // Number of middle texture repetitions. Default = 0.
sector = <integer>; // Sector index. No valid default.