From 1471a7b1d856480719c54f8672ef5fde4a87cc67 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 10 Feb 2025 01:35:34 -0500 Subject: [PATCH] Update UDMF spec to mention added stuff --- extras/udmf-spec.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extras/udmf-spec.txt b/extras/udmf-spec.txt index f8d244624..8a5564030 100644 --- a/extras/udmf-spec.txt +++ b/extras/udmf-spec.txt @@ -119,6 +119,13 @@ BlanKart's namespace implements the following additional fields: sidedef { repeatcnt = ; // Number of times to mid-texture wrap. Default = 0. + offsetx_top = ; // X offset for upper texture. Default = 0.0. + offsety_top = ; // Y offset for upper texture. Default = 0.0. + offsetx_mid = ; // X offset for mid texture. Default = 0.0. + offsety_mid = ; // Y offset for mid texture. Default = 0.0. + offsetx_bottom = ; // X offset for lower texture. Default = 0.0. + offsety_bottom = ; // Y offset for lower texture. Default = 0.0. + } vertex @@ -293,3 +300,7 @@ RR 1.0: 20.09.2024 BK 1.0: 08.02.2025 - Document spec updated to account for BlanKart differnces. + +BK 1.0: 10.02.25 +- Added offset*_* flags +- Added flags for nophysics_floor and nophysics_ceiling