py-mmlv/testing_grounds.py
2023-09-15 12:53:53 -04:00

27 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()
print(mmlv.get_user())
mmlv.set_level_name("sample")
mmlv.set_user("Python")
count = 0
#for column in range(max_y+1):
# count += 1
#
# for tile in range(max_x+1):
# count += 1
# set_tile(tile,column)
#set_room_active(max_room_x,max_room_y)
#set_tile(1,1)
print(count)
mmlv.write_changes("sample.mmlv")
#del_tile(1,1)