V-Panel/scenes/dashboard.gd

8 lines
140 B
GDScript

extends Control
@onready var grid: DashboardGrid = %DashboardGrid
func _ready() -> void:
get_window().mode = Window.MODE_FULLSCREEN