diff options
| author | iamcheeseman <[hidden email]> | 2026-01-13 00:01:44 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-13 00:01:44 -0500 |
| commit | afb58a61abd0e8114a090ab0ad664d59c10dd4b1 (patch) | |
| tree | 241788a343d7a206f1bb9394519d6f562eda8c21 /tools/compile_assets | |
| parent | 58de3f9ddc72c5dbf433e45babb43a06c819cb4f (diff) | |
formatter
Diffstat (limited to 'tools/compile_assets')
| -rw-r--r-- | tools/compile_assets/main.odin | 5 |
1 files changed, 5 insertions, 0 deletions
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 = { <anim-load>} +//odinfmt: disable + rooms: [Room_Id]Room_Resource = { <room-load>} @@ -55,6 +57,8 @@ tilesets: [Tileset_Id]Tileset_Resource = { tiles: []Tile_Resource = { <tiles-load>} +//odinfmt: enable + world: []Room_Position_Resource = { <room-positions>} @@ -63,6 +67,7 @@ path_to_id: map[string]Resource_Id = { load_resources :: proc() { } + ` images: map[string]string |
