Domarius
Domarius
Sorry, this is the only way I can see to ask this kind of question. Godot is compiled, and the demo project works! But none of the examples show me...
Make a project in a path likes this: /home/domarius/My Files/Game Development/Test/Haxe test 2/ No intellisense;  Make a project in a path likes this: /home/domarius/haxe_test/ Intellisense works; ): ```lua local status, error = pcall(steam.init) if not status then print("Steam Error: " .. error) return else...