mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Merge pull request #2845 from lewri/fix_cabinet_marker
Fix cabinet staff marker
This commit is contained in:
@@ -42,8 +42,8 @@ object.usage_animations = {
|
||||
},
|
||||
}
|
||||
local anim_mgr = TheApp.animation_manager
|
||||
anim_mgr:setStaffMarker(object.usage_animations.east.in_use, {-1, 0})
|
||||
anim_mgr:setStaffMarker(object.usage_animations.north.in_use, {-1, 0})
|
||||
anim_mgr:setStaffMarker(object.usage_animations.east.in_use, {0, 0})
|
||||
anim_mgr:setStaffMarker(object.usage_animations.north.in_use, {0, 0})
|
||||
|
||||
object.orientations = {
|
||||
north = {
|
||||
|
Reference in New Issue
Block a user