edradish

Demopan Compatibility Guide

Aug 11th, 2020 (edited)
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Demopan Char Compatibility Guide
  2.  
  3. For his Up Air, Demopan uses a Conscientious Objector, by default it has 5 generic options, Chars with added compatibility will have their Animation chosen 50% of the time with the other half being a generic option.
  4.  
  5. To add your own sign, first add the following lines of Code in their respective scripts
  6.  
  7.  
  8.  
  9. //load.gml
  10.  
  11. sprite_change_offset("object", 127, 169);
  12.  
  13. //init.gml
  14.  
  15. object = sprite_get("object");
  16.  
  17. Next get the image from here https://imgur.com/a/5IpoQP7, and edit it however you wish, you might need to use mixels to fit everything in. Make sure the title is object_strip9, place it in your sprites folder and you're good to go!
  18.  
  19. Note : You don't HAVE to use the sign, if you wish to you may give him a random object to bash people with, just take care to make sure the hitbox matches.
  20.  
  21. ARCHIVED PATENT PENDING "FUNNY" GUIDE HERE : https://pastebin.com/Lh5YzYUt
Add Comment
Please, Sign In to add comment