diff --git a/main.c b/main.c index da2a4af..9f1d45a 100644 --- a/main.c +++ b/main.c @@ -720,7 +720,7 @@ static struct sg_bindings bind; } state; -AABB level_aabb = { .upper_left = {0.0f, 0.0f}, .lower_right = {2000.0f, -2000.0f} }; +AABB level_aabb = { .upper_left = {0.0f, 0.0f}, .lower_right = {TILE_SIZE * LEVEL_TILES, -(TILE_SIZE * LEVEL_TILES)} }; Entity entities[MAX_ENTITIES] = {0}; Entity *new_entity() diff --git a/todo.txt b/todo.txt index d4858f1..d81d78f 100644 --- a/todo.txt +++ b/todo.txt @@ -3,11 +3,13 @@ DONE - Animate text characters coming in DONE - Escape exits typing DONE - Get rid of enters and stars in javascript input box DONE - Space and e for attack and roll, tooltip +DONE - Sword improvements, deflect bullets + - Player knockback and drop shadow - Skeleton enemy - Shopkeep character - Don't flip player direction when you walk vertically - - Sword improvements, deflect bullets, player knockback - Save every request and response (server logs) + - Moose boss - Portal at end, exit level - Drop shadow on text, or outline. Something - Sound