You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
867 B
15 lines
867 B
-- LUALOCALS < --------------------------------------------------------- |
|
local include, nodecore |
|
= include, nodecore |
|
-- LUALOCALS > --------------------------------------------------------- |
|
|
|
nodecore.register_concrete_pattern({description = "Crossy"}) |
|
nodecore.register_concrete_pattern({description = "Starcrossy"}) |
|
nodecore.register_concrete_pattern({description = "Edgy", paramtype2 = "4dir"}) |
|
nodecore.register_concrete_pattern({description = "Corny", paramtype2 = "4dir"}) |
|
|
|
|
|
--nodecore.register_concrete_pattern({description = "Crossy", groups = {goban = 1}}) |
|
--nodecore.register_concrete_pattern({description = "Starcrossy", groups = {goban = 1}}) |
|
--nodecore.register_concrete_pattern({description = "Edgy", paramtype2 = "4dir", groups = {goban = 1}}) |
|
--nodecore.register_concrete_pattern({description = "Corny", paramtype2 = "4dir", groups = {goban = 1}})
|
|
|