itch.io is community of indie game creators and players

Devlogs

Project T, Journal Entry 7

Project T
A downloadable game

Fixed column issue in script walkthrough projects. 

time I am guessing that it was at least 20 minutes till I realised that the issue was that I wrote false instead of true in Column Damage


private void OnCollisionEnter2D(Collision2D collision)

    {

        BulletHandler bullet = collision.gameObject.GetComponent<BulletHandler>();

        if (bullet != null)

        {

            columnParts.SetActive(true);

            gameObject.SetActive(false);

        }

    }

:((((

Files

  • Scripts3.zip 84 MB
    Apr 18, 2023
Download Project T
Leave a comment