laughsuggestion
laughsuggestion
I tried to create a new map, then a new layer, and then open a tileset and got this as a result:  I tried various sizes of tile sheets...
Trying Veldrid/ImGui example: ``` class Program { static void Main(string[] args) { VeldridStartup.CreateWindowAndGraphicsDevice( new WindowCreateInfo(50, 50, 1280, 720, WindowState.Normal, "ImGui.NET Sample Program"), new GraphicsDeviceOptions(true, null, true, ResourceBindingModel.Improved, true, true), out...
Not sure if I missed something or not, but I cannot seem to add breakpoints in the editor.
```haxe class Main { static function main() { var a:Float = 9999.0; var b:Float = 1.0; var c:Float = 0.0; c = c / b; var d = 5 -...
Opening the latest download of the mac build from the CUO site just crashes
Code: ``` package main foo : Maybe(any) main :: proc() { bar : i32 = 1234 foo = bar } ``` Build Output: `[1] 92297 segmentation fault odin build .`