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,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/Playground.gd" type="Script" id=1]
[ext_resource path="res://build/src/PlaygroundEntries.cs" type="Script" id=1]
[node name="Playground" type="ScrollContainer"]
anchor_right = 1.0
@@ -16,3 +16,6 @@ margin_right = 1280.0
margin_bottom = 720.0
rect_min_size = Vector2( 1280, 720 )
script = ExtResource( 1 )
__meta__ = {
"haxe_script": "res://scripts/PlaygroundEntries.hx"
}