ソースを参照

update zmp

master
sasgis 54年前
コミット
7c268256cf
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      Google/GoogleLand.zmp/GetUrlScript.txt

+ 2
- 1
Google/GoogleLand.zmp/GetUrlScript.txt ファイルの表示

@@ -1,3 +1,4 @@
begin
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
if (GetZ < 17) then
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
end.

読み込み中…
キャンセル
保存