From 8d824c95f1b64bec6d7e298c7c7d925c4ba3422a Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Wed, 14 Jan 2026 15:05:20 -0500 Subject: formatting and other cool changes --- src/resources.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'src/resources.odin') diff --git a/src/resources.odin b/src/resources.odin index 0997585..0a4f843 100644 --- a/src/resources.odin +++ b/src/resources.odin @@ -22,6 +22,7 @@ Animation_Resource :: struct { Object_Resource :: struct { type: Object_Type, pos: Vec2, + size: Vec2, parallax: Vec2, properties: map[string]any, } -- cgit v1.3-2-g0d8e