V-Panel/scenes/dashboard.gd

9 lines
140 B
GDScript3
Raw Normal View History

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