deprecate nat-godot-playground

This commit is contained in:
2023-04-29 20:55:41 -06:00
parent ffb2824a72
commit e8f03b630e
53 changed files with 0 additions and 77 deletions

View File

@@ -0,0 +1,22 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://build/src/EntryPanel.cs" type="Script" id=1]
[node name="EntryPanel" type="PanelContainer"]
margin_right = 40.0
margin_bottom = 40.0
mouse_filter = 1
script = ExtResource( 1 )
__meta__ = {
"haxe_script": "res://scripts/EntryPanel.hx"
}
[node name="EntryLabel" type="Label" parent="."]
margin_left = 7.0
margin_top = 13.0
margin_right = 192.0
margin_bottom = 27.0
text = "Hello NAT Godot Playground!"
[connection signal="mouse_entered" from="." to="." method="_on_EntryPanel_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_EntryPanel_mouse_exited"]