Domarius

Results 5 issues of 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; ![Peek 2021-09-21 10-20](https://user-images.githubusercontent.com/7411541/134096339-e96b665b-a9e7-40e3-bf88-c27d28a0a562.gif) Make a project in a path likes this: /home/domarius/haxe_test/ Intellisense works; ![Peek...

**Describe the bug** A fragment shader will fail to run in Linux (full build) if the shader uses "textureSize" anywhere in its code. The same shader will work fine in...

I've added layouts for Linux, for the two gamepads: - 8BitDo Pro 2 - Logitech Logitech Dual Action Domarius

Given the following code (a variation on what is provided in the [documentation](https://defold.com/extension-steam/#usage)): ```lua local status, error = pcall(steam.init) if not status then print("Steam Error: " .. error) return else...