aboutsummaryrefslogtreecommitdiff
path: root/src/prop.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop.odin')
-rw-r--r--src/prop.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop.odin b/src/prop.odin
index 1732467..34d4559 100644
--- a/src/prop.odin
+++ b/src/prop.odin
@@ -145,7 +145,7 @@ object_spawner_prop :: proc(obj: Object_Resource) {
make_wiggle_prop(Wiggle_Prop{
image_id = tile.image,
- pos = pos + Vec2{0, f32(img.height)},
+ pos = pos + offset,
scale = scale,
offset = offset,
rotation_factor = rotation_factor,