Zekallinos
Sponsor
I have seen some threads here and there about creating pictures, something like :
First of all, I'd much rather have a class then just a variable (cleaner). But why bother creating a class, when there is already one, Game_Picture? Although I don't fully understand how it works.
1. It is referred as $game_screen.pictures
Code:
$test = Sprite.new
$test.bitmap = RPG::Cache.picture('test.png')
First of all, I'd much rather have a class then just a variable (cleaner). But why bother creating a class, when there is already one, Game_Picture? Although I don't fully understand how it works.
1. It is referred as $game_screen.pictures