Kacper Wojciechowski
Kacper Wojciechowski
@endel thanks for quick reply! 🙌🏻 Didn't have too much time today to look properly at this, but it looks like getters/setters are not set properly for properties with initial...
It's looks like TypeScript's `type` decorator also does not work 😢. I've tried also using different versions, but without any luck. Here's the same example from CodeSandbox, but uses `ts-node`...
Looks like creating `simple.gdns` from Godot's interface works fine. ``` [gd_resource type="NativeScript" load_steps=2 format=2] [sub_resource type="GDNativeLibrary" id=1] config_file = Object(ConfigFile,"script":null) entry/Windows.64 = "res://path/to/simple.dll" dependency/Windows.64 = [ ] [resource] class_name =...
@endel have you seen https://github.com/drizzle-team/drizzle-orm? It's a cool ORM on top of Zod. Zod could be handy in declaring schemas for rooms in the future 👀