mirror of
https://gitlab.com/GameFeverOnline/py-mmlv.git
synced 2025-12-18 17:57:42 -04:00
Added set object
This commit is contained in:
parent
a894caba0a
commit
e55abe2c92
4 changed files with 365644 additions and 59 deletions
|
|
@ -39,8 +39,8 @@ aliases = {
|
|||
"boss_count" : "1bc",
|
||||
"music" : "1m",
|
||||
"track_id" : "1l",
|
||||
"spike_subtype" : "l"
|
||||
""
|
||||
"spike_subtype" : "l",
|
||||
"object_type" : "d"
|
||||
}
|
||||
|
||||
weapons = {
|
||||
|
|
@ -103,4 +103,8 @@ tile_names = {
|
|||
"mm1cuttile" : '"3.000"'
|
||||
}
|
||||
|
||||
object_names = {
|
||||
"energy_element" : "15"
|
||||
}
|
||||
|
||||
block_with_coordinates = ["a", "k", "j", "i","e"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue