exorstudios / riftbreaker-tools

Modding and content creation tools for The Riftbreaker. Extract the contents of the archive to the root folder of the game.
22 stars 0 forks source link

Show trigger size + shape #414

Closed SenorRagequit closed 8 months ago

SenorRagequit commented 9 months ago

Enter your feature description.

Some entities got Triggers (as a child f.e)

    children
    {
        EntityBlueprint
        {
            name "buildings/defense/wall_gate/trigger"

            AttachmentDesc
            {
                attachment "att_door"
            }

            TriggerDesc
            {
                owner       "parent"
                type        "GRID"

                collision   "character"
                Shapes
                {
                    PhysicsSphereShape
                    {
                        r "6"
                    }
                }
            }
        }

and it would be very handy to see that size + shape in the model editor. Maybe as a new button on the side, like we got with Physics stuff. grafik

lukaasm commented 8 months ago

Duplicate #357