Dongt

Plant Taunt Compatibility

Oct 8th, 2020 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Piranha Plant. The potted nuisance stole your characters stuff!
  2. ========================================================================
  3. 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.
  4.  
  5.  
  6. ========================================================================
  7. How to add:
  8. ========================================================================
  9.  
  10. Copy this into init.gml: plant_taunt = sprite_get("SPRITE");
  11. Replacing sprite with the name of your sprite.
  12.  
  13. Then: in load sprite_change_offset("SPRITE", 38, 56);
  14.  
  15.  
  16.  
  17.  
  18. ========================================================================
  19. Beeg Brain ideas
  20. ========================================================================
  21. If you really wanted you could have Plant pull multiple items by using random_func to set plant_taunt to different images.
  22.  
  23.  
  24. 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