mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-28 14:51:29 +00:00
Set more sensible default textures in the config
This commit is contained in:
parent
c00a5ff6f8
commit
f3004cf858
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ generalizedlinedefs = false;
|
|||
generalizedsectors = true;
|
||||
|
||||
// Texture loading options
|
||||
defaultwalltexture = "GFZROCK";
|
||||
defaultfloortexture = "GFZFLR01";
|
||||
defaultceilingtexture = "F_SKY1";
|
||||
mixtexturesflats = false;
|
||||
defaulttexturescale = 1.0f;
|
||||
defaultflatscale = 1.0f;
|
||||
|
|
Loading…
Reference in a new issue