diff --git a/sonic-radiance.love/scenes/overworld/actors/gizmo.lua b/sonic-radiance.love/scenes/overworld/actors/gizmo.lua index 76f6eb8..de5a069 100644 --- a/sonic-radiance.love/scenes/overworld/actors/gizmo.lua +++ b/sonic-radiance.love/scenes/overworld/actors/gizmo.lua @@ -38,6 +38,7 @@ function Gizmo:applyProperties() self.needButton = self.properties.needButton self.charId = self.properties.charId or 1 self.charset = self.properties.charset or nil + self.charDir = self.properties.charDir or "down" self.cantTurn = self.properties.cantTurn or self.cantTurn if (self.properties.event ~= nil) then local data = require("datas.gamedata.events." .. self.properties.event)