Port gdscript to haxe/kiss

This commit is contained in:
2023-02-15 05:47:53 -07:00
parent 3a21c8b687
commit 008eea39cf
9 changed files with 86 additions and 68 deletions

View File

@@ -1,12 +1,15 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/EntryContainer.gd" type="Script" id=1]
[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