hollywoo project folder
This commit is contained in:
4
build.hxml
Normal file
4
build.hxml
Normal file
@@ -0,0 +1,4 @@
|
||||
-lib kiss
|
||||
-cp src
|
||||
--main hollywoo.Main
|
||||
--interp
|
17
haxelib.json
Normal file
17
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
src/hollywoo/Main.hx
Normal file
7
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
src/hollywoo/Main.kiss
Normal file
1
src/hollywoo/Main.kiss
Normal file
@@ -0,0 +1 @@
|
||||
(print "Hello world!")
|
13
src/hollywoo/examples/basic.fountain.hollywoo.ktxt2
Normal file
13
src/hollywoo/examples/basic.fountain.hollywoo.ktxt2
Normal 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.
|
||||
|>||||
|
Reference in New Issue
Block a user