deprecate nat-godot-playground
This commit is contained in:
22
projects/_deprecated/nat-godot-playground/EntryPanel.tscn
Normal file
22
projects/_deprecated/nat-godot-playground/EntryPanel.tscn
Normal 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"]
|
Reference in New Issue
Block a user