Initial implementation of search, updated PacketHandler to behave more more like android app

This commit is contained in:
2021-01-30 21:27:16 -06:00
parent 8659bdfe4a
commit 4e9d3c0759
5 changed files with 366 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ module TAC
@animator = CyberarmEngine::Animator.new(start_time: 0, duration: 3_000, from: 0, to: 255)
@transition_color = Gosu::Color.new(0x00_000000)
@next_state = ARGV.include?("--redesign") ? NewEditor : Editor
@next_state = USE_REDESIGN ? NewEditor : Editor
end
def draw