-
Content Count
97 -
Joined
-
Last visited
About gaelbeltran
-
Rank
Advanced Member
Contact Methods
-
Twitter
shanadeshana
-
This looks excellent! Lo probare cuando tenga tiempo. Llevaba tiempo buscando un engine para novelas visuales en HTML5
- 34 replies
-
- visual novel
- phaser
-
(and 1 more)
Tagged with:
-
-
-
-
-
-
Awesome. I really like this engine resize features.
-
Thank you! Really useful
-
Hello, I was reading that you can specifically freeze materials to improve performance. I'm wondering if there's an easy way to do this to a whole loaded scene. I'm loading the scene like this: BABYLON.SceneLoader.ImportMesh("", "scenes/", "daz2.babylon", scene, function (newMeshes) { // Set the target of the camera to the first imported mesh camera.target = newMeshes[0]; // Move the light with the camera scene.registerBeforeRender(function () { light.position = camera.position; }); return scene; } //scene loader
-
I heard something about they making a new version, so that's probably why they are making this bundle. Some beta versions where sent to some testers or so I read.
-
Does LesserPanda support texture atlases like TexturePacker?
-
Do you have an email address? I can send you my games portfolio.
-
RT @konosubaanime: 原作「この素晴らしい世界に祝福を!」9巻オリジナルアニメブルーレイ付同梱版のカドカワストアでの購入特典絵柄はこちら!https://t.co/Abh6pImJVK #このすば https://t.co/WOphJSjbRf
-
Thanks! This is really useful
- 2 replies
-
- Enclave Games
- PhaserJS
-
(and 3 more)
Tagged with:
-
Just sent you an email
-
In that case is there a method to detect orientation change?
-
Hello, I've been searching through the forum and google but couldn't find info on this. Is there a standard way to do this? I want to show an image to the player that says something like "Please rotate your device" and change the background color. But panda only shows a white screen. Thanks in advance!
-
Thanks, this looks more convenient!