Bracer Jack

Results 18 issues of Bracer Jack

"Whilst layers can be used to visually order the order in which visible scenes are overlaid, where layers are not used you can bring actors to the front of the...

Cause if you don't have that you will have to iterate through via a bunch of actor.destroy(); anyway after scene.removeActorsByTag("monsters"); if circumstances permits.

``` Booty 5 body { background-color: #666; width: 1024px; height: 576px; } window.addEventListener("load", on_init); function on_init(event) { window.removeEventListener("load", on_init); //Initialize Booty5 var app = new b5.App(document.getElementById("Booty5_Canvas"), true); b5.app = app;...

Documentation says: It has scene.destroy(); but it's a little inconsistent not to have app.destroyScene(scene) or even better that and app.removeAndDestroyScene(scene). Because if you don't do that, it leads to many...

Can it be standardized to set_canvas_scaling_method ? Or is this because functions are named like these throughout and properties and labeled via under_score ? Thanks.

![bbbbb](https://user-images.githubusercontent.com/46036208/125417564-4b127406-b0f5-4427-878c-9466b0372ec4.png)

Is it possible to export the model as fbx or obj ? It's so good !

I want them to stay as they are and never hide. Not on mobile, not on desktop, never EVER hide. Thanks.

Right now when I click and drag to orbit around the viewport, if I drag to the right, the whole scene goes clockwise. In Blender/3DS Max/Godot/Unity/Unreal it is the other...

Bug

I copied and pasted the example code directly from the Crew A.I. front page just to get a taste of what this does. I am using Ollama. I kept on...