mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 00:26:10 +00:00
dd501b2a5a
Support direct access to serializer streams, so serializers can be nested. Make component script "this.template" read-only. Stop globally-subscribed component scripts receiving messages posted to local components, to reduce out-of-sync risks. Move pathfinder data out of entity template directory. Fix GuiInterface deserialization. This was SVN commit r8865.
16 lines
368 B
XML
16 lines
368 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Pathfinder>
|
|
<PassabilityClasses>
|
|
<default>
|
|
<MaxWaterDepth>2</MaxWaterDepth>
|
|
<MaxTerrainSlope>1.0</MaxTerrainSlope>
|
|
</default>
|
|
<ship>
|
|
<MinWaterDepth>1</MinWaterDepth>
|
|
</ship>
|
|
</PassabilityClasses>
|
|
<MovementClasses>
|
|
<default Speed="1.0" Cost="1.08"/>
|
|
</MovementClasses>
|
|
</Pathfinder>
|