add steam overlay, achievements and stats managers
This commit is contained in:
8
addons/godotsteam/editor/steamworks_panel.gd
Normal file
8
addons/godotsteam/editor/steamworks_panel.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
@tool
|
||||
extends Control
|
||||
|
||||
@onready var container_frame: VBoxContainer = %ContainerFrame
|
||||
|
||||
|
||||
func add_companion_dock(companion_dock: Control) -> void:
|
||||
container_frame.add_child(companion_dock)
|
||||
Reference in New Issue
Block a user