completed set_player

This commit is contained in:
Timothy GFO 2023-10-18 00:52:36 -04:00
parent 45b6344f28
commit 07a393b9b7
5 changed files with 135 additions and 84 deletions

View file

@ -42,7 +42,8 @@ aliases = {
"spike_subtype" : "l",
"object_type" : "d",
"bg" : "2d",
"lava_status" : "q"
"lava_status" : "q",
"mistery":"1t" # REMEMBER THIS
}
@ -110,7 +111,7 @@ object_names = {
background_names = {
"cut" : "115"
}
block_with_coordinates = ["a", "k", "j", "i","e", "o", "d", "q"]
block_with_coordinates = ["a", "k", "j", "i","e", "o", "d", "q", "r", ]
tile_identifiers = [["a", "enable"], ["k", "sub_type"], "j", "i","e"]
spike_identifiers = [["l", "direction"],"i","e","a"]
spike_direction = [["1" ,"point_down"], ["0", "point_up"], ["2", "point_left"], ["3", "point_right"], ["4", "center"]]