Really nice art style and presentation, the backgrounds were fantastic the animations on the character was also really well done, I would just be a little more careful with the writing especially when dealing with this subject matter. I also experienced a crash in the game I'll add the log in a comment below.
Viewing post in Take Me to a Better Place... jam comments
___________________________________________
############################################################################################
ERROR in
action number 1
of Keyboard Event for <Right> Key
for object obj_player:
Variable obj_player_crippled.Mobile(100469, -2147483648) not set before reading it.
at gml_Object_obj_player_Keyboard_39
############################################################################################
gml_Object_obj_player_Keyboard_39 (line -1)
It looks like what happened was that you pressed the right key, the variable "Mobile" wasn't declared.
That is so weird! She seems to function fine without "Mobile"... at least on my computer.
I don't know if I fixed it because I don't know exactly how it happened, but I put it in. I'll upload a patched version soon.