Updated Animator to be usable, added logo texture/image, 'finished' Intro state, added Window#shift_state

This commit is contained in:
2021-04-19 19:13:15 +00:00
parent 676545f3c7
commit 8002708695
6 changed files with 112 additions and 30 deletions

View File

@@ -149,6 +149,7 @@ module CyberarmEngine
@textobject.send(method, @text, _x + @shadow_size, _y, @z, @factor_x, @factor_y, white, :add)
@textobject.send(method, @text, _x + @shadow_size, _y + @shadow_size, @z, @factor_x, @factor_y, white, :add)
end
@rendered_shadow.draw(@x - @shadow_size, @y - @shadow_size, @z, @factor_x, @factor_y, shadow_color)
end