mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Debug stats and nonfunctional bursts
This commit is contained in:
parent
2537f15095
commit
e6448c7f0a
6 changed files with 258 additions and 34 deletions
11
Scenes/debug_stats.tscn
Normal file
11
Scenes/debug_stats.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cio2gclfs7s37"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/DebugStats.cs" id="1_22s7t"]
|
||||
|
||||
[node name="DebugStats" type="MarginContainer"]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
script = ExtResource("1_22s7t")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue