9 lines
146 B
Lua
9 lines
146 B
Lua
-- Invector, License MIT, Author Jordach
|
|
|
|
-- AI handling routines.
|
|
|
|
invector.ai = {}
|
|
|
|
function invector.ai.chase_player(ai_kart, target_kart)
|
|
|
|
end |