Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Piranha Plant. The potted nuisance stole your characters stuff!
- ========================================================================
- So let's start off with the basics. The compatibility is a 32x32 image of something that relates to your character. Example: Papyrus could be spaghetti. So think about something that relates to your character. Such as a personal belonging.
- ========================================================================
- How to add:
- ========================================================================
- Copy this into init.gml: plant_taunt = sprite_get("SPRITE");
- Replacing sprite with the name of your sprite.
- Then: in load sprite_change_offset("SPRITE", 38, 56);
- ========================================================================
- Beeg Brain ideas
- ========================================================================
- If you really wanted you could have Plant pull multiple items by using random_func to set plant_taunt to different images.
- If you did everything right and also made sure to upscale the image x2 and it's 32x32 then there shouldn't be issues. If any occur DM me on discord @DonGT#3852
Add Comment
Please, Sign In to add comment