py-mmlv/testing_grounds.py
2023-10-05 01:56:25 -04:00

24 lines
606 B
Python

# A Mega Man Maker MMLV Library/Module By Timothy J. (GameFeverOnline, www.youtube.com/@GameFeverOnline)
import mmlv_library as mmlv
"""
_|_ _ __|_o._ _ _ .__ ._ _| _
|_(/__> |_|| |(_| (_||(_)|_|| |(_|_>
_| _|
"""
mmlv.read_file("4 hour level PyMMLV.mmlv")
#
# # print(mmlv.get_user())
# #
# # mmlv.set_level_name("sample")
# # mmlv.set_user("Python")
# # print(count)
# # mmlv.connect_screen("v", 2, 1)
# # mmlv.set_background(0,0, 115)
# # mmlv.set_background(1,mmlv.max_room_y, "cut")
print(mmlv.get_block_contents(1,2))
# #mmlv.write_changes("sample.mmlv")
#del_tile(1,1)