raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

Refactored DialogSceneComposerJavaBuilder and fixed typos #136

Closed deviodesign closed 1 year ago

deviodesign commented 1 year ago

Most repeated bits of code were extracted into methods. This should make the code easier to maintain. I also fixed the mistakes mentioned in issue #135

Exporting works fine with all actors but feel free to double check.

deviodesign commented 1 year ago

Alright @raeleus I made sure to compare the output with the current skin composer's output. Table's setName didn't add quotation marks "" to the string, but that's fixed as well now.

You can review the pull when you have the time.

raeleus commented 1 year ago

I'll review these tomorrow. Thank you so much for the hard work!