mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Core
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
--- This file creates a test gui that is used to test every input method
|
||||
--[[-- Core Module - Gui
|
||||
@module Gui
|
||||
@alias tests
|
||||
]]
|
||||
|
||||
--- Test.
|
||||
-- This file creates a test gui that is used to test every input method
|
||||
-- note that this does not cover every permutation only features in independence
|
||||
-- for example store in most cases is just by player name, but other store methods are tested with checkbox
|
||||
-- @section test
|
||||
|
||||
local Gui = require 'expcore.gui' --- @dep expcore.gui
|
||||
local format_chat_colour,table_keys = ext_require('expcore.common','format_chat_colour','table_keys') --- @dep expcore.common
|
||||
local Colors = require 'resources.color_presets' --- @dep resources.color_presets
|
||||
|
||||
Reference in New Issue
Block a user