Committed start of project
This commit is contained in:
13
project.luxe
Normal file
13
project.luxe
Normal file
@ -0,0 +1,13 @@
|
||||
import "luxe: project" for Entry
|
||||
|
||||
class Project is Entry {
|
||||
|
||||
construct entry(target) {
|
||||
|
||||
name = "Quench Tree: Arboretum"
|
||||
renderer = "outline/renderer"
|
||||
settings = "outline/settings"
|
||||
|
||||
} //new
|
||||
|
||||
} //Project
|
||||
Reference in New Issue
Block a user