Merge branch 'fix-repeatcnt-spec' into 'next'

Fix repeatcnt data type mistake in UDMF specification

See merge request STJr/SRB2!2458
This commit is contained in:
Lactozilla 2024-06-02 19:43:12 +00:00
commit 62d0d91e8d

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.