/vpet

Virtual Pet Template for Godot 4.2.2

Primary LanguageGDScriptMIT LicenseMIT

Virtual Pet Template

Virtual Pet Template for Godot 4.2.2

Template to create your own virtual pets for Windows

(The sprite on the image is just an example, it doesn't come with the template)

image


The pet has 2 movements systems:

1 - walk left to right

2 - walk to all directions (left, right, up and down)

  • It's possible to change on the script if the pet has gravity or not

  • It's recommended to use gravity if the pet is with the 1st movement system, and to not use the gravity when it's on the 2nd movement system

  • The pet can "talk" (appears a message on the top of his head) when clicked on him. The messages can be changed on the script


You can change the sprites and animations in the AnimatedSprite node

image