cbcerquiaga / YouMeAndTheEndOfTheWorld

A 2 player RPG set in a post-asteroid Earth and created with the Godot engine
MIT License
13 stars 4 forks source link

Link inventory item highlight to clicks #131

Closed cbcerquiaga closed 6 years ago

cbcerquiaga commented 6 years ago

Needs to effectively replicate the tabs.

cbcerquiaga commented 6 years ago

Attempted to do this by making the segment objects into buttons, but they aren't responding to clicks. I'll look into this.

cbcerquiaga commented 6 years ago

I made segments control nodes that have buttons as children, and the buttons are flat and match the location and size of the segment.