This website works better with JavaScript
Home
Explore
Help
Sign In
lovr
/
lovr-docs
mirror of
https://github.com/bjornbytes/lovr-docs.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add Model example to manifest;
bjorn
7 years ago
parent
211c641156
commit
414a9385a0
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
examples/init.lua
+ 1
- 0
examples/init.lua
View File
@@ -1,4 +1,5 @@
return {
return {
'Cube',
'Cube',
+ 'Model',
'360_Image'
'360_Image'
}
}