diff options
Diffstat (limited to 'data/default_map_settings.cfg')
| -rw-r--r-- | data/default_map_settings.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/default_map_settings.cfg b/data/default_map_settings.cfg index 706ee0a..589f650 100644 --- a/data/default_map_settings.cfg +++ b/data/default_map_settings.cfg @@ -10,15 +10,15 @@ if (strcmp $skybox "") [ ] materialreset -texture water "textures/water2.jpg" // water surface -texture 1 "textures/waterfall.jpg" // waterfall -texture 1 "textures/watern.jpg" // water normals -texture 1 "textures/waterdudv.jpg" // water distortion -texture 1 "textures/waterfalln.jpg" // waterfall normals -texture 1 "textures/waterfalldudv.jpg" // waterfall distortion +texture water "textures/water2.png" // water surface +texture 1 "textures/waterfall.png" // waterfall +texture 1 "textures/watern.png" // water normals +texture 1 "textures/waterdudv.png" // water distortion +texture 1 "textures/waterfalln.png" // waterfall normals +texture 1 "textures/waterfalldudv.png" // waterfall distortion -texture lava "textures/floor_lava2.jpg" 0 0 0 2 // lava surface -texture 1 "textures/floor_lava2.jpg" 0 0 0 2 // falling lava +texture lava "textures/floor_lava2.png" 0 0 0 2 // lava surface +texture 1 "textures/floor_lava2.png" 0 0 0 2 // falling lava // texture definitions for the map: texturereset // starts the texture slot/index at 0 |
