mirror of
https://gitlab.com/GameFeverOnline/py-mmlv.git
synced 2025-12-18 17:57:42 -04:00
completed set_player
This commit is contained in:
parent
45b6344f28
commit
07a393b9b7
5 changed files with 135 additions and 84 deletions
|
|
@ -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"]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue