help!!! picture on custom window

johanes

Hobo
Veteran
Joined
Oct 13, 2016
Messages
97
Reaction score
9
First Language
Filipino
Primarily Uses
N/A
Ive watched a tutorial about making custom windows, so I tried making some. Date window, currency window but I cant make a window with the actors face. it just wont show


am I doing it wrong

Code:
/*:
 * @plugindesc FaceWindow
 * @author JohanesGroon
 * @help
 */
 
(function(){
    
    var _Scene_Map_start = Scene_Map.prototype.start;
    Scene_Map.prototype.start = function() {
        _Scene_Map_start.call(this);
        this._createfacewindow = new Face_Window(544, 417);
        this.addChild(this._createfacewindow);

    };

    function Face_Window() {
        this.initialize.apply(this, arguments);
    }

    Face_Window.prototype = Object.create(Window_Base.prototype);
    Face_Window.prototype.constructor = Face_Window;

    Face_Window.prototype.initialize = function(x, y) {
        Window_Base.prototype.initialize.call(this, x, y, 252,187);
        
        this.drawFace("Actor1", 1, 0, 0, 144, 144);
        
    };
    
})();
 

Celianna

Tileset artist
Veteran
Joined
Mar 1, 2012
Messages
10,557
Reaction score
5,592
First Language
Dutch
Primarily Uses
RMMV
I've moved this thread to plugin support. Please be sure to post your threads in the correct forum next time. Thank you.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,038
Messages
1,018,466
Members
137,821
Latest member
Capterson
Top