Leather128 / LeatherEngine

Just a little engine I decided to make since nobody seemed to have true custom mod support.
GNU General Public License v3.0
68 stars 59 forks source link

Question: Loading Screens #290

Closed RhysRJJ closed 1 year ago

RhysRJJ commented 1 year ago

Is it possible to add loading screens to leather with the source code? (If possible I'd like to know what code I need for it)

Also I'm not sure if the current source code is meant to compile into 0.4.1 instead of the newest version

Leather128 commented 1 year ago

it is possible obviously, and the current source code shouldn't be compiling into 0.4.1 (unless you're using 0.4.2 release source because i think i might've changed the version on github for that AFTER it was released)

RhysRJJ commented 1 year ago

That would explain my issue, how would I go about getting the 0.4.2 source then?

Leather128 commented 1 year ago

well it probably Is 0.4.2 source, but if you really want the version stuff you could just look at the commit history and find where i changed the version (859ec4f2b5e67cc0c48c732b7f58b54da429fdad i think).

RhysRJJ commented 1 year ago

I looked through the commits and found the version I was looking for (I like using the chart editor zoom), thanks for the help