mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +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
16
addons/DebugGUI/Examples/DebugGUIExamples.tscn
Normal file
16
addons/DebugGUI/Examples/DebugGUIExamples.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cwxrep5n7yml0"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/DebugGUI/Examples/DebugGUIExamples.cs" id="1_herxx"]
|
||||
[ext_resource type="Script" path="res://addons/DebugGUI/Examples/debugGUI_examples.gd" id="2_acgyp"]
|
||||
|
||||
[node name="C# Example" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_herxx")
|
||||
|
||||
[node name="gdscript example" type="Node" parent="."]
|
||||
script = ExtResource("2_acgyp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue