added link to worlds between code blocks

This commit is contained in:
SelfDevTv 2024-05-27 22:05:31 +02:00
parent f6704d8451
commit afd2dbb406

View file

@ -147,6 +147,8 @@ print(Systems.systemName)
-- Registers the loaded systems. Either with a for loop for automatic registering, or manually (you can choose the order)
-- Create World first, also see:
[Worlds](#worlds)
```
```lua
local myWorld = Concord.world()
--for loop