mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
Default size for DECORATE thing that does not inherit or set a size is now 10x20
This commit is contained in:
parent
14616b31e8
commit
936c355b65
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ namespace CodeImp.DoomBuilder.Decorate
|
|||
replaceclass = null;
|
||||
category = "Decorate";
|
||||
games = new List<string>();
|
||||
radius = 10;
|
||||
height = 20;
|
||||
tag = null;
|
||||
|
||||
// First next token is the class name
|
||||
|
|
Loading…
Reference in a new issue