Puppa Member 1 Dec 24, 2006 #1 How do I change the windowskin of just one scene? Somebody can help ? Thanks !
arev Sponsor 853 Dec 24, 2006 #2 After initializing each window, add something like this: Code: @initialized_window.windowskin = RPG::Cache.windowskin('filename') That's all Upvote 0 Downvote
After initializing each window, add something like this: Code: @initialized_window.windowskin = RPG::Cache.windowskin('filename') That's all
Puppa Member 1 Dec 24, 2006 #3 Thanks for answering ! So I can't do this for the whole scene, i have to set the windowskin for each window ? Upvote 0 Downvote
Thanks for answering ! So I can't do this for the whole scene, i have to set the windowskin for each window ?