diff options
| author | aura <nw@moneybot.cc> | 2026-03-01 18:04:13 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-01 18:04:13 +0100 |
| commit | da27ee18bef82c2152e348e8ff805cb64c80643e (patch) | |
| tree | 795e8161b4451bec2ef20b62e197aa1df727bc75 /assets | |
| parent | 78db9dd151f7c7719787a7e092f0c34ae6b85179 (diff) | |
fix ramps make movement s m o o t h
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/maps/test.hmap | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/assets/maps/test.hmap b/assets/maps/test.hmap index 16b1394..df52de5 100644 --- a/assets/maps/test.hmap +++ b/assets/maps/test.hmap @@ -1,6 +1,6 @@ DEF map { I32 wallcount = 7; - I32 polycount = 1; + I32 polycount = 2; I32 propcount = 5; I32 spritecount = 1; VEC3 startpos = { 84, 109, -39.75 }; @@ -90,6 +90,33 @@ DEF map { } } } + DEF 1 { + I32 vertcount = 4; + I32 propid = 0; + I32 type = 0; + DEF vertices { + DEF 0 { + VEC3 pos = { 188, 187, -7.5 }; + VEC2 uv = { 1, 0 }; + CLR clr = { 1, 1, 1, 1 }; + } + DEF 1 { + VEC3 pos = { 6, 187, -7.5 }; + VEC2 uv = { 0, 0 }; + CLR clr = { 1, 1, 1, 1 }; + } + DEF 2 { + VEC3 pos = { 6.79887, 133.711, -40 }; + VEC2 uv = { 0, 1 }; + CLR clr = { 1, 1, 1, 1 }; + } + DEF 3 { + VEC3 pos = { 188.102, 133.711, -40 }; + VEC2 uv = { 1, 1 }; + CLR clr = { 1, 1, 1, 1 }; + } + } + } } DEF sprites { DEF 0 { |
