V-Panel/scenes/dashboard.tscn

20 lines
590 B
Text
Raw Normal View History

[gd_scene format=3 uid="uid://c3gq43o1aqy0b"]
[ext_resource type="Script" path="res://scenes/dashboard.gd" id="1"]
[ext_resource type="Script" path="res://scripts/dashboard_grid.gd" id="2"]
[ext_resource type="Theme" path="res://themes/default_theme.tres" id="3"]
[node name="Dashboard" type="PanelContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource("3")
script = ExtResource("1")
[node name="DashboardGrid" type="Control" parent="."]
unique_name_in_owner = true
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource("2")