CommitLog |
This commit is contained in:
parent
ee7afa2a68
commit
a5d1b47015
3 changed files with 17 additions and 14 deletions
|
@ -28,19 +28,6 @@
|
|||
<string>generated_count = 0;
|
||||
generated_areas[10000] = 0;
|
||||
|
||||
///Generate World
|
||||
|
||||
|
||||
var startx = view_xview[0];
|
||||
var starty = view_yview[0]
|
||||
var xmax = startx + view_wview[0];
|
||||
var ymax = starty + view_hview[0];
|
||||
|
||||
xmax = xmax - (xmax % 32);
|
||||
ymax = ymax - (ymax % 32);
|
||||
|
||||
startx = startx - (startx % 32);
|
||||
starty = starty - (starty % 32);
|
||||
|
||||
</string>
|
||||
</argument>
|
||||
|
|
Reference in a new issue