dik what this was but pushing ancient changes

This commit is contained in:
2024-10-18 18:00:23 -04:00
parent e7201941fe
commit fdeb0bae4f
28 changed files with 161 additions and 47 deletions

View File

@ -0,0 +1,12 @@
[configuration]
entry_symbol = "SENative_Init"
[libraries]
linux.64.debug = "bin/SENative.linux.debug.64.so"
linux.64.release = "bin/SENative.linux.release.64.so"
windows.64.debug = "bin/SENative.windows.debug.64.dll"
windows.64.release = "bin/SENative.windows.release.64.dll"
macos.debug = "bin/SENative.debug.framework"
macos.release = "bin/SENative.release.framework"

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +0,0 @@
[configuration]
entry_symbol = "example_library_init"
[libraries]
linux.64.debug = "bin/libgdexample.linux.debug.64.so"
linux.64.release = "bin/libgdexample.linux.release.64.so"
windows.64.debug = "bin/libgdexample.windows.debug.64.dll"
windows.64.release = "bin/libgdexample.windows.release.64.dll"
macos.debug = "bin/libgdexample.debug.framework"
macos.release = "bin/libgdexample.release.framework"

View File

@ -1,14 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://bqqewt05ne1ad"]
[gd_scene format=3 uid="uid://d3u3lj2du4mgd"]
[ext_resource type="Texture2D" uid="uid://cnv7sgufjc3fk" path="res://icon.png" id="1_tqon5"]
[node name="main" type="Node"]
[node name="GDExample" type="GDExample" parent="."]
position = Vector2(7.83596, 18.1283)
texture = ExtResource( "1_tqon5" )
[node name="Sprite2D" type="Sprite2D" parent="."]
modulate = Color(1, 0.309804, 0.580392, 1)
position = Vector2(214, 2)
texture = ExtResource( "1_tqon5" )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -1024.0
offset_bottom = -600.0

View File

@ -17,4 +17,4 @@ config/features=PackedStringArray("4.0", "Vulkan Clustered")
[native_extensions]
paths=["res://../Source/gdexample.gdextension"]
paths=["res://SENative.gdextension"]