inventory_bar.gd
Extends: Control
Description
Property Descriptions
always_visible
@export var always_visible: bool = false
hide_when_gui_is_blocked
@export var hide_when_gui_is_blocked: bool = false
input_zone_height
@export var input_zone_height: int = 4
Defines the height in pixels of the zone where moving the mouse in the top of the screen will make the bar to show. Note: This value will be affected by the Experimental Scale GUI checkbox in Project Settings > Popochiu > GUI.
is_disabled
var is_disabled: bool = false
tween
var tween: Tween = null
panel_container
var panel_container: PanelContainer
box
var box: Container
hidden_y
var hidden_y: float