mirror of
https://gitlab.com/GameFeverOnline/py-mmlv.git
synced 2025-12-18 17:57:42 -04:00
Tested program as a module
This commit is contained in:
parent
b52228eeb4
commit
7439c11168
4 changed files with 142 additions and 95 deletions
|
|
@ -4,7 +4,7 @@ aliases = {
|
|||
"level_name" : "1a",
|
||||
"user_icon" : "4b",
|
||||
"slide" : "1b",
|
||||
"charge" : "1d",
|
||||
"charge" : "1c",
|
||||
"double_damage" : "1ba",
|
||||
"proto_strike" : "1ca",
|
||||
"double_jump" : "1bb",
|
||||
|
|
@ -30,7 +30,16 @@ aliases = {
|
|||
"weapon_slot_10" : "1k10",
|
||||
"weapon_slot_11" : "1k11",
|
||||
"level_music" : "1m",
|
||||
"room_active" : "2a" #2aX,Y="1.000"
|
||||
"room_active" : "2a", #2aX,Y="1.000"
|
||||
"game_version" : "0v",
|
||||
"charge_broom" : "1cc",
|
||||
"dodge_roll" : "1cb",
|
||||
"background_color" : "1e",
|
||||
"boss_portrait" : "1f",
|
||||
"boss_count" : "1bc",
|
||||
"music" : "1m",
|
||||
"track_id" : "1l",
|
||||
"spike_subtype" : "l"
|
||||
}
|
||||
|
||||
weapons = {
|
||||
|
|
@ -91,8 +100,6 @@ supported_values = {
|
|||
|
||||
tile_names = {
|
||||
"mm1cuttile" : '"3.000"'
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
block_with_coordinates = ["a", "k", "j", "i","e"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue