bugfix(rtmi-ui): rtmi's inventory calls to super._ready() on _ready()

This commit is contained in:
2025-01-22 23:21:43 +01:00
parent ee81ffa5fd
commit 351060c697

View File

@@ -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