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

@@ -16,6 +16,10 @@ module CyberarmEngine
window.pop_state
end
def shift_state
window.shift_state
end
def show_cursor
window.show_cursor
end