hollywoo project folder

This commit is contained in:
2021-10-17 00:28:07 -04:00
commit 2313d68965
6 changed files with 45 additions and 0 deletions

4
build.hxml Normal file
View File

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

17
haxelib.json Normal file
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"
}

7
src/hollywoo/Main.hx Normal file
View File

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

1
src/hollywoo/Main.kiss Normal file
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.
|>||||

3
test.sh Normal file
View File

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