cb7b3f7bea
- Separate touchtips into in-world looktips vs wieldtips for inventory. - Automatically raycast and show tips for anything we're looking at. - Looktips don't work in full darkness, punch to activate a temporary touchtip for it, or use synesthesia lighting. - nodecore.show_touchtip API stubbed out (used in yctiwy). TODO: - Need to rework hint discovery to use raycast instead of just punching
18 lines
405 B
Lua
18 lines
405 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("setup")
|
|
include("breath")
|
|
include("hotbar")
|
|
include("touchtip")
|
|
include("looktip")
|
|
include("wieldtip")
|
|
include("crosshair")
|
|
include("pretrans")
|
|
include("cheats")
|
|
include("hints")
|