3 changed files with 29 additions and 1 deletions
@ -0,0 +1,12 @@ |
|||||||
|
[gd_scene load_steps=2 format=3 uid="uid://byi2cseim0chx"] |
||||||
|
|
||||||
|
[ext_resource type="Script" path="res://Example/ProtocolHelper/Script/ViewProtocolHelper.cs" id="1_47a58"] |
||||||
|
|
||||||
|
[node name="ProtocolHelper" 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_47a58") |
@ -0,0 +1,16 @@ |
|||||||
|
using Godot; |
||||||
|
using System; |
||||||
|
|
||||||
|
public partial class ViewProtocolHelper : Node |
||||||
|
{ |
||||||
|
|
||||||
|
public override void _Ready() |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public override void _ExitTree() |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue