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 49e9603..0997585 100644
--- a/src/resources.odin
+++ b/src/resources.odin
@@ -20,6 +20,7 @@ Animation_Resource :: struct {
}
Object_Resource :: struct {
+ type: Object_Type,
pos: Vec2,
parallax: Vec2,
properties: map[string]any,