Fix sequence inheritance defined in yaml
Nodes need to be placed after "Inherits" nodes so that they take precedence over the inherited nodes.
This commit is contained in:
committed by
Matthias Mailänder
parent
040fbf9694
commit
64933ed04b
@@ -10,25 +10,25 @@
|
||||
Tick: 160
|
||||
|
||||
tibtre01:
|
||||
Inherits: ^tibtree
|
||||
Defaults:
|
||||
TilesetFilenames:
|
||||
TEMPERATE: tibtre01.tem
|
||||
SNOW: tibtre01.sno
|
||||
Inherits: ^tibtree
|
||||
|
||||
tibtre02:
|
||||
Inherits: ^tibtree
|
||||
Defaults:
|
||||
TilesetFilenames:
|
||||
TEMPERATE: tibtre02.tem
|
||||
SNOW: tibtre02.sno
|
||||
Inherits: ^tibtree
|
||||
|
||||
tibtre03:
|
||||
Inherits: ^tibtree
|
||||
Defaults:
|
||||
TilesetFilenames:
|
||||
TEMPERATE: tibtre03.tem
|
||||
SNOW: tibtre03.sno
|
||||
Inherits: ^tibtree
|
||||
|
||||
bigblue:
|
||||
Defaults:
|
||||
|
||||
Reference in New Issue
Block a user