aboutsummaryrefslogtreecommitdiff
path: root/src/resources.odin
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-01-14 15:05:20 -0500
committeriamcheeseman <[hidden email]>2026-01-14 15:05:20 -0500
commit8d824c95f1b64bec6d7e298c7c7d925c4ba3422a (patch)
treea3ce2a994fe4007390ad6d8c9603b6f87b2febb6 /src/resources.odin
parent9774795b85710c018dca4219ba5c8a71775caadd (diff)
formatting and other cool changes
Diffstat (limited to 'src/resources.odin')
-rw-r--r--src/resources.odin1
1 files changed, 1 insertions, 0 deletions
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,
}