HWPFormat.wiki
changeset 2110 d06d541ca91c
parent 2109 e433562fb881
equal deleted inserted replaced
2109:e433562fb881 2110:d06d541ca91c
    93 Please remember how Hedgewars uses ammo icons in HWPs (see above).
    93 Please remember how Hedgewars uses ammo icons in HWPs (see above).
    94 
    94 
    95 === Nested HWPs ===
    95 === Nested HWPs ===
    96 HWPs can be nested. That is, if you put a HWP inside another HWP, the contents of the inner HWP will be loaded as well.
    96 HWPs can be nested. That is, if you put a HWP inside another HWP, the contents of the inner HWP will be loaded as well.
    97 
    97 
    98 There's a limit to this: The nesting can only go one layer deep, in order to keep things simple. HWPs that are nested even deeper are simply ignored.
    98 But there's a catch: The nesting can only go one layer deep, and only sidecar HWPs will work. HWPs that are nested deeper as well as nested HWPs that are not sidecars will be ignored.
    99 
    99 
   100 === Order of precedence ===
   100 === Order of precedence ===
   101 
   101 
   102   # Sidecar HWPs
   102   # Sidecar HWPs
   103   # All HWPs
   103   # All HWPs