hollywoo project folder

This commit is contained in:
2021-10-17 00:28:07 -04:00
parent 531250ff86
commit 2f4c412347
6 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-lib kiss
-cp src
--main hollywoo.Main
--interp

View File

@@ -0,0 +1,17 @@
{
"main": "hollywoo.Main",
"name": "hollywoo",
"description": "produce Fountain screenplays as visual novels",
"classPath": "src/",
"dependencies": {
"kiss": ""
},
"url": "https://github.com/NQNStudios/kisslang",
"contributors": [
"NQNStudios"
],
"version": "0.0.0",
"releasenote": "",
"tags": [],
"license": "LGPL"
}

View File

@@ -0,0 +1,7 @@
package hollywoo;
import kiss.Kiss;
import kiss.Prelude;
@:build(kiss.Kiss.build())
class Main {}

View File

@@ -0,0 +1 @@
(print "Hello world!")

View File

@@ -0,0 +1,13 @@
|||Title: The First Hollywoo Script
Credit: written by
Author: Nat Quayle Nelson (she/her)
Contact: natquaylenelson@gmail.com
|>||||
|||EXT. CABIN - DAY
|>||||
|||A swanky cabin sits in a clearing in the Adirondacks. The Autumn colors are beautiful.
|>||||
|||INT. CABIN - SAME
|>||||
|||NAT NELSON (23, femme) sits by a tall window, typing on a laptop.
|>||||

View File

@@ -0,0 +1,3 @@
#! /bin/bash
haxe build.hxml