mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-06 22:27:53 -04:00
added link to worlds between code blocks
This commit is contained in:
parent
f6704d8451
commit
afd2dbb406
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
-- Registers the loaded systems. Either with a for loop for automatic registering, or manually (you can choose the order)
|
||||||
-- Create World first, also see:
|
-- Create World first, also see:
|
||||||
[Worlds](#worlds)
|
[Worlds](#worlds)
|
||||||
|
```
|
||||||
|
```lua
|
||||||
local myWorld = Concord.world()
|
local myWorld = Concord.world()
|
||||||
|
|
||||||
--for loop
|
--for loop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue