This website requires JavaScript.
Explore
Help
Sign In
peterino
/
Backlog
Watch
1
Star
0
Fork
You've already forked Backlog
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
dev/variant-engine
Backlog
/
lib
/
lua
/
scripts
/
scratch.lua
7 lines
89 B
Lua
Raw
Permalink
Blame
History
-- creating an entity
entity
=
core.createEntity
(
)
;
entity.addComponent
(
core.Camera
)
;
Reference in New Issue
View Git Blame
Copy Permalink