source: nikanabo/current/bsl/original/IGMD/EnvWarehouse/warehouse_main.bsl@ 226

Last change on this file since 226 was 185, checked in by geyser, 17 years ago
File size: 235 bytes
RevLine 
[185]1#
2# warehouse_main.bsl
3#
4
5var int my_save_point;
6
7func void main(void)
8{
9 env_show 2010 0
10 gl_fog_blue=.15
11 gl_fog_red=.15
12 gl_fog_green=.15
13 gl_fog_start=.99
14 gs_farclipplane_set 5000
15 obj_create 20 20
16 level_start
17
18}
Note: See TracBrowser for help on using the repository browser.