Good night me...
This commit is contained in:
parent
cabd180dfb
commit
513e4655f3
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
@ -167,6 +167,14 @@ package body world is
|
|||||||
end;
|
end;
|
||||||
end loop;
|
end loop;
|
||||||
--
|
--
|
||||||
|
for x in 0 .. width - 1 loop
|
||||||
|
for y in 0 .. height - 1 loop
|
||||||
|
if map.tiles (x, y) > 17 then
|
||||||
|
map.clips (x, y) := true;
|
||||||
|
end if;
|
||||||
|
end loop;
|
||||||
|
end loop;
|
||||||
|
--
|
||||||
for index in 1 .. landmark_limit loop
|
for index in 1 .. landmark_limit loop
|
||||||
map.landmarks (index).index := core.random (0, landmark_count - 1);
|
map.landmarks (index).index := core.random (0, landmark_count - 1);
|
||||||
map.landmarks (index).state := 0;
|
map.landmarks (index).state := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user