6.4 update (minus sprites)

This commit is contained in:
infinitefusion
2024-12-21 09:43:11 -05:00
parent f70c2cfde4
commit 1e325366d2
1717 changed files with 140299 additions and 27845 deletions

View File

@@ -57,7 +57,7 @@ class Game_Picture
# opacity : opacity level
# blend_type : blend method
#-----------------------------------------------------------------------------
def show(name, origin, x, y, zoom_x, zoom_y, opacity, blend_type)
def show(name, origin, x, y, zoom_x=100, zoom_y=100, opacity=255, blend_type=0)
@name = name
@origin = origin
@x = x.to_f