heretic2-sdk/Toolkit/Designer/qdtexamples/Tiles_Test.qdt
1998-12-10 00:00:00 +00:00

52 lines
1.1 KiB
Text

$load art/gfx/gamepal.lbm
$mippal
$mipdir Test
;=================================================
;FLOORS
;=================================================
$load art/gfx/textures/Test/tanbrick.pcx
$mip tanbrick 0 0 128 128
$load art/gfx/textures/Test/bluebrick.pcx
$mip bluebrick 0 0 128 128
$load art/gfx/textures/Test/rock.pcx
$mip rock 0 0 128 128
$load art/gfx/textures/Test/tanbrick0.pcx
$mip tanbrick0 0 0 128 128
$load art/gfx/textures/Test/bluebrick0.pcx
$mip bluebrick0 0 0 128 128
$load art/gfx/textures/Test/rock0.pcx
$mip rock0 0 0 128 128
$load art/gfx/textures/Test/256x256.pcx
$mip 256x256 0 0 256 256
$load art/gfx/textures/Test/swampsky.pcx
$mip swampsky 0 0 256 256
$load art/gfx/textures/Test/conv1.pcx
$mip conv1 0 0 64 64 anim conv2
$load art/gfx/textures/Test/conv2.pcx
$mip conv2 0 0 64 64 anim conv3
$load art/gfx/textures/Test/conv3.pcx
$mip conv3 0 0 64 64 anim conv4
$load art/gfx/textures/Test/conv4.pcx
$mip conv4 0 0 64 64 anim conv5
$load art/gfx/textures/Test/conv5.pcx
$mip conv5 0 0 64 64 anim conv1
;=================================================