Adrianotiger / desktopPet

Remembering the lovely eSheep (stray sheep) from 1995 -

Home Page:https://adrianotiger.github.io/desktopPet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change neko spawn location from middle of screen

Mrono opened this issue · comments

commented

I'd love to have him spawn in a different spot, currently it issues in some fps games because he will steal focus from the window due to the cursor being right where he spawns. Where in the files can I find that to modify?

Open the XML file for that pet. You need to edit this section:

<spawns>
    <spawn id="1" probability="20">
      <x>screenW-10</x>
      <y>areaH-imageH</y>
      <next probability="0">1</next>
    </spawn>
  </spawns>