config.php
Gesponsorde koppelingen
PHP script bestanden
Code (php)
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
<?php
// Instellingen
$min_x = 0;
$min_y = 0;
$max_x = 20;
$max_y = 10;
$x = $min_x;
$y = $min_y;
$texture = array("grass","sand","water");
//
?>
// Instellingen
$min_x = 0;
$min_y = 0;
$max_x = 20;
$max_y = 10;
$x = $min_x;
$y = $min_y;
$texture = array("grass","sand","water");
//
?>