screen positions were stage positions all along

This commit is contained in:
2023-03-30 08:13:51 -06:00
parent 250b092192
commit 5da0f4f79e
10 changed files with 106 additions and 138 deletions

View File

@@ -12,7 +12,7 @@ TODO explain Director
You must add the type parameter in many places:
* Movie.hx (on class Movie)
* Movie.kiss (on prop director)
* Scene.hx (on typedef Scene) (if scenes will contain it)
* Movie.kiss (on properties director and scenes, and method _showScene)
* Director.hx (on class Director AND field movie)
* YourMovieType.hx, YourMovieType.kiss and YourDirectorType.hx, YourDirectorType.kiss in your Hollywoo director implementation