mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 11:35:53 +00:00
Debug addon and removed old scaling
This commit is contained in:
parent
ed502eb061
commit
ca85765ca2
16 changed files with 1637 additions and 11 deletions
4
addons/DebugGUI/Attributes/DebugGUIPrintAttribute.cs
Normal file
4
addons/DebugGUI/Attributes/DebugGUIPrintAttribute.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
using System;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public class DebugGUIPrintAttribute : Attribute { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue