diff --git a/main.c b/main.c index 620dd1e..2a5d62e 100644 --- a/main.c +++ b/main.c @@ -6946,6 +6946,7 @@ ISANERROR("Don't know how to do this stuff on this platform.") } // angel screen + gs.no_angel_screen = true; { static float visible = 1.0f; bool should_be_visible = !gs.no_angel_screen; diff --git a/todo.txt b/todo.txt index bc687df..73ca172 100644 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,7 @@ Urgent: - gman character that gives you randomized goals such as (kill so and so) or (befriend blank) or (get john to go to other room), and decides itself with gpt when you're done with the game, when you've 'learned your lesson'. - room system where characters can go to rooms. camera constrained to room bounds, and know which rooms are near them to go to - make them understand they're holding their shotgun more +- Fix everything about the shotgun, put shotgun away - can't interact with characters while they're thinking - fix stencil image being resized working - bubbles collide with eachother so they can't overlap