bugfix(rtmi-ui): rtmi's inventory calls to super._ready() on _ready()
This commit is contained in:
@@ -6,6 +6,7 @@ var inventory_visible: bool = false
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
super._ready()
|
||||
$FloatingInventory/panel.position.x = ProjectSettings.get_setting("display/window/size/viewport_width") - $FloatingInventory/panel.size.x
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user