Skip to content

Commit add5655

Browse files
committed
Human: Random map by default
1 parent c233e9f commit add5655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<script type="text/javascript" src="utils/organics.js"></script>
9898
<script type="text/javascript" src="llemmings.js"></script>
9999
<script type="text/javascript">
100-
Llemmings.init(document.getElementById('canvas'), { seed : 1681139505452 }, true);
100+
Llemmings.init(document.getElementById('canvas'), { seed : null, resources : { lemmings : 150 } }, true);
101101
Llemmings.start();
102102
</script>
103103

0 commit comments

Comments
 (0)