add dashboard framework: responsive grid layout with modular cell system and fullscreen entry

This commit is contained in:
Eric Smith 2026-05-20 12:54:09 -04:00
parent f140d558b7
commit 5aabc1f7ef
6 changed files with 234 additions and 14 deletions

8
scenes/dashboard.gd Normal file
View file

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