diff options
| author | navewindre <boneyaard@gmail.com> | 2025-09-03 20:10:09 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-09-03 20:10:09 +0200 |
| commit | f8b92ce3aa08b1445c9f956d8166830946562d12 (patch) | |
| tree | 94e63a5aec9f8f52b577f56799e0c9201fd976a5 /assets/maps/test2.hmap | |
a
Diffstat (limited to 'assets/maps/test2.hmap')
| -rw-r--r-- | assets/maps/test2.hmap | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/maps/test2.hmap b/assets/maps/test2.hmap new file mode 100644 index 0000000..69992df --- /dev/null +++ b/assets/maps/test2.hmap @@ -0,0 +1,24 @@ +DEF map { + I32 wallcount = 1; + I32 polycount = 0; + I32 propcount = 1; + I32 spritecount = 0; + VEC3 startpos = { 10, 10, 0 }; + F32 startang = -0.372549; + DEF props { + DEF 0 { + CLR clr = { 1, 1, 1, 1 }; + } + } + DEF walls { + DEF 0 { + VEC3 start = { 0, 0, -40 }; + VEC3 end = { 10, 0, 80 }; + I32 propid = 0; + } + } + DEF polygons { + } + DEF sprites { + } +} |
