function cutscene_test_init()
-- game_peg_load("interface-chopshop1_1b")
-- bitmap_sheets_update()
end
function cutscene_test_cleanup()
-- game_peg_unload("interface-chopshop1_1b")
-- bitmap_sheets_update()
end
function shot_start()
debug_print("test", "Shot is now starting!\n")
end