From afb58a61abd0e8114a090ab0ad664d59c10dd4b1 Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Tue, 13 Jan 2026 00:01:44 -0500 Subject: formatter --- tools/compile_assets/main.odin | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/compile_assets/main.odin b/tools/compile_assets/main.odin index 68c5625..e33dc37 100644 --- a/tools/compile_assets/main.odin +++ b/tools/compile_assets/main.odin @@ -46,6 +46,8 @@ images: [Image_Id]Image_Resource = { animations: [Animation_Id]Animation_Resource = { } +//odinfmt: disable + rooms: [Room_Id]Room_Resource = { } @@ -55,6 +57,8 @@ tilesets: [Tileset_Id]Tileset_Resource = { tiles: []Tile_Resource = { } +//odinfmt: enable + world: []Room_Position_Resource = { } @@ -63,6 +67,7 @@ path_to_id: map[string]Resource_Id = { load_resources :: proc() { } + ` images: map[string]string -- cgit v1.3-2-g0d8e