mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
init.meta.json support (#183)
* A minimum viable product for init.meta.json * Properties support * Add ignoreUnknownChildren support * Apply requested changes * Use reflection guiding * Add a script to the test * Change to ignoreUnknownInstances * Apply requested changes
This commit is contained in:
committed by
Lucien Greathouse
parent
983d44947e
commit
0ed6c57c7f
5
test-projects/meta_files/src/Script/init.meta.json
Normal file
5
test-projects/meta_files/src/Script/init.meta.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"properties": {
|
||||
"Disabled": true
|
||||
}
|
||||
}
|
||||
1
test-projects/meta_files/src/Script/init.server.lua
Normal file
1
test-projects/meta_files/src/Script/init.server.lua
Normal file
@@ -0,0 +1 @@
|
||||
print("Hello, world")
|
||||
Reference in New Issue
Block a user