hollywoo project folder
This commit is contained in:
4
projects/hollywoo/build.hxml
Normal file
4
projects/hollywoo/build.hxml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
-lib kiss
|
||||||
|
-cp src
|
||||||
|
--main hollywoo.Main
|
||||||
|
--interp
|
||||||
17
projects/hollywoo/haxelib.json
Normal file
17
projects/hollywoo/haxelib.json
Normal 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
projects/hollywoo/src/hollywoo/Main.hx
Normal file
7
projects/hollywoo/src/hollywoo/Main.hx
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package hollywoo;
|
||||||
|
|
||||||
|
import kiss.Kiss;
|
||||||
|
import kiss.Prelude;
|
||||||
|
|
||||||
|
@:build(kiss.Kiss.build())
|
||||||
|
class Main {}
|
||||||
1
projects/hollywoo/src/hollywoo/Main.kiss
Normal file
1
projects/hollywoo/src/hollywoo/Main.kiss
Normal file
@@ -0,0 +1 @@
|
|||||||
|
(print "Hello world!")
|
||||||
@@ -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
projects/hollywoo/test.sh
Normal file
3
projects/hollywoo/test.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
haxe build.hxml
|
||||||
Reference in New Issue
Block a user