Committed start of project

This commit is contained in:
2025-06-18 08:42:54 -07:00
parent 41161b443f
commit 52ebf82e0a
639 changed files with 8834 additions and 15 deletions

13
project.luxe Normal file
View 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