added set_background function

This commit is contained in:
Timothy GFO 2023-09-28 13:49:36 -04:00
parent 389623b3c0
commit dc64b4ed6e
4 changed files with 32 additions and 365559 deletions

View file

@ -40,7 +40,8 @@ aliases = {
"music" : "1m",
"track_id" : "1l",
"spike_subtype" : "l",
"object_type" : "d"
"object_type" : "d",
"bg" : "2d"
}
weapons = {
@ -104,7 +105,14 @@ tile_names = {
}
object_names = {
"energy_element" : "15"
"energy_element" : "15",
"party_ball" : "16"
}
background_names = {
"cut" : "115"
}
block_with_coordinates = ["a", "k", "j", "i","e"]