ソースを参照

update zmp

pull/1/head
sasbot 4年前
コミット
318745d345
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.

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