Add the intro cutscene, a start to the map, and various other things.

This commit is contained in:
Signal 2025-11-16 02:48:08 -05:00
parent d0c0a3ebb6
commit 1b2199705b
46 changed files with 1401 additions and 91 deletions

View file

@ -0,0 +1,15 @@
local ns = artifact
ns.objectives = {}
function ns.establish_objective()
end
function ns.complete_objective()
end
function ns.update_objective()
end