Hi, I'm currently playing sound effects (long sound effects) like this:
let music = { name: "se_name", volume: 100, pitch: 100, pan: 100 };
AudioManager.playSe(se);
However, this happpens with a slight delay and I'd like to get rid of this. Is there a way in which I can load an audio file in...
I've been working on a game for the last few weeks and wanted a realtime battle system. The Chrono engine didn't provide what I wanted and it wasn't exactly easy to set up.
So I figured why not make my own?
Features
- Attack animations
- Weapons can deal more damage
- Ranged weapons (they are...
Is there any way to rotate items in the item menu?
I'd like to rotate the icons of certain items by 45°.
Does anyone know how I can achieve this? Either using an existing plugin or by making one myself.
Hi,
I'm currently adding a sprite with the following code:
let bitmap = ImageManager.loadBitmap("", "path/to/img");
let sprite = new Sprite(bitmap);
SceneManager._scene.addChild(sprite);
I would now like to render only half of this sprite's width. How can I achieve this? Couldn't find...
So happy I found this thread, I wanted to achieve the same thing. The only problem that remains is when dashing it still lags behind a bit.
I've added a conditional branch that checks if the player is dashing and sets the event's movement speed accordingly
Here's how it looks:
Is there a way to show the food bar and the other bars on the screen at all time, instead of showing it only when in battle?
With SMR HUD maker I can do this for gold by entering this: Gold: ${$gameParty.gold()} . Maybe I can do it with the HUD Maker? I wouldn't know what to fill in it, I went...
Hey everyone
I'm currently making a game, and I need a plugin. I'm looking for something where you have some kind of wheel where you can equip items. These items give you skills or stat boosts as long as they're equipped.
Does anyone know what I'm looking for?
Thanks in advance,
Jomy
I'm currently working on a game and I'd like to make the player choose what window size they want.
Instead of the rather square window we have now, I'd like a more wider one with doesn't have black borders in full screen.
But not all monitors have the same aspect ratio, so I would like to have...
So, I'm working on a game, but now I have noticed that there's a bug when entering battles.
The HP bar is a plugin.
But I have no clue why my character isn't showing up and why there's a black box above the enemy.
I have turned off all my plugins, but that still didn't change anything.
Has...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.