|
diff --git a/main.c b/main.c
|
| ... |
| 4 |
#include "all.h" |
4 |
#include "all.h" |
| 5 |
|
5 |
|
| 6 |
int main(void) { |
6 |
int main(void) { |
| 7 |
SetConfigFlags(FLAG_VSYNC_HINT); |
7 |
SetConfigFlags(FLAG_VSYNC_HINT | FLAG_WINDOW_RESIZABLE); |
| 8 |
InitWindow(1920, 1080, "Stalag"); |
8 |
InitWindow(1920, 1080, "Stalag"); |
| 9 |
SetTargetFPS(GetMonitorRefreshRate(GetCurrentMonitor())); |
9 |
SetTargetFPS(GetMonitorRefreshRate(GetCurrentMonitor())); |
| 10 |
|
10 |
|
| ... |
|
diff --git a/maps/demo1.map b/maps/demo1.map
|
| ... |
| 32 |
} |
32 |
} |
| 33 |
// brush 3 |
33 |
// brush 3 |
| 34 |
{ |
34 |
{ |
| 35 |
( -16 272 0 ) ( -16 273 0 ) ( -16 272 1 ) environment/planks_012 0 0 0 1 1 |
35 |
( -32 336 112 ) ( -32 272 112 ) ( -32 272 16 ) environment/paintedwood_008a 0 16 0 1 1 |
| 36 |
( -16 272 0 ) ( -16 272 1 ) ( -15 272 0 ) environment/planks_012 0 0 0 1 1 |
36 |
( -32 272 112 ) ( 64 272 112 ) ( 64 272 16 ) environment/paintedwood_008a 16 16 0 1 1 |
| 37 |
( -16 272 0 ) ( -15 272 0 ) ( -16 273 0 ) environment/planks_012 0 0 0 1 1 |
37 |
( 64 272 16 ) ( 64 336 16 ) ( -32 336 16 ) environment/paintedwood_008a 16 0 0 1 1 |
| 38 |
( 80 336 64 ) ( 80 337 64 ) ( 81 336 64 ) environment/planks_012 0 0 0 1 1 |
38 |
( -32 336 112 ) ( 64 336 112 ) ( 64 272 112 ) environment/paintedwood_008a 16 0 0 1 1 |
| 39 |
( 80 336 16 ) ( 81 336 16 ) ( 80 336 17 ) environment/planks_012 0 0 0 1 1 |
39 |
( 64 336 16 ) ( 64 336 112 ) ( -32 336 112 ) environment/paintedwood_008a 16 16 0 1 1 |
| 40 |
( 80 336 16 ) ( 80 336 17 ) ( 80 337 16 ) environment/planks_012 0 0 0 1 1 |
40 |
( 64 272 112 ) ( 64 336 112 ) ( 64 336 16 ) environment/paintedwood_008a 0 16 0 1 1 |
| 41 |
} |
41 |
} |
| 42 |
} |
42 |
} |
| 43 |
// entity 1 |
43 |
// entity 1 |
| 44 |
{ |
44 |
{ |
| 45 |
"classname" "info_player_start" |
45 |
"classname" "info_player_start" |
| 46 |
"origin" "-112 -16 40" |
46 |
"origin" "-112 -16 40" |
|
|
47 |
"angle" "180" |
| 47 |
} |
48 |
} |