diff options
Diffstat (limited to 'src/resources.odin')
| -rw-r--r-- | src/resources.odin | 1 |
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, } |
