Ron June Valdoz

Results 32 issues of Ron June Valdoz

It's a good plugin to add in intellij idea

Is there a plan to support other model formats? Like collada dae

I want to help adding provinces, towns, brgy/districts etc. feature, How can I add the missing datas @antonioribeiro

question

Having an issue using koin-ktor:3.2.0-beta-1 Could not resolve io.insert-koin:koin-ktor:3.2.0-beta-1 ## Gradle ```kotlin repositories { mavenCentral() maven { url = uri("https://maven.pkg.jetbrains.space/public/p/ktor/eap") } } dependencies { // Koin implementation("io.insert-koin:koin-ktor:$koinVersion") implementation("io.insert-koin:koin-logger-slf4j:$koinVersion") } ```...

question

### Requesting for milestone and ways of communication about the project like discord Can you include the possible feature in the future? I am interested in this project because and...

`EntityListener` handles when the entity is added or removed. My problem is when I remove the entity from the engine, while this entity is being used as `Component` owner, it...

question

In this below code method, I've tested creating and removing entity, because I'm planning to create bullet pool this way. ``` public void build () { Entity bulletTest1 = createBullet(0,0);...

question

#Feature request: I am looking for an option to: - Customize mode to XYZ euler - Remove animations when exported - Set default animation/armature name - Set default scale

I have recently implemented the `FlexBox` widget locally, maybe this could be added as future library? [gdx-flexbox](https://github.com/lyze237/gdx-FlexBox) ![image](https://user-images.githubusercontent.com/4947998/202837805-dca79ebb-e59a-4a99-9cb2-1268e6e7ec98.png) ```kotlin // my initial implementation flexBox { label("Item 1") { setAlignment(Align.center) }.flex...

scene2d