Removed redundant copy of the tutorial's title at the beginning.

LOuroboros 2022-10-02 08:12:28 -03:00
parent 3c553d7ece
commit 8cafd64c33

@ -1,5 +1,3 @@
## Set Up Item Balls on a Map Without Needing New Scripts
Credits to Deokishisu for implementing this feature into [CrystalDust](https://github.com/Deokishisu/CrystalDust/commit/51f995fd7821f7bd8a85272d519a34dd2604cecf).
When making a hack, it's natural to want to litter various item balls containing items throughout the world. Doing this involves making a script for the item and then assigning that script to the item ball object and setting the respective flag id for when the player picks up the item.