aboutsummaryrefslogtreecommitdiff
path: root/src/resources.odin
diff options
context:
space:
mode:
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,
}