mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Add fake animation manager to Lua test
This commit is contained in:
@@ -40,6 +40,10 @@ TheApp = {
|
||||
isCurrentSpeed = function(self, s) return s == self.speed end,
|
||||
gameLog = function() end,
|
||||
},
|
||||
animation_manager = {
|
||||
setPatientMarker = function(...) end,
|
||||
setStaffMarker = function(...) end,
|
||||
},
|
||||
}
|
||||
|
||||
local sub_S = setmetatable({key = ''}, {
|
||||
|
Reference in New Issue
Block a user