Larvik commited on
Commit
61c945a
·
verified ·
1 Parent(s): 50f82f4

Upload hpgs.py

Browse files
Files changed (1) hide show
  1. hpgs.py +3 -3
hpgs.py CHANGED
@@ -14,7 +14,7 @@ Tools<br>
14
  <img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/kato.png'><img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/kato_eng.png'>
15
  https://ja.wikipedia.org/wiki/加藤正人_(ゲームクリエイター)<br>
16
  <h3>ファイナルファンタジーVII(1997年)(PlayStation): 企画・演出(ヘルプとしての飛び入り参加)<br>
17
- His Debug Room are numbered J and K, the last of 20 Debug Room numbers, so he must be a very very late newcomer into the team after "Nomura's *Let's kill the heroine* phone call" incident.</h3><br>
18
  Most of his scripts inherited from Chiba's, including similar joke nicknames in their Debug Rooms, and only these two use "Cait" instead of "Ketcy".
19
  <img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/Kato_from_Chiba.png'><br>
20
  '''
@@ -42,7 +42,7 @@ function lnkclk(){loadipy(this.id);}
42
  laztsk=0;
43
  function glfixpos(){
44
  var cursk=(window.scrollY>>0);
45
- if(cursk > (laztsk+50) || cursk < (laztsk-50)){
46
  glogl.style.marginTop=cursk+'px';
47
  laztsk=cursk;
48
  }
@@ -62,6 +62,6 @@ function addlnk()
62
  {
63
  addlnk();
64
  glogl=document.getElementById('component-25');
65
- setInterval(glfixpos, 10000);
66
  }'''
67
  ]
 
14
  <img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/kato.png'><img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/kato_eng.png'>
15
  https://ja.wikipedia.org/wiki/加藤正人_(ゲームクリエイター)<br>
16
  <h3>ファイナルファンタジーVII(1997年)(PlayStation): 企画・演出(ヘルプとしての飛び入り参加)<br>
17
+ His Debug Rooms are numbered J and K, the last of 20 Debug Room numbers, so he must be a very very late newcomer into the team after "Nomura's *Let's kill the heroine* phone call" incident.</h3><br>
18
  Most of his scripts inherited from Chiba's, including similar joke nicknames in their Debug Rooms, and only these two use "Cait" instead of "Ketcy".
19
  <img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/Kato_from_Chiba.png'><br>
20
  '''
 
42
  laztsk=0;
43
  function glfixpos(){
44
  var cursk=(window.scrollY>>0);
45
+ if(cursk > (laztsk+300) || cursk < (laztsk-300)){
46
  glogl.style.marginTop=cursk+'px';
47
  laztsk=cursk;
48
  }
 
62
  {
63
  addlnk();
64
  glogl=document.getElementById('component-25');
65
+ setInterval(glfixpos, 1024);
66
  }'''
67
  ]